Plugin Directory

Changeset 2215889


Ignore:
Timestamp:
12/20/2019 06:35:28 PM (6 years ago)
Author:
oometrics
Message:

v.1.0.7 immediate patch of last update

Location:
oometrics/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • oometrics/trunk/oometrics.php

    r2215875 r2215889  
    33 * Plugin Name:       OOMetrics
    44 * Description:       WooCommerce Smart Metrics and Live Customer Channel; Set discounts, coupons and pop ups remotely and individually while you are watching statistics!
    5  * Version:           1.0.5
     5 * Version:           1.0.7
    66 * Author:            OOMetrics
    77 * Author URI:        https://oometrics.com
     
    2121
    2222if(!defined('OOMETRICS_PLUGIN_VERSION'))
    23     define('OOMETRICS_PLUGIN_VERSION', '1.0.5');
     23    define('OOMETRICS_PLUGIN_VERSION', '1.0.7');
    2424if(!defined('OOMETRICS_URL'))
    2525    define('OOMETRICS_URL', plugin_dir_url( __FILE__ ));
     
    169169        add_option('oometrics_templates_table','created');
    170170
    171         update_option('oometrics_core_version','105');
     171        update_option('oometrics_core_version','107');
    172172        // add_option('oometrics_debug_table','created');
    173173    }
  • oometrics/trunk/readme.txt

    r2215884 r2215889  
    55Requires at least: 4.0
    66Tested up to: 5.3
    7 Stable tag: 1.0.6
     7Stable tag: 1.0.7
    88Requires PHP: 5.6
    99License: GPLv2 or later
Note: See TracChangeset for help on using the changeset viewer.