adding jquery 1.5.2 and removing changelog from style.css since it's now tracked in README.md

This commit is contained in:
Ben Word
2011-04-02 11:08:48 -06:00
parent 6ca6890a8c
commit cde2ec5321
4 changed files with 18 additions and 40 deletions

View File

@@ -15,8 +15,8 @@
<link rel="alternate" type="application/rss+xml" title="<?php bloginfo('name'); ?> Feed" href="<?php site_url(); ?>/feed/">
<script src="<?php echo get_stylesheet_directory_uri(); ?>/js/libs/modernizr-1.7.min.js"></script>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.5.1/jquery.min.js"></script>
<script>window.jQuery || document.write("<script src='<?php echo get_stylesheet_directory_uri(); ?>/js/libs/jquery-1.5.1.min.js'>\x3C/script>")</script>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.5.2/jquery.min.js"></script>
<script>window.jQuery || document.write("<script src='<?php echo get_stylesheet_directory_uri(); ?>/js/libs/jquery-1.5.2.min.js'>\x3C/script>")</script>
<?php wp_head(); ?>

File diff suppressed because one or more lines are too long

16
js/libs/jquery-1.5.2.min.js vendored Normal file

File diff suppressed because one or more lines are too long

View File

@@ -11,26 +11,4 @@ License: The Unlicense
License URI: http://unlicense.org/
Updated: April 1 2011
Changelog:
3.1.0 [04-01-2011] Added support for 960.gs thanks to John Liuti, added more onto the .htaccess from HTML5 Boilerplate, made the theme directory
and name renamable
3.0.0 [03-28-2011] Changed name from BB to Roots, updated various areas to match the latest changes to HTML5 Boilerplate, changed the theme
markup based on hCard/Readability Guidelines and work by Jonathan Neal, theme activation now creates the navigation menus and
automatically sets their locations, permalink structure is now set to /%year%/%postname%/ for performance reasons, uploads
folder is now /assets/ and not organized by month and date, all static folders in /wp-content/themes/roots/ (css/, js/, img/)
now rewrite to the root (/css/, /js/, /img/), /wp-content/plugins/ now rewrites to /plugins/, more root relative URLs on
WordPress functions, search results (/?s=query) now rewrites to /search/query/, l10n.js is deregistered, gallery shortcode has
been changed to output <figure> and <figcaption> and now links to the file by default, added more loop.php templates, made the
HTML editor have a monospaced font, added front-page.php, updated CSS for Gravity Forms 1.5, added searchform.php template
2.4.0 [01-25-2011] Added a notification when saving the theme settings, added support for navigation menus, created function that makes sure there
is a Home page on theme activation, updated various areas to match the latest changes to HTML5 Boilerplate
2.3.0 [12-08-2010] Logo is no longer an <h1>, added ARIA roles again, changed ul#nav to nav#nav-main, added vCard to footer, made all URL's root
relative, added Twitter and Facebook widgets to footer, added SEO optimized robots.txt from WordPress codex
2.2.0 [09-20-2010] Added asynchronous Google Analytics, updated .htaccess with latest changes from HTML5 Boilerplate
2.1.0 [08-19-2010] Removed optimizeLegibility from headings, updated jQuery to latest version, implemented HTML5 Boilerplate .htaccess
2.0.1 [08-02-2010] Added some presentational CSS classes, added footer widget, more Gravity Forms default styling
2.0.0 [07-19-2010] Added HTML5 Boilerplate changes, implemented loop.php, wp_head cleanup, added page-subpages.php template
1.5.0 [04-15-2010] Integrated Paul Irish's frontend-pro-template (the original HTML5 Boilerplate)
1.0.0 [12-18-2009] Added Blueprint CSS to Starkers
*/