Skip to content

Commit

Permalink
v4.8.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan0sz committed Feb 18, 2025
1 parent 2ae99d7 commit a547c1c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 2 additions & 2 deletions host-analyticsjs-local.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: CAOS
* Plugin URI: https://daan.dev/wordpress/caos/
* Description: Completely optimize Google Analytics 4 for your WordPress Website - host gtag.js locally or use Minimal Analytics and much more!
* Version: 4.8.4
* Version: 4.8.5
* Author: Daan from Daan.dev
* Author URI: https://daan.dev/
* License: GPL2v2 or later
Expand All @@ -28,7 +28,7 @@
function caos_autoload( $class ) {
$path = explode( '_', $class );

if ( $path[0] != 'CAOS' ) {
if ( $path[ 0 ] != 'CAOS' ) {
return;
}

Expand Down
6 changes: 5 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Contributors: DaanvandenBergh
Tags: analytics, host, locally, gtag, woocommerce, gdpr, cookie notice, leverage browser cache, minimize external requests
Requires at least: 4.6
Tested up to: 6.7
Stable tag: 4.8.4
Stable tag: 4.8.5
Requires PHP: 7.0
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Expand Down Expand Up @@ -76,6 +76,10 @@ N/A

== Changelog ==

= 4.8.5 =
* Fixed: wp_add_inline_script() was used on a string containing <script> tags.
* Added: caos_cloudflare_compatibility filter.

= 4.8.4 =
* Fixed: Cloudflare compatibility would case JS syntax error when the Asynchronous script was used.

Expand Down

0 comments on commit a547c1c

Please sign in to comment.