# Basics changelogs *Last modified on 23/05/2011 10:30 by Bruno Bichet* For Those About to Rock... Fire! ## Release 0.2.3 - 24/05/2011 02:15 1. Turn `bloginfo( 'template_directory' )` into `get_stylesheet_directory_uri()` or `get_template_directory_uri()` to match WordPress Theme repositery requirements [header.php], [footer.php] 2. Turn `bloginfo( 'stylesheet_url' )` into `echo echo get_stylesheet_uri()` 3. Add theme version (ex. ?v=0.2.3) after stylesheet uri instead ?v=2` [header.php] 4. decomment width: 10em to activate dropdown menu in main menu ## Release 0.2.2.1 1. Minor changes in strings [footer.php] ## Release 0.2.2 - 23/05/2011 1. Change ID `#sidebars` to `#sidebar` [index.php], [search.php], [home.php], [404.php] 2. Change ID `#sidebars` to `#sidebar` to match changes above [author.css] 3. Add *margin-bottom* to
[markup.css] 4. Remove 4 *Widgets Area Ready* (there was too many W.A.R. in the world) 5. Reorganize W.A.R. in templates for (a little more) logical purposes [almost all files] 6. Rename [sidebar-home.php] in sidebar-1.php; [sidebar-one.php] in sidebar-1.php; [sidebar-two.php] in sidebar-2.php 7. Rename `#sidebar-0`, `#sidebar-1`, `#sidebar-2` for `#sidebar-1`, `#sidebar-2`, `#sidebar-3` [sidebar-1.php], [sidebar-2.php, [sidebar-3.php] 8. Change includes to reflect changes above [search.php], [index.php], [home.php], [404.php]. ## Release 0.2.1 - 21/05/2011 15:00 1. Modify comments in HTML code to reflect change since version 0.2 [home.php] 2. Display last changes first in *changelog.txt* 3. Remove ascii picture in comments in each file 4. Remove *Google Analytics* script to match WordPress themes repositery's requirements. Use a plugin like *general-header footer* instead [footer.php] 5. Change structure for sidebar: it's now less tricky to insert contents above the sidebars. I removed the primary