Skip to content

Commit

Permalink
PHPCS fixes and beta 2 label added
Browse files Browse the repository at this point in the history
  • Loading branch information
duracelltomi committed Jan 23, 2024
1 parent 390b220 commit 090b4e7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion common/readoptions.php
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
4 changes: 2 additions & 2 deletions duracelltomi-google-tag-manager-for-wordpress.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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;
Expand Down

0 comments on commit 090b4e7

Please sign in to comment.