Plugin Directory

Changeset 3494023


Ignore:
Timestamp:
03/29/2026 09:23:17 PM (3 days ago)
Author:
darinnj
Message:

Release 1.0.1 (readme updates)

Location:
scripts-and-pixels-datalayer-manager/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • scripts-and-pixels-datalayer-manager/trunk/readme.txt

    r3486116 r3494023  
    11=== Scripts + Pixels DataLayer Manager ===
    2 Contributors: scriptsandpixels
    32Tags: datalayer, google-tag-manager, analytics, tracking, woocommerce
    43Requires at least: 5.0
    54Tested up to: 6.9
    65Requires PHP: 7.4
    7 Stable tag: 1.0.0
     6Stable tag: 1.0.1
    87License: GPLv2 or later
    98License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    110109== Changelog ==
    111110
     111= 1.0.1 =
     112* Readme updates for the WordPress.org plugin directory.
     113
    112114= 1.0.0 =
    113115* Initial release
     
    119121== Upgrade Notice ==
    120122
     123= 1.0.1 =
     124Readme updates only; no functional changes.
     125
    121126= 1.0.0 =
    122127Initial 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  
    33 * Plugin Name: Scripts + Pixels DataLayer Manager
    44 * Description: Automatically detects WordPress context and injects dataLayer variables for analytics tools (GA4/GTM). No coding required.
    5  * Version: 1.0.0
     5 * Version: 1.0.1
    66 * Author: Scripts + Pixels
    77 * Author URI: https://scriptsandpixels.studio
     
    2222
    2323// Define plugin constants.
    24 define( 'DATALAYER_MANAGER_VERSION', '1.0.0' );
     24define( 'DATALAYER_MANAGER_VERSION', '1.0.1' );
    2525define( 'DATALAYER_MANAGER_PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
    2626define( 'DATALAYER_MANAGER_PLUGIN_URL', plugin_dir_url( __FILE__ ) );
Note: See TracChangeset for help on using the changeset viewer.