diff --git a/CHANGELOG.md b/CHANGELOG.md index 2468de03..154fac76 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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)) diff --git a/README.md b/README.md index 97e95c7d..3558e2f5 100644 --- a/README.md +++ b/README.md @@ -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/). diff --git a/soil.php b/soil.php index 313b18a1..68b31957 100644 --- a/soil.php +++ b/soil.php @@ -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/