Skip to content

Commit ec34234

Browse files
duracelltomiclaude
andcommitted
Release 2.0.0-beta3 [skip changelog]
Version bump only. Every change since 2.0.0-beta2 already carries its own bullet under the CHANGELOG's 2.0 heading from the commit that shipped it. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
1 parent 062aeb3 commit ec34234

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

duracelltomi-google-tag-manager-for-wordpress.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
* Plugin Name: GTM4WP - A Google Tag Manager (GTM) plugin for WordPress
1212
* Plugin URI: https://gtm4wp.com/
1313
* Description: The first Google Tag Manager plugin for WordPress with business goals in mind
14-
* Version: 2.0.0-beta2
14+
* Version: 2.0.0-beta3
1515
* Requires at least: 6.3
1616
* Requires PHP: 8.0
1717
* Author: Thomas Geiger
@@ -30,7 +30,7 @@
3030

3131
defined( 'ABSPATH' ) || exit;
3232

33-
define( 'GTM4WP_VERSION', '2.0.0-beta2' );
33+
define( 'GTM4WP_VERSION', '2.0.0-beta3' );
3434
define( 'GTM4WP_PATH', plugin_dir_path( __FILE__ ) );
3535
define( 'GTM4WP_PLUGIN_FILE', __FILE__ );
3636

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gtm4wp",
3-
"version": "2.0.0-beta2",
3+
"version": "2.0.0-beta3",
44
"description": "The first Google Tag Manager plugin for WordPress with business goals in mind",
55
"scripts": {
66
"build": "wp-scripts build",

0 commit comments

Comments
 (0)