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

Commit

Permalink
Merge pull request #66 from roots/3.2.0
Browse files Browse the repository at this point in the history
Soil 3.2.0
  • Loading branch information
retlehs committed Apr 13, 2015
2 parents 4f9e311 + aa16ff8 commit f68f4d7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
### HEAD
### 3.2.0: April 12th, 2015
* Add module for loading jQuery from Google's CDN with a local fallback ([#64](https://github.com/roots/soil/issues/64))
* Add note about activating the plugin ([#62](https://github.com/roots/soil/issues/62))

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ A collection of modules to apply theme-agnostic front-end modifications to WordP
If you're using Composer to manage WordPress, add Soil to your project's dependencies. Run:

```sh
composer require roots/soil 3.1.0
composer require roots/soil 3.2.0
```

Or manually add it to your `composer.json`:
Expand All @@ -17,7 +17,7 @@ Or manually add it to your `composer.json`:
"require": {
"php": ">=5.3.0",
"wordpress": "4.1.1",
"roots/soil": "3.1.0"
"roots/soil": "3.2.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: A collection of modules to apply theme-agnostic front-end modifications to WordPress.
Version: 3.1.0
Version: 3.2.0
Author: Roots
Author URI: https://roots.io/
Expand Down

0 comments on commit f68f4d7

Please sign in to comment.