Skip to content

Commit

Permalink
*Version bump to 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pcfreak30 committed Aug 17, 2017
1 parent 9b9442e commit 458b78b
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,22 @@ This section describes how to install the plugin and get it working.

== Changelog ==

### 0.6.0 ###

This is a ***MAJOR*** release and over 50% of the code is rewritten. While it has been extensively tested, there may still be bugs! Please test in a development site before deploying! Due to the amount of work, only a summary of this version will be detailed below.

* ***Major*** rewrite using new composer based framework.
* Process any remote or local import
* Download any remote file referenced to the minify folder. This fixes google fonts too being remotely requested!
* Reduce files generated by minify
* Add integration with Juipter Theme
* Add integration with LaterSlider
* Add integration with Meta Slider
* Add integration with Revolution Slider
* Add integration with WP Critical CSS
* Add responsive images and lazy load support. This fixes almost ANY image that was not created with srcset that its your media. If a wordpress image size does not match though, Simple Image Sizes plugin is recommended.
* Many other changes

### 0.5.5 ###

* Rename instance function wrapper to not conflict with wp-rocket async css
Expand Down
2 changes: 1 addition & 1 deletion lib/Rocket/Async/CSS.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class CSS extends PluginAbstract {
/**
* Plugin version
*/
const VERSION = '0.5.5';
const VERSION = '0.6.0';

/**
* Transient Prefix
Expand Down
2 changes: 1 addition & 1 deletion rocket-async-css.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
* Plugin Name: WP Rocket ASYNC CSS
* Plugin URI: https://github.com/pcfreak30/rocket-async-css
* Description: WordPress plugin to combine all CSS load async including inline scripts. Extends WP-Rocket
* Version: 0.5.5
* Version: 0.6.0
* Author: Derrick Hammer
* Author URI: http://www.derrickhammer.com
* License: GPL-2.0+
Expand Down

0 comments on commit 458b78b

Please sign in to comment.