Plugin Directory

Changeset 3423412


Ignore:
Timestamp:
12/19/2025 07:23:30 AM (3 months ago)
Author:
usermaven
Message:

tagging version 1.2.5

Location:
usermaven/tags/1.2.5
Files:
3 edited

Legend:

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

    r3423394 r3423412  
    66Tested up to: 6.8.3
    77Requires PHP: 5.6
    8 Stable tag: 1.2.4
     8Stable tag: 1.2.5
    99License: Massachusetts Institute of Technology (MIT) license
    1010License URI: https://opensource.org/licenses/MIT
     
    7272== Changelog ==
    7373
    74 = 1.2.4 - December 19, 2025 =
     74= 1.2.5 - December 19, 2025 =
    7575* Events now include IP address and browser information.
    7676* Cookieless tracking mode now enables full privacy protection.
  • usermaven/tags/1.2.5/includes/class-usermaven.php

    r3423385 r3423412  
    8181            $this->version = USERMAVEN_VERSION;
    8282        } else {
    83             $this->version = '1.2.4';
     83            $this->version = '1.2.5';
    8484        }
    8585        $this->plugin_name = 'usermaven';
  • usermaven/tags/1.2.5/usermaven.php

    r3423385 r3423412  
    1919 * Description:       The Easiest Website and Product Analytics Platform
    2020
    21  * Version:           1.2.4
     21 * Version:           1.2.5
    2222 * Author:            Usermaven
    2323 * Author URI:        https://usermaven.com/
Note: See TracChangeset for help on using the changeset viewer.