log.txt 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  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.04 Quick Fix */
  11. - fixed error with script call that was depracated.
  12. /* v1.04 */
  13. - moved the custom script call and pngfix to the footer
  14. from the bones file so it's easier to see what's being
  15. called.
  16. - moved apple-touch-icon.png to the library/images folder so
  17. file locations are consistent.
  18. - added a log file to keep track of changes
  19. - fixed html5 video functionality & fallback (w00t!)
  20. - moved stylesheet call below the wp_head as an experiment.
  21. - added wp_titletag to the header
  22. - added pingback function to the header
  23. - fixed bug where page navi would show up even on pages
  24. with only one page of results.
  25. - changed the way page navi is called in the archives, search,
  26. and index pages.
  27. /* v1.03 */
  28. - public release!
  29. - added html5 video to plugins
  30. - added page navi to plugins
  31. - general fixes and optimization
  32. /* v1.02 */
  33. - html5 updates and semantic layout corrected
  34. - added search css & custom functions
  35. - added functionality from the html5boilerplate
  36. /* v1.01 */
  37. - added related posts functions
  38. - general css fixes
  39. /* v1.00 */
  40. - i though "there must be a better way"
  41. - did something about it