Changeset 3494023
- Timestamp:
- 03/29/2026 09:23:17 PM (3 days ago)
- Location:
- scripts-and-pixels-datalayer-manager/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (3 diffs)
-
scripts-and-pixels-datalayer-manager.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
scripts-and-pixels-datalayer-manager/trunk/readme.txt
r3486116 r3494023 1 1 === Scripts + Pixels DataLayer Manager === 2 Contributors: scriptsandpixels3 2 Tags: datalayer, google-tag-manager, analytics, tracking, woocommerce 4 3 Requires at least: 5.0 5 4 Tested up to: 6.9 6 5 Requires PHP: 7.4 7 Stable tag: 1.0. 06 Stable tag: 1.0.1 8 7 License: GPLv2 or later 9 8 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 110 109 == Changelog == 111 110 111 = 1.0.1 = 112 * Readme updates for the WordPress.org plugin directory. 113 112 114 = 1.0.0 = 113 115 * Initial release … … 119 121 == Upgrade Notice == 120 122 123 = 1.0.1 = 124 Readme updates only; no functional changes. 125 121 126 = 1.0.0 = 122 127 Initial release. Automatically detects WordPress and WooCommerce dataLayer variables with zero configuration. -
scripts-and-pixels-datalayer-manager/trunk/scripts-and-pixels-datalayer-manager.php
r3486116 r3494023 3 3 * Plugin Name: Scripts + Pixels DataLayer Manager 4 4 * Description: Automatically detects WordPress context and injects dataLayer variables for analytics tools (GA4/GTM). No coding required. 5 * Version: 1.0. 05 * Version: 1.0.1 6 6 * Author: Scripts + Pixels 7 7 * Author URI: https://scriptsandpixels.studio … … 22 22 23 23 // Define plugin constants. 24 define( 'DATALAYER_MANAGER_VERSION', '1.0. 0' );24 define( 'DATALAYER_MANAGER_VERSION', '1.0.1' ); 25 25 define( 'DATALAYER_MANAGER_PLUGIN_DIR', plugin_dir_path( __FILE__ ) ); 26 26 define( 'DATALAYER_MANAGER_PLUGIN_URL', plugin_dir_url( __FILE__ ) );
Note: See TracChangeset
for help on using the changeset viewer.