Roots 6.5.2
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
### HEAD
|
### 6.5.2: February 4th, 2014
|
||||||
* Update to Bootstrap 3.1.0
|
* Update to Bootstrap 3.1.0
|
||||||
* Move DOM routing into an anonymous function to support jQuery noConflict
|
* Move DOM routing into an anonymous function to support jQuery noConflict
|
||||||
* Update to jQuery 1.11.0
|
* Update to jQuery 1.11.0
|
||||||
|
|||||||
2
assets/css/main.min.css
vendored
2
assets/css/main.min.css
vendored
File diff suppressed because one or more lines are too long
@@ -1,5 +1,5 @@
|
|||||||
/*!
|
/*!
|
||||||
* Roots 6.5.1
|
* Roots 6.5.2
|
||||||
*/
|
*/
|
||||||
|
|
||||||
@import "bootstrap/bootstrap.less";
|
@import "bootstrap/bootstrap.less";
|
||||||
|
|||||||
@@ -11,7 +11,7 @@
|
|||||||
* 3. /theme/assets/js/main.min.js (in footer)
|
* 3. /theme/assets/js/main.min.js (in footer)
|
||||||
*/
|
*/
|
||||||
function roots_scripts() {
|
function roots_scripts() {
|
||||||
wp_enqueue_style('roots_main', get_template_directory_uri() . '/assets/css/main.min.css', false, '4ca341b72772dd7778b9f967320e728d');
|
wp_enqueue_style('roots_main', get_template_directory_uri() . '/assets/css/main.min.css', false, 'c1a58eb4baaf24c3771085df3d54ff8d');
|
||||||
|
|
||||||
// jQuery is loaded using the same method from HTML5 Boilerplate:
|
// jQuery is loaded using the same method from HTML5 Boilerplate:
|
||||||
// Grab Google CDN's latest jQuery with a protocol relative URL; fallback to local if offline
|
// Grab Google CDN's latest jQuery with a protocol relative URL; fallback to local if offline
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "roots",
|
"name": "roots",
|
||||||
"version": "6.5.1",
|
"version": "6.5.2",
|
||||||
"author": "Ben Word <ben@benword.com>",
|
"author": "Ben Word <ben@benword.com>",
|
||||||
"homepage": "http://roots.io",
|
"homepage": "http://roots.io",
|
||||||
"repository": {
|
"repository": {
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
Theme Name: Roots
|
Theme Name: Roots
|
||||||
Theme URI: http://roots.io/
|
Theme URI: http://roots.io/
|
||||||
Description: Roots is a WordPress starter theme based on HTML5 Boilerplate & Bootstrap. <a href="https://github.com/roots/roots/contributors">Contribute on GitHub</a>
|
Description: Roots is a WordPress starter theme based on HTML5 Boilerplate & Bootstrap. <a href="https://github.com/roots/roots/contributors">Contribute on GitHub</a>
|
||||||
Version: 6.5.1
|
Version: 6.5.2
|
||||||
Author: Ben Word
|
Author: Ben Word
|
||||||
Author URI: http://benword.com/
|
Author URI: http://benword.com/
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user