diff --git a/README.txt b/README.txt index 22bc9a2..9663199 100644 --- a/README.txt +++ b/README.txt @@ -56,6 +56,10 @@ This section describes how to install the plugin and get it working. == Changelog == +### 0.4.16 ### + +* Ensure home uses the active URL scheme + ### 0.4.15 ### * Add compatibility hack for older libxml diff --git a/includes/class-rocket-async-css.php b/includes/class-rocket-async-css.php index 1907bc3..8f7739c 100644 --- a/includes/class-rocket-async-css.php +++ b/includes/class-rocket-async-css.php @@ -32,7 +32,7 @@ class Rocket_Async_Css { /** * Plugin version */ - const VERSION = '0.4.15'; + const VERSION = '0.4.16'; /** * The current version of the plugin. * diff --git a/rocket-async-css.php b/rocket-async-css.php index ca19df9..55cd849 100644 --- a/rocket-async-css.php +++ b/rocket-async-css.php @@ -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.4.15 + * Version: 0.4.16 * Author: Derrick Hammer * Author URI: http://www.derrickhammer.com * License: GPL-2.0+