Skip to content

Commit c579d69

Browse files
committed
Bump version to 0.9.8
1 parent 4fbe1b1 commit c579d69

3 files changed

Lines changed: 16 additions & 4 deletions

File tree

dependency-minification.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/**
33
* Plugin Name: Dependency Minification
44
* Description: Concatenates and minifies scripts and stylesheets. Please install and activate <a href="http://scribu.net" target="_blank">scribu</a>'s <a href="http://wordpress.org/plugins/proper-network-activation/" target="_blank">Proper Network Activation</a> plugin <em>before</em> activating this plugin <em>network-wide</em>.
5-
* Version: 0.9.7
5+
* Version: 0.9.8
66
* Author: X-Team
77
* Author URI: http://x-team.com/wordpress/
88
* Text Domain: dependency-minification

readme.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Automatically concatenates and minifies any scripts and stylesheets enqueued usi
66
**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)
77
**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)
88
**Requires at least:** 3.5
9-
**Tested up to:** 3.6.1
9+
**Tested up to:** 3.8
1010
**Stable tag:** trunk (master)
1111
**License:** [GPLv2 or later](http://www.gnu.org/licenses/gpl-2.0.html)
1212

@@ -50,10 +50,16 @@ If you are using Nginx with the default Varying Vagrant Vagrants config, you'll
5050
log_not_found off;
5151
}
5252

53-
[![Build Status](https://travis-ci.org/x-team/wp-dependency-minification.png)](https://travis-ci.org/x-team/wp-dependency-minification)
53+
[![Build Status](https://travis-ci.org/x-team/wp-dependency-minification.png?branch=master)](https://travis-ci.org/x-team/wp-dependency-minification)
5454

5555
## Changelog ##
5656

57+
### 0.9.8 ###
58+
* 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/).
59+
* Switch from JSMin to JSMinPlus due to repeated issues with JSMin causing execution timeouts.
60+
* Update plugin to indicate WordPress 3.8 compatibility.
61+
* Fix expire and purge links.
62+
5763
### 0.9.7 ###
5864
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/).
5965

readme.txt

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
=== Dependency Minification ===
22
Contributors: X-team, westonruter, fjarrett, kucrut, shadyvb, alex-ye, c3mdigital, lkraav
33
Tags: performance, dependencies, minify, concatenate, compress, js, javascript, scripts, css, styles, stylesheets, gzip, yslow, pagespeed, caching
4-
Tested up to: 3.6.1
4+
Tested up to: 3.8
55
Requires at least: 3.5
66
Stable tag: trunk
77
License: GPLv2 or later
@@ -52,6 +52,12 @@ If you are using Nginx with the default Varying Vagrant Vagrants config, you'll
5252

5353
== Changelog ==
5454

55+
= 0.9.8 =
56+
* 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/).
57+
* Switch from JSMin to JSMinPlus due to repeated issues with JSMin causing execution timeouts.
58+
* Update plugin to indicate WordPress 3.8 compatibility.
59+
* Fix expire and purge links.
60+
5561
= 0.9.7 =
5662
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/).
5763

0 commit comments

Comments
 (0)