Skip to content

Commit 0b4d3b6

Browse files
committed
*Version bump to 0.7.0
1 parent 2de57c9 commit 0b4d3b6

File tree

3 files changed

+20
-4
lines changed

3 files changed

+20
-4
lines changed

README.txt

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
=== Plugin Name ===
1+
=== WP Critical CSS ===
22
Contributors: pcfreak30
33
Donate link: https://www.paypal.me/pcfreak30
44
Tags: optimize, above the fold, critical css
55
Requires at least: 4.5
6-
Tested up to: 4.8
6+
Tested up to: 4.8.1
77
Stable tag: trunk
88
License: GPLv2 or later
99
License URI: http://www.gnu.org/licenses/gpl-2.0.html
@@ -67,6 +67,22 @@ This is used as a special version of the web page that forcibly disables support
6767

6868
== Changelog ==
6969

70+
### 0.7.0 ###
71+
72+
### Big Warning ###
73+
74+
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.
75+
76+
* ***Major*** rewrite using new composer based framework.
77+
* Feature: Added queue table for web check queue.
78+
* Feature: Added log table which gets purged via custom cron event if there is no cache integration.
79+
* Feature: Added ability to force styles to be included in critical css with simple names or regex.
80+
* Feature: Added ability to give a manual CSS input for any term or post
81+
* Feature: Added ability to have a parent hierarchical term or hierarchical custom post type override its children and force them to use its CSS. The very top parent with the override will be used. This is exposed with the manual input on editing a term or post.
82+
* Feature: Added ability to force manual css to always be used in-place of generated css.
83+
* Feature: Added a setting for a global CSS fallback. This is manual input only.
84+
* Bugs: Too many to review that are fixed
85+
7086
### 0.6.4 ###
7187

7288
* Bug: SECOND_IN_SECONDS is defined in wp-rockets compatibility code only, so must be removed

lib/WP/CriticalCSS.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ class CriticalCSS extends PluginAbstract {
3636
/**
3737
*
3838
*/
39-
const VERSION = '0.6.3';
39+
const VERSION = '0.7.0';
4040

4141
/**
4242
*

wp-criticalcss.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
Plugin Name: WP Critical CSS
55
Plugin URI: https://github.com/pcfreak30/wp-criticalcss
66
Description: Use CriticalCSS.com web service to automatically create the required CSS for above the fold
7-
Version: 0.6.4
7+
Version: 0.7.0
88
Author: Derrick Hammer
99
Author URI: https://www.derrickhammer.com
1010
License: GPL3

0 commit comments

Comments
 (0)