Plugin Directory

Changeset 3423420


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

tagging version 1.2.6

Location:
usermaven
Files:
6 edited
1 copied

Legend:

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

    r3423394 r3423420  
    66Tested up to: 6.8.3
    77Requires PHP: 5.6
    8 Stable tag: 1.2.4
     8Stable tag: 1.2.6
    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.6 - 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.6/includes/class-usermaven.php

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

    r3423385 r3423420  
    1919 * Description:       The Easiest Website and Product Analytics Platform
    2020
    21  * Version:           1.2.4
     21 * Version:           1.2.6
    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.2.4' );
     40define( 'USERMAVEN_VERSION', '1.2.6' );
    4141
    4242/**
  • usermaven/trunk/README.txt

    r3423394 r3423420  
    66Tested up to: 6.8.3
    77Requires PHP: 5.6
    8 Stable tag: 1.2.4
     8Stable tag: 1.2.6
    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.6 - December 19, 2025 =
    7575* Events now include IP address and browser information.
    7676* Cookieless tracking mode now enables full privacy protection.
  • usermaven/trunk/includes/class-usermaven.php

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

    r3423385 r3423420  
    1919 * Description:       The Easiest Website and Product Analytics Platform
    2020
    21  * Version:           1.2.4
     21 * Version:           1.2.6
    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.2.4' );
     40define( 'USERMAVEN_VERSION', '1.2.6' );
    4141
    4242/**
Note: See TracChangeset for help on using the changeset viewer.