Skip to content

Commit 6c8821f

Browse files
v2.1.35
1 parent f48a171 commit 6c8821f

File tree

4 files changed

+17
-4
lines changed

4 files changed

+17
-4
lines changed

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
**Tested up to:** 6.7.1
88

9-
**Stable tag:** 2.1.32
9+
**Stable tag:** 2.1.35
1010

1111
**License:** GPLv2 or later
1212

@@ -85,6 +85,15 @@ Yes. Follow this guide: [How to Setup Facebook Conversion API](https://stape.io/
8585
<details>
8686
<summary>Version 2 changelog</summary>
8787

88+
### 2.1.35
89+
- Fix tab Customer Match
90+
91+
### 2.1.34
92+
- Fix tab Customer Match
93+
94+
### 2.1.33
95+
- Add description for tab Customer Match
96+
8897
### 2.1.32
8998
- Added "Customer Match" settings
9099
- Fix: new_customer value

README.txt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Contributors: gtmserver,bukashk0zzz
33
Tags: google tag manager, google tag manager server side, gtm, gtm server side, tag manager, tagmanager, analytics, google, serverside, server-side, gtag
44
Requires at least: 5.2.0
55
Tested up to: 6.8.0
6-
Stable tag: 2.1.34
6+
Stable tag: 2.1.35
77
License: GPLv2 or later
88
License URI: http://www.gnu.org/licenses/gpl-2.0.html
99

@@ -66,6 +66,10 @@ Yes. <a href="https://stape.io/blog/how-to-set-up-facebook-conversion-api">How t
6666
4. Menu item in the settings panel.
6767

6868
== Changelog ==
69+
70+
= 2.1.35 =
71+
* Fix tab Customer Match
72+
6973
= 2.1.34 =
7074
* Fix tab Customer Match
7175

bootstrap.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
define( 'GTM_SERVER_SIDE_ADMIN_GROUP_WEBHOOKS', 'gtm-server-side-admin-group-webhooks' );
6969
define( 'GTM_SERVER_SIDE_ADMIN_GROUP_CUSTOMER_MATCH', 'gtm-server-side-admin-group-customer-match' );
7070

71-
// Version: 2.1.32.
71+
// Version: 2.1.35.
7272
define( 'GTM_SERVER_SIDE_CUST_MATCH_BACKFILL_DATE', 'gtm_server_side_cust_match_backfill_date' );
7373
define( 'GTM_SERVER_SIDE_CUST_MATCH_BACKFILL_FINISHED', 'gtm_server_side_cust_match_backfill_finished' );
7474

gtm-server-side.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
* Plugin Name: GTM Server Side
1111
* Plugin URI: https://wordpress.org/plugins/gtm-server-side/
1212
* Description: Enhance conversion tracking by implementing server-side tagging using server Google Tag Manager container. Effortlessly configure data layer events in web GTM, send webhooks, set up custom loader, and extend cookie lifetime.
13-
* Version: 2.1.32
13+
* Version: 2.1.35
1414
* Author: Stape
1515
* Author URI: https://stape.io
1616
* License: GPL-2.0+

0 commit comments

Comments
 (0)