Changeset 3366307
- Timestamp:
- 09/23/2025 08:41:08 AM (6 months ago)
- Location:
- gtm-server-side
- Files:
-
- 6 edited
- 1 copied
-
tags/2.1.37 (copied) (copied from gtm-server-side/trunk)
-
tags/2.1.37/README.txt (modified) (2 diffs)
-
tags/2.1.37/gtm-server-side.php (modified) (1 diff)
-
tags/2.1.37/templates/class-gtm-server-side-admin.php (modified) (1 diff)
-
trunk/README.txt (modified) (2 diffs)
-
trunk/gtm-server-side.php (modified) (1 diff)
-
trunk/templates/class-gtm-server-side-admin.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
gtm-server-side/tags/2.1.37/README.txt
r3359782 r3366307 4 4 Requires at least: 5.2.0 5 5 Tested up to: 6.8.0 6 Stable tag: 2.1.3 66 Stable tag: 2.1.37 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 68 68 == Changelog == 69 69 70 = 2.1.37 = 71 * Fix: submit button 72 70 73 = 2.1.36 = 71 74 * Added imageUrl field to dataLayer -
gtm-server-side/tags/2.1.37/gtm-server-side.php
r3359782 r3366307 11 11 * Plugin URI: https://wordpress.org/plugins/gtm-server-side/ 12 12 * 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.3 613 * Version: 2.1.37 14 14 * Author: Stape 15 15 * Author URI: https://stape.io -
gtm-server-side/tags/2.1.37/templates/class-gtm-server-side-admin.php
r3359782 r3366307 95 95 96 96 <?php 97 if ( GTM_SERVER_SIDE_FIELD_VALUE_YES === GTM_Server_Side_Helpers::get_option( GTM_SERVER_SIDE_FIELD_CUST_MATCH_BACKFILL ) ) : 97 if ( 98 GTM_Server_Side_Admin_Settings_Customer_Match::TAB === $tab && 99 GTM_SERVER_SIDE_FIELD_VALUE_YES === GTM_Server_Side_Helpers::get_option( GTM_SERVER_SIDE_FIELD_CUST_MATCH_BACKFILL ) 100 ) : 98 101 submit_button( 99 102 '', -
gtm-server-side/trunk/README.txt
r3359782 r3366307 4 4 Requires at least: 5.2.0 5 5 Tested up to: 6.8.0 6 Stable tag: 2.1.3 66 Stable tag: 2.1.37 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 68 68 == Changelog == 69 69 70 = 2.1.37 = 71 * Fix: submit button 72 70 73 = 2.1.36 = 71 74 * Added imageUrl field to dataLayer -
gtm-server-side/trunk/gtm-server-side.php
r3359782 r3366307 11 11 * Plugin URI: https://wordpress.org/plugins/gtm-server-side/ 12 12 * 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.3 613 * Version: 2.1.37 14 14 * Author: Stape 15 15 * Author URI: https://stape.io -
gtm-server-side/trunk/templates/class-gtm-server-side-admin.php
r3359782 r3366307 95 95 96 96 <?php 97 if ( GTM_SERVER_SIDE_FIELD_VALUE_YES === GTM_Server_Side_Helpers::get_option( GTM_SERVER_SIDE_FIELD_CUST_MATCH_BACKFILL ) ) : 97 if ( 98 GTM_Server_Side_Admin_Settings_Customer_Match::TAB === $tab && 99 GTM_SERVER_SIDE_FIELD_VALUE_YES === GTM_Server_Side_Helpers::get_option( GTM_SERVER_SIDE_FIELD_CUST_MATCH_BACKFILL ) 100 ) : 98 101 submit_button( 99 102 '',
Note: See TracChangeset
for help on using the changeset viewer.