Plugin Directory

Changeset 3217551


Ignore:
Timestamp:
01/06/2025 09:56:55 AM (15 months ago)
Author:
usermaven
Message:

woocommerce tracking

Location:
usermaven/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • usermaven/trunk/README.txt

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

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

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