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

Commit adbb715

Browse files
committed
getting ready to push out 1.14.0
1 parent 6b0a595 commit adbb715

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

ao_criticss_aas.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
Plugin URI: http://optimizingmatters.com/
55
Description: Let Autoptimize and CriticalCSS unleash your site performance and make it appear better than anyone in search results.
66
Author: Deny Dias & Optimizing Matters
7-
Version: 1.13.0
7+
Version: 1.14.0
88
Text Domain: autoptimize
99
*/
1010

@@ -59,7 +59,7 @@
5959
}
6060

6161
// Define plugin version
62-
define('AO_CCSS_VER', '1.13.0');
62+
define('AO_CCSS_VER', '1.14.0');
6363

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

readme.txt

+9-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.0
6-
Stable tag: 1.13.0
6+
Stable tag: 1.14.0
77

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

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

9797
== Changelog ==
9898

99+
= 1.14.0 =
100+
101+
* better first time user experience
102+
* by default limit requests to criticalcss.com to 5 per cron run
103+
* bugfix: retry failed jobs icon
104+
* bugfix: ignore http vs https for domain binding
105+
* documentation: add tips to FAQ regarding how to improve start render/ first paint time
106+
99107
= 1.13.0 =
100108

101109
* improvement: make sure the front-page only gets critical CSS from the is_front_page and not e.g. is_page

0 commit comments

Comments
 (0)