Changeset 2215889
- Timestamp:
- 12/20/2019 06:35:28 PM (6 years ago)
- Location:
- oometrics/trunk
- Files:
-
- 2 edited
-
oometrics.php (modified) (3 diffs)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
oometrics/trunk/oometrics.php
r2215875 r2215889 3 3 * Plugin Name: OOMetrics 4 4 * 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. 55 * Version: 1.0.7 6 6 * Author: OOMetrics 7 7 * Author URI: https://oometrics.com … … 21 21 22 22 if(!defined('OOMETRICS_PLUGIN_VERSION')) 23 define('OOMETRICS_PLUGIN_VERSION', '1.0. 5');23 define('OOMETRICS_PLUGIN_VERSION', '1.0.7'); 24 24 if(!defined('OOMETRICS_URL')) 25 25 define('OOMETRICS_URL', plugin_dir_url( __FILE__ )); … … 169 169 add_option('oometrics_templates_table','created'); 170 170 171 update_option('oometrics_core_version','10 5');171 update_option('oometrics_core_version','107'); 172 172 // add_option('oometrics_debug_table','created'); 173 173 } -
oometrics/trunk/readme.txt
r2215884 r2215889 5 5 Requires at least: 4.0 6 6 Tested up to: 5.3 7 Stable tag: 1.0. 67 Stable tag: 1.0.7 8 8 Requires PHP: 5.6 9 9 License: GPLv2 or later
Note: See TracChangeset
for help on using the changeset viewer.