Ver código fonte

officially updated to 1.2

added logs (duh)
eddiemachado 13 anos atrás
pai
commit
7a32ef992e
1 arquivos alterados com 16 adições e 5 exclusões
  1. 16 5
      library/log.txt

+ 16 - 5
library/log.txt

@@ -12,15 +12,13 @@ Author: Eddie Machado
 BONES CHANGE LOG & HISTORY
 ******************************************************************/
 
-/* v1.15 HUGE update */
+/* v1.2 HUGE update */
 - merge responsive version with classic
 - remove post title from read more link (it's way too long)
 - removed readme.txt (it was pointless)
-- added support for .sass extensions
 - organized info for each file called in on the functions page
 - added custom gravatar call in comments
-- updated jQuery to 1.7.2
-- added function to load jQuery off Google and use WP version as fallback
+- i'm leaving jQuery to a plugin (that way I'm not providing dated jQuery)
 - added translation folder
 - put everything inside stuff so it's easier to be translated
 - added an identifier in each 404 area so you know what template is showing
@@ -32,10 +30,23 @@ BONES CHANGE LOG & HISTORY
 - added sidebar to search.php
 - added class to custom post type title
 - added link to custom meta box
-- deleted selectivizr
+- removed selectivizr
 - updated html elements with new classes for IE
 - added new mobile meta tags
 - removed pinned site meta tag for IE9
+- merged base.css into style.css for one less call in the header
+- added styleguide page and styles (oh yea!)
+- added nav class to both menus
+- removed "Powered by Wordpress & Bones" from footer, because let's face it: we all delete this anyway.
+- added button class to submit comment button
+- removed html5 placeholder fallback (you should be using Gravity Forms)
+- added slug and rewrite to custom post type for easier urls
+- renamed the border radius mixins so they were easer to remember
+- removed duplicate box shadow mixin
+- deleted the plugins.php file
+- facebook og:meta can be better handled by a plugin (or Yoast's SEO plugin)
+- rel=me can also be handled by SEO plugin or another plugin
+- removed author.php (you can use archive.php or add it yourself)
 
 /* v1.09 more updates */
 - updated admin.php to include custom widget examples, admin login styles, and admin footer