diff --git a/dependency-minification.php b/dependency-minification.php
index 73f679d..bd2e385 100644
--- a/dependency-minification.php
+++ b/dependency-minification.php
@@ -2,7 +2,7 @@
/**
* Plugin Name: Dependency Minification
* Description: Concatenates and minifies scripts and stylesheets. Please install and activate scribu's Proper Network Activation plugin before activating this plugin network-wide.
- * Version: 0.9.7
+ * Version: 0.9.8
* Author: X-Team
* Author URI: http://x-team.com/wordpress/
* Text Domain: dependency-minification
diff --git a/readme.md b/readme.md
index e4b4591..52d467d 100644
--- a/readme.md
+++ b/readme.md
@@ -6,7 +6,7 @@ Automatically concatenates and minifies any scripts and stylesheets enqueued usi
**Contributors:** [x-team](http://profiles.wordpress.org/x-team), [westonruter](http://profiles.wordpress.org/westonruter), [fjarrett](http://profiles.wordpress.org/fjarrett), [kucrut](http://profiles.wordpress.org/kucrut), [shadyvb](http://profiles.wordpress.org/shadyvb), [alex-ye](http://profiles.wordpress.org/alex-ye), [c3mdigital](http://profiles.wordpress.org/c3mdigital), [lkraav](http://profiles.wordpress.org/lkraav)
**Tags:** [performance](http://wordpress.org/plugins/tags/performance), [dependencies](http://wordpress.org/plugins/tags/dependencies), [minify](http://wordpress.org/plugins/tags/minify), [concatenate](http://wordpress.org/plugins/tags/concatenate), [compress](http://wordpress.org/plugins/tags/compress), [js](http://wordpress.org/plugins/tags/js), [javascript](http://wordpress.org/plugins/tags/javascript), [scripts](http://wordpress.org/plugins/tags/scripts), [css](http://wordpress.org/plugins/tags/css), [styles](http://wordpress.org/plugins/tags/styles), [stylesheets](http://wordpress.org/plugins/tags/stylesheets), [gzip](http://wordpress.org/plugins/tags/gzip), [yslow](http://wordpress.org/plugins/tags/yslow), [pagespeed](http://wordpress.org/plugins/tags/pagespeed), [caching](http://wordpress.org/plugins/tags/caching)
**Requires at least:** 3.5
-**Tested up to:** 3.6.1
+**Tested up to:** 3.8
**Stable tag:** trunk (master)
**License:** [GPLv2 or later](http://www.gnu.org/licenses/gpl-2.0.html)
@@ -50,10 +50,16 @@ If you are using Nginx with the default Varying Vagrant Vagrants config, you'll
log_not_found off;
}
-[![Build Status](https://travis-ci.org/x-team/wp-dependency-minification.png)](https://travis-ci.org/x-team/wp-dependency-minification)
+[![Build Status](https://travis-ci.org/x-team/wp-dependency-minification.png?branch=master)](https://travis-ci.org/x-team/wp-dependency-minification)
## Changelog ##
+### 0.9.8 ###
+* Fix rewrite rule broken by filtering home_url ([#49](https://github.com/x-team/wp-dependency-minification/pull/49)). Props [c3mdigital](http://profiles.wordpress.org/c3mdigital/).
+ * Switch from JSMin to JSMinPlus due to repeated issues with JSMin causing execution timeouts.
+ * Update plugin to indicate WordPress 3.8 compatibility.
+ * Fix expire and purge links.
+
### 0.9.7 ###
Improve how the plugin guesses the sources' absolute paths ([#34](https://github.com/x-team/wp-dependency-minification/pull/34)). Props [alex-ye](http://profiles.wordpress.org/alex-ye/).
diff --git a/readme.txt b/readme.txt
index 2b3752a..c7a394b 100644
--- a/readme.txt
+++ b/readme.txt
@@ -1,7 +1,7 @@
=== Dependency Minification ===
Contributors: X-team, westonruter, fjarrett, kucrut, shadyvb, alex-ye, c3mdigital, lkraav
Tags: performance, dependencies, minify, concatenate, compress, js, javascript, scripts, css, styles, stylesheets, gzip, yslow, pagespeed, caching
-Tested up to: 3.6.1
+Tested up to: 3.8
Requires at least: 3.5
Stable tag: trunk
License: GPLv2 or later
@@ -52,6 +52,12 @@ If you are using Nginx with the default Varying Vagrant Vagrants config, you'll
== Changelog ==
+= 0.9.8 =
+ * Fix rewrite rule broken by filtering home_url ([#49](https://github.com/x-team/wp-dependency-minification/pull/49)). Props [c3mdigital](http://profiles.wordpress.org/c3mdigital/).
+ * Switch from JSMin to JSMinPlus due to repeated issues with JSMin causing execution timeouts.
+ * Update plugin to indicate WordPress 3.8 compatibility.
+ * Fix expire and purge links.
+
= 0.9.7 =
Improve how the plugin guesses the sources' absolute paths ([#34](https://github.com/x-team/wp-dependency-minification/pull/34)). Props [alex-ye](http://profiles.wordpress.org/alex-ye/).