Changeset 3261426
- Timestamp:
- 03/25/2025 10:24:26 AM (12 months ago)
- Location:
- usermaven
- Files:
-
- 6 edited
- 1 copied
-
tags/1.2.0 (copied) (copied from usermaven/trunk)
-
tags/1.2.0/README.txt (modified) (2 diffs)
-
tags/1.2.0/includes/class-usermaven.php (modified) (1 diff)
-
tags/1.2.0/usermaven.php (modified) (2 diffs)
-
trunk/README.txt (modified) (2 diffs)
-
trunk/includes/class-usermaven.php (modified) (1 diff)
-
trunk/usermaven.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
usermaven/tags/1.2.0/README.txt
r3258914 r3261426 6 6 Tested up to: 6.7.1 7 7 Requires PHP: 5.6 8 Stable tag: 1. 1.88 Stable tag: 1.2.0 9 9 License: Massachusetts Institute of Technology (MIT) license 10 10 License URI: https://opensource.org/licenses/MIT … … 72 72 == Changelog == 73 73 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 81 81 $this->version = USERMAVEN_VERSION; 82 82 } else { 83 $this->version = '1. 1.8';83 $this->version = '1.2.0'; 84 84 } 85 85 $this->plugin_name = 'usermaven'; -
usermaven/tags/1.2.0/usermaven.php
r3258914 r3261426 19 19 * Description: The Easiest Website and Product Analytics Platform 20 20 21 * Version: 1. 1.821 * Version: 1.2.0 22 22 * Author: Usermaven 23 23 * Author URI: https://usermaven.com/ … … 38 38 * Rename this for your plugin and update it as you release new versions. 39 39 */ 40 define( 'USERMAVEN_VERSION', '1. 1.8' );40 define( 'USERMAVEN_VERSION', '1.2.0' ); 41 41 42 42 /** -
usermaven/trunk/README.txt
r3258914 r3261426 6 6 Tested up to: 6.7.1 7 7 Requires PHP: 5.6 8 Stable tag: 1. 1.88 Stable tag: 1.2.0 9 9 License: Massachusetts Institute of Technology (MIT) license 10 10 License URI: https://opensource.org/licenses/MIT … … 72 72 == Changelog == 73 73 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 81 81 $this->version = USERMAVEN_VERSION; 82 82 } else { 83 $this->version = '1. 1.8';83 $this->version = '1.2.0'; 84 84 } 85 85 $this->plugin_name = 'usermaven'; -
usermaven/trunk/usermaven.php
r3258914 r3261426 19 19 * Description: The Easiest Website and Product Analytics Platform 20 20 21 * Version: 1. 1.821 * Version: 1.2.0 22 22 * Author: Usermaven 23 23 * Author URI: https://usermaven.com/ … … 38 38 * Rename this for your plugin and update it as you release new versions. 39 39 */ 40 define( 'USERMAVEN_VERSION', '1. 1.8' );40 define( 'USERMAVEN_VERSION', '1.2.0' ); 41 41 42 42 /**
Note: See TracChangeset
for help on using the changeset viewer.