From 090b4e7cf77b6e3d9721be4cfffaa0fa0c3dd642 Mon Sep 17 00:00:00 2001 From: Thomas Geiger Date: Tue, 23 Jan 2024 13:02:57 +0100 Subject: [PATCH] PHPCS fixes and beta 2 label added --- common/readoptions.php | 2 +- duracelltomi-google-tag-manager-for-wordpress.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/common/readoptions.php b/common/readoptions.php index 14a9696f..5be3ff13 100644 --- a/common/readoptions.php +++ b/common/readoptions.php @@ -134,7 +134,7 @@ GTM4WP_OPTION_INCLUDE_USERREGDATE => false, GTM4WP_OPTION_INCLUDE_USERNAME => false, GTM4WP_OPTION_INCLUDE_VISITOR_IP => false, - GTM4WP_OPTION_INCLUDE_VISITOR_IP_HEADER => '', + GTM4WP_OPTION_INCLUDE_VISITOR_IP_HEADER => '', GTM4WP_OPTION_INCLUDE_POSTTYPE => true, GTM4WP_OPTION_INCLUDE_CATEGORIES => true, GTM4WP_OPTION_INCLUDE_TAGS => true, diff --git a/duracelltomi-google-tag-manager-for-wordpress.php b/duracelltomi-google-tag-manager-for-wordpress.php index a8f6c615..d9ec3838 100644 --- a/duracelltomi-google-tag-manager-for-wordpress.php +++ b/duracelltomi-google-tag-manager-for-wordpress.php @@ -11,7 +11,7 @@ * Plugin Name: GTM4WP - A Google Tag Manager (GTM) plugin for WordPress * Plugin URI: https://gtm4wp.com/ * Description: The first Google Tag Manager plugin for WordPress with business goals in mind - * Version: 1.20-beta.1 + * Version: 1.20-beta.2 * Requires at least: 3.4.0 * Requires PHP: 7.4 * Author: Thomas Geiger @@ -25,7 +25,7 @@ * WC tested up to: 8.5 */ -define( 'GTM4WP_VERSION', '1.20-beta.1' ); +define( 'GTM4WP_VERSION', '1.20-beta.2' ); define( 'GTM4WP_PATH', plugin_dir_path( __FILE__ ) ); global $gtp4wp_plugin_url, $gtp4wp_plugin_basename, $gtp4wp_script_path;