Skip to content

Commit

Permalink
v4.7.13
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan0sz committed Dec 12, 2023
1 parent a891f46 commit 9033cf1
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.7.12
* Version: 4.7.13
* 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.4
Stable tag: 4.7.12
Stable tag: 4.7.13
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.7.13 | December 12th, 2023 =
* Fixed: CSRF issue in custom Update Settings logic.

= 4.7.12 | November 8th, 2023 =
* Tested with WP 6.4

Expand Down

0 comments on commit 9033cf1

Please sign in to comment.