Skip to content
This repository has been archived by the owner on Jan 16, 2024. It is now read-only.

Commit

Permalink
Soil 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
retlehs committed Mar 13, 2015
1 parent 5800536 commit 5faa77e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,16 @@ 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`:

```json
"require": {
"php": ">=5.3.0",
"wordpress": "3.9.2",
"roots/soil": "3.0.3"
"wordpress": "4.1.1",
"roots/soil": "3.1.0"
}
```

Expand Down
2 changes: 1 addition & 1 deletion soil.php
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down

0 comments on commit 5faa77e

Please sign in to comment.