diff --git a/CHANGELOG.md b/CHANGELOG.md index a0376eee..f3285e51 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,5 @@ -### HEAD +### 3.1.0: March 13th, 2015 +* Add module for HTML5 Boilerplate's Google Analytics snippet ([#56](https://github.com/roots/soil/pull/56)) * Add module for moving all JS to footer ([#51](https://github.com/roots/soil/pull/51)) * Add nice search support to WordPress SEO ([#48](https://github.com/roots/soil/pull/48)) * Add check for protocol relative URLs to root relative URLs ([#49](https://github.com/roots/soil/pull/49)) diff --git a/README.md b/README.md index 42cc6db6..f5fdd910 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Clean up WordPress markup, use relative URLs, nicer search URLs, and disable tra If you're using Composer to manage WordPress, add Soil to your project's dependencies. Run: ```sh -composer require roots/soil 3.0.3 +composer require roots/soil 3.1.0 ``` Or manually add it to your `composer.json`: @@ -16,8 +16,8 @@ Or manually add it to your `composer.json`: ```json "require": { "php": ">=5.3.0", - "wordpress": "3.9.2", - "roots/soil": "3.0.3" + "wordpress": "4.1.1", + "roots/soil": "3.1.0" } ``` diff --git a/soil.php b/soil.php index 924326ea..7f6c79af 100644 --- a/soil.php +++ b/soil.php @@ -3,7 +3,7 @@ Plugin Name: Soil Plugin URI: https://roots.io/plugins/soil/ Description: Clean up WordPress markup, use relative URLs, nicer search URLs, and disable trackbacks -Version: 3.0.3 +Version: 3.1.0 Author: Roots Author URI: https://roots.io/