Changeset 3423412
- Timestamp:
- 12/19/2025 07:23:30 AM (3 months ago)
- Location:
- usermaven/tags/1.2.5
- Files:
-
- 3 edited
-
README.txt (modified) (2 diffs)
-
includes/class-usermaven.php (modified) (1 diff)
-
usermaven.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
usermaven/tags/1.2.5/README.txt
r3423394 r3423412 6 6 Tested up to: 6.8.3 7 7 Requires PHP: 5.6 8 Stable tag: 1.2. 48 Stable tag: 1.2.5 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.2. 4- December 19, 2025 =74 = 1.2.5 - December 19, 2025 = 75 75 * Events now include IP address and browser information. 76 76 * Cookieless tracking mode now enables full privacy protection. -
usermaven/tags/1.2.5/includes/class-usermaven.php
r3423385 r3423412 81 81 $this->version = USERMAVEN_VERSION; 82 82 } else { 83 $this->version = '1.2. 4';83 $this->version = '1.2.5'; 84 84 } 85 85 $this->plugin_name = 'usermaven'; -
usermaven/tags/1.2.5/usermaven.php
r3423385 r3423412 19 19 * Description: The Easiest Website and Product Analytics Platform 20 20 21 * Version: 1.2. 421 * Version: 1.2.5 22 22 * Author: Usermaven 23 23 * Author URI: https://usermaven.com/
Note: See TracChangeset
for help on using the changeset viewer.