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

Commit

Permalink
Soil 3.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
retlehs committed Jan 24, 2015
1 parent e86b683 commit f4cb5af
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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.0.3: January 24th, 2015
* Remove fix for empty search queries redirecting to home page
* Clean up output of `<script>` tags
* Add namespace
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,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.2
composer require roots/soil 3.0.3
```

Or manually add it to your `composer.json`:
Expand All @@ -16,7 +16,7 @@ Or manually add it to your `composer.json`:
"require": {
"php": ">=5.3.0",
"wordpress": "3.9.2",
"roots/soil": "3.0.2"
"roots/soil": "3.0.3"
}
```

Expand All @@ -33,7 +33,7 @@ add_theme_support('soil-clean-up');
* `wp_head()` clean up
* Remove WP version from RSS feeds
* Clean up `<html>` attributes
* Clean up `<link>` tags
* Clean up `<link>` and `<script>` tags
* Clean up `body_class()`
* Wrap embedded media as suggested by Readability
* Remove unnecessary dashboard widgets
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: http://roots.io/plugins/soil/
Description: Clean up WordPress markup, use relative URLs, nicer search URLs, and disable trackbacks
Version: 3.0.2
Version: 3.0.3
Author: Roots
Author URI: http://roots.io/
Expand Down

0 comments on commit f4cb5af

Please sign in to comment.