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 #116 from roots/3.5.0
Browse files Browse the repository at this point in the history
Soil 3.5.0
  • Loading branch information
retlehs committed Sep 24, 2015
2 parents bbc8bc0 + 5a03e8a commit 4e9ad45
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
### 3.5.0: September 24th, 2015
* Disable nice search on advanced queries ([#115](https://github.com/roots/soil/issues/115))
* Add `.menu-item` class to all items in walker ([#112](https://github.com/roots/soil/issues/112))
* Support placeholder links ([#108](https://github.com/roots/soil/issues/108))
* Add filter `soil/relative-url-filters` ([#104](https://github.com/roots/soil/issues/104))
* Fix warnings when input is empty in `clean_style_tag` ([#102](https://github.com/roots/soil/issues/102))
* Fix Disable Asset Ver when loaded asset is false ([#99](https://github.com/roots/soil/issues/99))
* Remove `is_element_empty()` ([#95](https://github.com/roots/soil/issues/95))
* Refactored `root_relative_url()` ([#94](https://github.com/roots/soil/issues/94))
* Properly make URLs relative when using multisite with domain mapping ([#91](https://github.com/roots/soil/issues/91))
* Remove page template slug from body class ([#90](https://github.com/roots/soil/issues/90))
* Check for protocol relative URLs we can drop the domain from ([#89](https://github.com/roots/soil/issues/89))
* Don't use GA logger in prod env ([#87](https://github.com/roots/soil/issues/87))

### 3.4.0: April 29th, 2015
* Remove inline CSS used by posts with galleries ([#85](https://github.com/roots/soil/issues/85))
* Remove inline CSS and JS from WP emoji support ([#84](https://github.com/roots/soil/issues/84))
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ You can install this plugin via the command-line or the WordPress admin panel.
If you're [using Composer to manage WordPress](https://roots.io/using-composer-with-wordpress/), add Soil to your project's dependencies.

```sh
composer require roots/soil 3.4.0
composer require roots/soil 3.5.0
```

Then activate the plugin via [wp-cli](http://wp-cli.org/commands/plugin/activate/).
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.4.0
Version: 3.5.0
Author: Roots
Author URI: https://roots.io/
Expand Down

0 comments on commit 4e9ad45

Please sign in to comment.