Plugin Directory

Changeset 3261426


Ignore:
Timestamp:
03/25/2025 10:24:26 AM (12 months ago)
Author:
usermaven
Message:

tagging version 1.2.0

Location:
usermaven
Files:
6 edited
1 copied

Legend:

Unmodified
Added
Removed
  • usermaven/tags/1.2.0/README.txt

    r3258914 r3261426  
    66Tested up to: 6.7.1
    77Requires PHP: 5.6
    8 Stable tag: 1.1.8
     8Stable tag: 1.2.0
    99License: Massachusetts Institute of Technology (MIT) license
    1010License URI: https://opensource.org/licenses/MIT
     
    7272== Changelog ==
    7373
    74 = 1.0.0 =
    75 - Initial plugin release.
     74= 1.2.0 - March 25, 2025 =
     75- Added user identification feature for logged-in WordPress users (optional in admin panel)
     76- Introduced option to exclude specific user roles (e.g., Administrator)
     77- Fixed WordPress values unpack in old PHP versions
     78
     79= 1.2.0 - February 17, 2025 =
     80- Improved WooCommerce cart init null check for early exit
     81- Fixed issue with tracking pixel not loading correctly on some WordPress themes
     82- Improved error handling for invalid API keys in settings page
     83
     84= 1.1.7 - February 13, 2025 =
     85- Fixed WooCommerce initiate checkout event
     86- Improved initiate checkout for custom checkout page and order status update
     87- Added WooCommerce tracking class and events API custom events
     88- Added WordPress dashboard widget to display Usermaven stats directly in admin area
     89
     90= 1.1.6 - October 18, 2024 =
     91- Added customer role tracking
     92- Enhanced tracking pixel with custom domain white-labeling for ad blocker bypassing
     93- Updated readme.txt to reflect latest features and compatibility with WordPress
     94- Fixed minor bug with user role exclusion not applying correctly
     95
     96= 1.1.5 - February 12, 2024 =
     97- Optimized Performance and Consistency for WordPress UI
     98- Improved performance of event tracking by optimizing JavaScript injection
     99- Added support for tracking frontend events (clicks, form submissions) with toggle in settings
     100
     101= 1.1.4 - December 12, 2023 =
     102- Added new WordPress plugin features
     103- Updated compatibility to WordPress 6.4.2 in readme.txt
     104- Minor bug fixes and stability improvements based on testing with latest WordPress version
     105
     106= 1.1.0 - March 16, 2023 =
     107- Updated tracking snippet and version
     108- Enhanced readme.txt with detailed features
     109- Added support for automatic WooCommerce event tracking (product views, cart actions, purchases)
     110- Introduced admin settings page for tracking options
     111
     112= 1.0.1 - February 27, 2023 =
     113- Replaced WP URL validator with regex pattern
     114- Minor fixes for WordPress plugin standards compatibility
     115- Updated readme.txt with installation instructions and plugin description
     116
     117= 1.0.0 - January 31, 2023 =
     118- Initial WordPress plugin release
     119- Initial release with basic tracking pixel functionality and core files (usermaven.php, readme.txt)
     120- Admin settings for API key configuration
     121- Implemented requested changes (February 6, 2023)
  • usermaven/tags/1.2.0/includes/class-usermaven.php

    r3258914 r3261426  
    8181            $this->version = USERMAVEN_VERSION;
    8282        } else {
    83             $this->version = '1.1.8';
     83            $this->version = '1.2.0';
    8484        }
    8585        $this->plugin_name = 'usermaven';
  • usermaven/tags/1.2.0/usermaven.php

    r3258914 r3261426  
    1919 * Description:       The Easiest Website and Product Analytics Platform
    2020
    21  * Version:           1.1.8
     21 * Version:           1.2.0
    2222 * Author:            Usermaven
    2323 * Author URI:        https://usermaven.com/
     
    3838 * Rename this for your plugin and update it as you release new versions.
    3939 */
    40 define( 'USERMAVEN_VERSION', '1.1.8' );
     40define( 'USERMAVEN_VERSION', '1.2.0' );
    4141
    4242/**
  • usermaven/trunk/README.txt

    r3258914 r3261426  
    66Tested up to: 6.7.1
    77Requires PHP: 5.6
    8 Stable tag: 1.1.8
     8Stable tag: 1.2.0
    99License: Massachusetts Institute of Technology (MIT) license
    1010License URI: https://opensource.org/licenses/MIT
     
    7272== Changelog ==
    7373
    74 = 1.0.0 =
    75 - Initial plugin release.
     74= 1.2.0 - March 25, 2025 =
     75- Added user identification feature for logged-in WordPress users (optional in admin panel)
     76- Introduced option to exclude specific user roles (e.g., Administrator)
     77- Fixed WordPress values unpack in old PHP versions
     78
     79= 1.2.0 - February 17, 2025 =
     80- Improved WooCommerce cart init null check for early exit
     81- Fixed issue with tracking pixel not loading correctly on some WordPress themes
     82- Improved error handling for invalid API keys in settings page
     83
     84= 1.1.7 - February 13, 2025 =
     85- Fixed WooCommerce initiate checkout event
     86- Improved initiate checkout for custom checkout page and order status update
     87- Added WooCommerce tracking class and events API custom events
     88- Added WordPress dashboard widget to display Usermaven stats directly in admin area
     89
     90= 1.1.6 - October 18, 2024 =
     91- Added customer role tracking
     92- Enhanced tracking pixel with custom domain white-labeling for ad blocker bypassing
     93- Updated readme.txt to reflect latest features and compatibility with WordPress
     94- Fixed minor bug with user role exclusion not applying correctly
     95
     96= 1.1.5 - February 12, 2024 =
     97- Optimized Performance and Consistency for WordPress UI
     98- Improved performance of event tracking by optimizing JavaScript injection
     99- Added support for tracking frontend events (clicks, form submissions) with toggle in settings
     100
     101= 1.1.4 - December 12, 2023 =
     102- Added new WordPress plugin features
     103- Updated compatibility to WordPress 6.4.2 in readme.txt
     104- Minor bug fixes and stability improvements based on testing with latest WordPress version
     105
     106= 1.1.0 - March 16, 2023 =
     107- Updated tracking snippet and version
     108- Enhanced readme.txt with detailed features
     109- Added support for automatic WooCommerce event tracking (product views, cart actions, purchases)
     110- Introduced admin settings page for tracking options
     111
     112= 1.0.1 - February 27, 2023 =
     113- Replaced WP URL validator with regex pattern
     114- Minor fixes for WordPress plugin standards compatibility
     115- Updated readme.txt with installation instructions and plugin description
     116
     117= 1.0.0 - January 31, 2023 =
     118- Initial WordPress plugin release
     119- Initial release with basic tracking pixel functionality and core files (usermaven.php, readme.txt)
     120- Admin settings for API key configuration
     121- Implemented requested changes (February 6, 2023)
  • usermaven/trunk/includes/class-usermaven.php

    r3258914 r3261426  
    8181            $this->version = USERMAVEN_VERSION;
    8282        } else {
    83             $this->version = '1.1.8';
     83            $this->version = '1.2.0';
    8484        }
    8585        $this->plugin_name = 'usermaven';
  • usermaven/trunk/usermaven.php

    r3258914 r3261426  
    1919 * Description:       The Easiest Website and Product Analytics Platform
    2020
    21  * Version:           1.1.8
     21 * Version:           1.2.0
    2222 * Author:            Usermaven
    2323 * Author URI:        https://usermaven.com/
     
    3838 * Rename this for your plugin and update it as you release new versions.
    3939 */
    40 define( 'USERMAVEN_VERSION', '1.1.8' );
     40define( 'USERMAVEN_VERSION', '1.2.0' );
    4141
    4242/**
Note: See TracChangeset for help on using the changeset viewer.