Plugin Directory

Changeset 3217567


Ignore:
Timestamp:
01/06/2025 10:05:13 AM (15 months ago)
Author:
usermaven
Message:

tagging version 1.0.10

Location:
usermaven
Files:
6 edited
1 copied

Legend:

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

    r3217551 r3217567  
    66Tested up to: 6.7.1
    77Requires PHP: 5.6
    8 Stable tag: 1.0.9
     8Stable tag: 1.0.10
    99License: Massachusetts Institute of Technology (MIT) license
    1010License URI: https://opensource.org/licenses/MIT
  • usermaven/tags/1.0.10/includes/class-usermaven.php

    r3217551 r3217567  
    8181            $this->version = USERMAVEN_VERSION;
    8282        } else {
    83             $this->version = '1.0.9';
     83            $this->version = '1.0.10';
    8484        }
    8585        $this->plugin_name = 'usermaven';
  • usermaven/tags/1.0.10/usermaven.php

    r3217551 r3217567  
    1919 * Description:       The Easiest Website and Product Analytics Platform
    2020
    21  * Version:           1.0.9
     21 * Version:           1.0.10
    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.0.9' );
     40define( 'USERMAVEN_VERSION', '1.0.10' );
    4141
    4242/**
  • usermaven/trunk/README.txt

    r3217551 r3217567  
    66Tested up to: 6.7.1
    77Requires PHP: 5.6
    8 Stable tag: 1.0.9
     8Stable tag: 1.0.10
    99License: Massachusetts Institute of Technology (MIT) license
    1010License URI: https://opensource.org/licenses/MIT
  • usermaven/trunk/includes/class-usermaven.php

    r3217551 r3217567  
    8181            $this->version = USERMAVEN_VERSION;
    8282        } else {
    83             $this->version = '1.0.9';
     83            $this->version = '1.0.10';
    8484        }
    8585        $this->plugin_name = 'usermaven';
  • usermaven/trunk/usermaven.php

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