Parcourir la source

logs & updates

eddiemachado il y a 14 ans
Parent
commit
229f776eaa
3 fichiers modifiés avec 47 ajouts et 7 suppressions
  1. 2 2
      README
  2. 41 1
      library/log.txt
  3. 4 4
      readme.txt

+ 2 - 2
README

@@ -25,10 +25,10 @@ and several other developers. :)
 For support and or questions please head over to these helpful pages:
 
 Documentation:
-http://themble.com/documentation/bones-documentation/
+http://themble.com/bones
 
 Submit Bugs & or Fixes:
-http://themble.com/bones/dev/
+http://themble.com/bones/
 
 To view Release & Update Notes, read the log.txt file inside 
 the library folder.

+ 41 - 1
library/log.txt

@@ -4,7 +4,7 @@ This theme is meant to make development easier & take
 advantage of modern web development & design techniques.
 For more information, please visit:
 
-http://themble.com/documentation/bones-documentation/
+http://themble.com/bones/
 
 Author: Eddie Machado
 
@@ -12,6 +12,46 @@ Author: Eddie Machado
 BONES CHANGE LOG & HISTORY
 ******************************************************************/
 
+/*v1.08 release (hellz yea!) */
+- replaced default.css with normalize.css
+- added responsive.css 
+- completely revamped styles & stylesheets
+- moved most design related styles to style.css
+- newer, cleaner default comment styles
+- refined grid system
+- added pubdate and time microformat to all templates
+- changed page navi from div to nav and from ul to ol
+- added Read More filter to replace the [...]
+- removed default "Bones" text in footer if you don't have a menu
+- updated modernizr to 2.0.6 & added FULL support (respond, load, ect)
+- updated jQuery to 1.6.2
+- added IE6 meta to remove toolbar
+- added IE9 meta for pinned sites
+- added viewport meta to help responsive designs
+- removed PNG fixes for IE6...(fuck 'em)
+- added prompt for IE6 users to install Google Chrome Frame
+- removed respond.js since it's called in modernizr
+- removed DOMAssistant for ancient IE users
+- removed flowplayer folder (lighten the load)
+- remove ie folder for IE scripts that are now gone
+- moved translation function to bones.php
+- removed overflow: hidden from some comment styles
+- cleaned up head with more removals
+- moved related posts & page navi plugin to bones.php
+- removing wp version from rss feed
+- removing useless wordpress dashboard widgets
+- organizing bones & functions for simplicity
+- removed analytics
+- added auto hyphens to normalize.css (http://blog.fontdeck.com/post/9037028497/hyphens)
+- removed the custom header image support
+- removed all the favicons & icons
+- added proper title tag
+- added google+ link to profile
+- added rel=me thanks to yoast's tutorial
+- added author.php template
+- removed html5 video shortcode
+
+
 /*v1.07 more changes */
 - updated selectivizr
 - compressed images

+ 4 - 4
readme.txt

@@ -13,6 +13,8 @@ Designed by Eddie Machado
 http://themble.com/bones
 eddie@themble.com
 
+XHTML/CSS released under a Creative Commons Attribution 2.5 licence.
+
 Special Thanks to:
 Paul Irish & the HTML5 Boilerplate
 Yoast for some WP functions & optimization ideas
@@ -23,14 +25,12 @@ and several other developers. :)
 For support and or questions please head over to these helpful pages:
 
 Documentation:
-http://themble.com/documentation/bones-documentation/
+http://themble.com/bones
 
 Submit Bugs & or Fixes:
-http://themble.com/bones/dev/
+http://themble.com/bones/
 
 To view Release & Update Notes, read the log.txt file inside 
 the library folder.
 
-This file was added to conform to the recommended
- Wordpress Theme Guidelines.
 ******************************************************************/