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

Releases: futtta/ao_critcss_aas

urgent bugfix

14 Sep 18:39
Compare
Choose a tag to compare

in some circumstances is_user_logged_in() was called to early, leading to a broken site, this release fixes this.

probably last release before integration into AO proper

14 Sep 09:35
Compare
Choose a tag to compare
1.17.0

version string updates (to 1.17.0) in main .php file

the sunny summer release

16 Jul 18:57
Compare
Choose a tag to compare
  • new: allow "bound domain" to be changed (advanced option)
  • improvement: improved default settings logic
  • improvement: checks to prevent some PHP notices
  • bugfix: prevent files with CCSS being removed even when still referenced in a rule
  • bugfix: make sure rules and queue objects are global variables, thanks for the fix Marius!
  • bugfix: fix defer-wrapping of non-javascript script tags (ld/json for example), thanks for reporting Kyla!

the vansihing P job mystery bugfix release

29 Apr 05:12
Compare
Choose a tag to compare
1.15.2

pushing out (new) fix for disappearing P job bug + getting ready to p…

minor: no autoload when doing class_exists

22 Apr 15:25
Compare
Choose a tag to compare
1.15.1

update version string in main file too

one small step at a time

21 Apr 11:48
Compare
Choose a tag to compare

better first time experience & misc fixes.

21 Feb 16:12
Compare
Choose a tag to compare
1.14.0

getting ready to push out 1.14.0

the one I almost forgot to tag

25 Dec 07:09
Compare
Choose a tag to compare
  • new: advanced option (default off) to defer non-autoptimized JS (linked and inline).
  • improvement: in maintenance job check if ao_ccss_queue is scheduled and schedule if not.
  • improvement: added filter (ao_ccss_queue_schedule) to allow (power-)users to change the scheduling of the queue processing job.

teeny weeny improvments and fixes

09 Dec 09:46
Compare
Choose a tag to compare
  • keep API key and some other key (non-transient) settings when plugin is deactivated
  • improve “force include” copy + set max-size on that input field
  • add extra info (wp_error) to debug log if key check does not succeed
  • confirmed working with WordPress 5.0

little by little inching towards perfection ;-)

05 Nov 22:38
Compare
Choose a tag to compare
  • Improvement: create path-based rules for pages by default for new installs (change the setting manually when upgrading from 1.9.0)
  • bugfix: recheck invalid API key during the daily maintenance to avoid it getting stuck
  • bugfix: don’t strip slashes in generated CCSS
  • update to latest version of the “persist admin notice dismissal” framework library