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 Jan 26, 2018
1 parent 89fa358 commit f8216ef
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 2 deletions.
25 changes: 25 additions & 0 deletions README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,31 @@ This section describes how to install the plugin and get it working.

== Changelog ==

### 0.7.0 ###

This is considered a ***MAJOR*** release due to the amount of effort that has been invested since the last release in 2017

* BUGS!: Too many bug fixes to give out in detail. It would be ideal to review git commits in this case

* Integration: Add AvadaTheme integration to work around css bug
* Integration: Add Google Web Fonts integration
* Integration: Add integration with Flatsome theme
* Integration: Add integration with wonder plugin carousel
* Integration: Add integration with max mega menu
* Integration: Add integration with divi builder
* Integration: Add integration with divi booster
* Integration: Add compatibility with The 7 theme
* Feature: Add rocket_async_css_do_blocking filter to force the CSS to output in normal blocking mode for odd edge case exceptions
* Enhancement: Add a footer JS to signal that js is fully loaded
* Enhancement: Add rocket_async_css_do_minify filter for css item to skip minify if it is problematic
* Enhancement: Run lazyload on every individual image and not the whole document to prevent altering javascript or other markup that doesn't need to be touched
* Enhancement: Refactor responsive images integration to look up based on GUID and not do a post meta query for performance
* Enhancement: Add filter, rocket_async_css_lazy_load_responsive_image, to determine if responsive image should be lazy loaded
* Compatibility: Add workaround technique for processing inline javascript that has html
* Compatibility: Don't lazyload images in revolution slider
* Compatibility: Add woocommerce integration to fix cache issues
* Compatibility: Fix compatibility with wp-rocket causing fatal errors

### 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.
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 @@ -18,7 +18,7 @@ class CSS extends Plugin {
/**
* Plugin version
*/
const VERSION = '0.6.0';
const VERSION = '0.7.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.6.0
* Version: 0.7.0
* Author: Derrick Hammer
* Author URI: http://www.derrickhammer.com
* License: GPL-2.0+
Expand Down

0 comments on commit f8216ef

Please sign in to comment.