log.txt 3.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  1. Bones - A Lightweight Wordpress Developer Template
  2. This theme is meant to make development easier & take
  3. advantage of modern web development & design techniques.
  4. For more information, please visit:
  5. http://themble.com/documentation/bones-documentation/
  6. Author: Eddie Machado
  7. /******************************************************************
  8. BONES CHANGE LOG & HISTORY
  9. ******************************************************************/
  10. /* v1.06 Updates */
  11. - added post formats to bones.php core
  12. - fixed menu system (thanks to Dom & Mattias)
  13. - added categories & tag info for custom post types
  14. - adding standard categories & tags to custom post type example
  15. /* v1.06 */
  16. - added custom post type and taxonomies file
  17. - created custom post type template
  18. - added readme.txt file (really for no reason at all)
  19. - fixed the margin on the comments title
  20. - removed duplicate text-align calls in css /* Thanks Dom */
  21. - added add_theme_support( 'automatic-feed-links' ) replacing
  22. the deprecated automatic_feed_links();
  23. - added the language_attributes(); to the html tag
  24. - replaced attribute_escape with esc_attr() in search.php
  25. - bloginfo('url') in header replaced with echo home_url()
  26. - using get_template_directory_uri() instead of bloginfo('template_directory')
  27. - using get_the_author_meta('display_name') instead of deprecated function
  28. - fixed error in bones.php for menu fallback /* thanks Mark */
  29. - creating thumbnail fallback functions
  30. - added header.js and moved modernizr & imgsizer in that file
  31. - added lazy load jquery plugin
  32. - moved dd_belatedpng.js inside the ie folder in the libs folder
  33. - changed class of main menu to .menu from .nav
  34. - added more css for menu
  35. - added additional selectors to the style.css in the root
  36. - removed the top margin of the footer menu
  37. /* v1.05 */
  38. - fixed typos in style.css file & logs
  39. - updated selectivizr to latest version
  40. - added "embed, ruby, output" to the reset stylesheet based on
  41. Eric Meyer's recent reset styles.
  42. - removed duplicate styles in reset & default stylesheet
  43. - fixed col460 and changed it to col480
  44. - added text-align styles to default stylesheet
  45. /* v1.04 Quick Fix */
  46. - fixed error with script call that was deprecated.
  47. /* v1.04 */
  48. - moved the custom script call and pngfix to the footer
  49. from the bones file so it's easier to see what's being
  50. called.
  51. - moved apple-touch-icon.png to the library/images folder so
  52. file locations are consistent.
  53. - added a log file to keep track of changes
  54. - fixed html5 video functionality & fallback (w00t!)
  55. - moved stylesheet call below the wp_head as an experiment.
  56. - added wp_titletag to the header
  57. - added pingback function to the header
  58. - fixed bug where page navi would show up even on pages
  59. with only one page of results.
  60. - changed the way page navi is called in the archives, search,
  61. and index pages.
  62. /* v1.03 */
  63. - public release!
  64. - added html5 video to plugins
  65. - added page navi to plugins
  66. - general fixes and optimization
  67. /* v1.02 */
  68. - html5 updates and semantic layout corrected
  69. - added search css & custom functions
  70. - added functionality from the html5boilerplate
  71. /* v1.01 */
  72. - added related posts functions
  73. - general css fixes
  74. /* v1.00 */
  75. - i thought "there must be a better way"
  76. - did something about it