Skip to content
This repository was archived by the owner on Jul 31, 2024. It is now read-only.

Commit 5537050

Browse files
committed
prepare for 1.16 release
1 parent f82244c commit 5537050

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

ao_criticss_aas.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
}
6262

6363
// Define plugin version
64-
define('AO_CCSS_VER', '1.15.2');
64+
define('AO_CCSS_VER', '1.16.0');
6565

6666
// check for upgrade-logic
6767
$db_version = get_option('autoptimize_ccss_version','');

readme.txt

+11-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Contributors: futtta, denydias
33
Tags: autoptimize, critical css, above-the-fold, render-blocking css
44
Requires at least: 4.9
55
Tested up to: 5.1
6-
Stable tag: 1.15.2
6+
Stable tag: 1.16.0
77

88
Autoptimize criticalcss.com power-up adds automated critical css creation to Autoptimize integrating with the https://criticalcss.com service.
99

@@ -96,11 +96,21 @@ As of AO CCSS 1.13.0 the plugin binds itself to a domain to avoid unexpected req
9696

9797
== Changelog ==
9898

99+
= 1.16.0 =
100+
101+
* new: allow "bound domain" to be changed (advanced option)
102+
* improvement: improved default settings logic
103+
* improvement: checks to prevent some PHP notices
104+
* bugfix: prevent files with CCSS being removed even when still referenced in a rule
105+
* bugfix: make sure rules and queue objects are global variables, thanks for the fix Marius!
106+
* bugfix: fix defer-wrapping of non-javascript script tags (ld/json for example), thanks for reporting Kyla!
107+
99108
= 1.15.2 =
100109

101110
* bugfix to stop P (pending) jobs from being overwritten by N (new) ones, leading to rules being generated later or (in rare cases) not at all.
102111

103112
= 1.15.1 =
113+
104114
* tell class_exists not to autoload classes to avoid queue processing breaking down (thanks to Markus for reporting and helping identify the issue)
105115

106116
= 1.15.0 =

0 commit comments

Comments
 (0)