Skip to content

Commit

Permalink
*Version bump to 3.0.16
Browse files Browse the repository at this point in the history
  • Loading branch information
pcfreak30 committed Apr 27, 2019
1 parent 7529b4f commit fc5cf39
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/Rocket/Footer/JS.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class JS extends Plugin {
/**
* Plugin version
*/
const VERSION = '3.0.15';
const VERSION = '3.0.16';
/**
*
*/
Expand Down
6 changes: 6 additions & 0 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,12 @@ This section describes how to install the plugin and get it working.

== Changelog ==

### 3.0.16 ###

* Bug: Fix lazy load CSS to not be position absolute
* Bug: Fix edge case bug with DOMDocument mangling HTML entities
* Compatibility: Google Plus shut down, so support removed

### 3.0.15 ###

* Bug: Fix using css minify instead of JS minify
Expand Down
2 changes: 1 addition & 1 deletion rocket-footer-js.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Plugin Name: WP Rocket Footer JS
* Plugin URI: https://github.com/pcfreak30/rocket-footer-js
* Description: Unofficial WP-Rocket addon to force all JS both external and inline to the footer
* Version: 3.0.15
* Version: 3.0.16
* Author: Derrick Hammer
* Author URI: https://www.derrickhammer.com
* License: GPL-2.0+
Expand Down

0 comments on commit fc5cf39

Please sign in to comment.