log.txt 1.9 KB

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