README 3.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. /******************************************************************
  2. Bones
  3. A Lightweight Wordpress Development Theme
  4. _______________________________________________________________
  5. HEADS UP!!!
  6. Bones & Bones (Responsive Edition) have been merged.
  7. _______________________________________________________________
  8. Bones is designed to make the life of developers easier. It's built
  9. using HTML5 & has a strong semantic foundation. It was updated recently
  10. using some of the HTML5 Boilerplate's recommended markup and setup.
  11. It's constantly growing so be sure to check back often if you are a
  12. frequent user. I'm always open to contribution. :)
  13. Designed by Eddie Machado
  14. http://themble.com/bones
  15. License: WTFPL
  16. License URI: http://sam.zoy.org/wtfpl/
  17. Are You Serious? Yes.
  18. Special Thanks to:
  19. Paul Irish & the HTML5 Boilerplate
  20. Yoast for some WP functions & optimization ideas
  21. Andrew Rogers for code optimization
  22. David Dellanave for speed & code optimization
  23. and several other developers. :)
  24. Submit Bugs & or Fixes:
  25. https://github.com/eddiemachado/bones/issues
  26. To view Release & Update Notes, read the log.txt file inside
  27. the library folder.
  28. ******************************************************************/
  29. /* v1.25 update */
  30. - updated custom post type page for translation
  31. - added => to responsive jquery
  32. - cleaned up theme tags (which make NO sense, but are best practice, go figure)
  33. - updated html element to match hb5
  34. - fixed echo problem on admin.php
  35. - updated normalize (LESS also had some missing styles so I added them)
  36. - GetComputedStyle fix for IE (for responsive js)
  37. - cleaned up mixins (border radius)
  38. - added translations! (Chinese, Spanish)
  39. /* v1.2 HUGE update */
  40. - merge responsive version with classic
  41. - remove post title from read more link (it's way too long)
  42. - removed readme.txt (it was pointless)
  43. - organized info for each file called in on the functions page
  44. - added custom gravatar call in comments
  45. - i'm leaving jQuery to a plugin (that way I'm not providing dated jQuery)
  46. - added translation folder
  47. - put everything inside stuff so it's easier to be translated
  48. - added an identifier in each 404 area so you know what template is showing
  49. - remove custom walker. I think that's better left for you guys to do
  50. - fixed some spelling errors
  51. - added some translation options in the comments file
  52. - added role=navigation to footer links
  53. - deleted image.php (who really uses that anyway)
  54. - added sidebar to search.php
  55. - added class to custom post type title
  56. - added link to custom meta box
  57. - removed selectivizr
  58. - updated html elements with new classes for IE
  59. - added new mobile meta tags
  60. - removed pinned site meta tag for IE9
  61. - merged base.css into style.css for one less call in the header
  62. - added styleguide page and styles (oh yea!)
  63. - added nav class to both menus
  64. - removed "Powered by Wordpress & Bones" from footer, because let's face it: we all delete this anyway.
  65. - added button class to submit comment button
  66. - removed html5 placeholder fallback (you should be using Gravity Forms)
  67. - added slug and rewrite to custom post type for easier urls
  68. - renamed the border radius mixins so they were easer to remember
  69. - removed duplicate box shadow mixin
  70. - deleted the plugins.php file
  71. - facebook og:meta can be better handled by a plugin (or Yoast's SEO plugin)
  72. - rel=me can also be handled by SEO plugin or another plugin
  73. - removed author.php (you can use archive.php or add it yourself)