# WordPress Basics For Those About to Rock... Fire! ## Release 0.5.3 - 02/03/2013 1. Update css/main1.css and css/main2.css to h5bp v4.1.0 2. Update css/normalize.css to v1.1.0 3. Update js/plugins.js to v4.1.0 4. Update js/vendor/jquery.js to jquery v1.9.1 ## Release 0.5.2 - 31/10/2012 1. Tweak comments **[style.css]** 2. Change version number **[header.php]** ## Release 0.5.1 - 22/10/2012 1. Split wp-h5bp.css into: wordpress.css and main2.css 2. Rename main.css into main1.css 3. Change version number 0.5 -> 0.5.1 **[style.css]** **[header.php]** 4. Add import wordpress.css and change names of css files **[style.css]** ## Release 0.5 - 20/10/2012 - Welcome h5bp 4.01! 1. fix *basics_img_caption_shortcode()* since changes in the *img_caption_shortcode* function in WordPress 3.4. **[functions-filter-action.php]** 2. Rename scripts.js into main.js **[functions-filter-action.php]** 3. Update path to new version of vendor js's **[functions-filter-action.php]** 4. Updade version number to ?v=0.5 **[header.php]** 5. Update normalize v1.0.1 (h5bp 4.01) **[normalize.css]** 6. Add *css/main.css* (h5bp v. 4.01) in */css/main.css* 7. turn *css/tool.css* into wp-h5bp.css to gather both wordpress's specific classes and h5bp's helper classes 8. Remove *markup.css* 9. Remove *css/grid-bootstrap.css*, *css/grid-fluid.css*, *css/grid-fixed.css* 10. Remove *css/grid.png* 11. Remove *js/libs/dd_belatedpng.js* 12. Update /js to match the js folder from h5bp 13. Update path to new version of vendor js's **[header.php]** 14. Update style.css to reflect changes **[style.css]** 15. Add an empty *editor-style.css* just in case you need it 16. Tweak some comments for legibility purposes in many files ## Release 0.3.3 - 26/05/2012 1. Remove function *basics_search_autofocus()* set in *inc/functions-filter-action.php* since the previous release **[inc/functions-display.php]** 2. Update *?v=0.3.3* for stylesheet link **[header.php]** ## Release 0.3.2 - 20/05/2012 1. Update **[css/normalize.css]** **[css/tool.css]** and **[css/author.css]** from new version of HTML5 Boilerplate 3.0.2 2. Rename *modernizr-2.5.3.min.js* to *modernizr.js* for easily maintenance and updates **[header.php]** 3. Rename */js/libs/modernizr-2.5.3.min.js* to */js/libs/modernizr.js* 4. Rename *jquery-1.7.1.min.js* to *jquery.js* within *basics_jquery()* function **[inc/functions-filter-action.php]** 5. Rename */js/libs/jquery-1.7.1.min.js* to */js/libs/jquery.js* 6. fix *basics_searchform()* to avoid duplicate form when adding widget Search **[inc/functions-filter-action.php]** (thanks @jubianchi) 7. Add *echo basics_searchform()* to display *basics_searchform()* since the fix above **[sidebar.php]** 8. Change *id=search-in* to *class=search-in* to have the possibility of several search form **[inc/functions-filter-action.php]** 9. Add *basics_search_autofocus()* to print autofocus attribute to search form when *is_search()* **[inc/functions-filter-action.php]** 10. Update the grid system: you can now use a fluid and fixed grid based on the width of 940px. **[style.css]** 11. Tweak indentations et comments for legibility purposes **[content.php]** ## Release 0.3.1 - 10/03/2012 1. Remove robots.txt and .htaccess 2. Change version number **[style.css]**, **[header.php]** ## Release 0.3 - 09/03/2012 1. Add tab indentations **[header.php]** 2. Update **[css/normalize.css]** **[css/tool.css]** and **[css/author.css]** from new version of HTML5 Boilerplate 3. Tweak some comments **[style.css]** 4. Change version number for stylesheet call : *?v=0.3"* **[header.php]** 5. Update jQuery version to 1.7.1 in basics_scripts() function **[inc/functions-filter-action.php]** and **/js/libs/** 6. Remove "defer" property to