Skip to content

Commit

Permalink
v4.8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan0sz committed Jan 8, 2025
1 parent 5c6b7fd commit ad36876
Show file tree
Hide file tree
Showing 2 changed files with 6 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.3
* Version: 4.8.4
* 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
5 changes: 4 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.3
Stable tag: 4.8.4
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,9 @@ N/A

== Changelog ==

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

= 4.8.3 =
* Added: Cloudflare and WP Fastest Cache compatibility for Minimal Analytics tracking code.
* Tested with WP 6.7.
Expand Down

0 comments on commit ad36876

Please sign in to comment.