Changeset 2347109
- Timestamp:
- 07/27/2020 10:57:42 AM (6 years ago)
- Location:
- oometrics/trunk
- Files:
-
- 2 edited
-
oometrics.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
oometrics/trunk/oometrics.php
r2347103 r2347109 21 21 22 22 if(!defined('OOMETRICS_PLUGIN_VERSION')) 23 define('OOMETRICS_PLUGIN_VERSION', '1. 0.9');23 define('OOMETRICS_PLUGIN_VERSION', '1.1.0'); 24 24 if(!defined('OOMETRICS_URL')) 25 25 define('OOMETRICS_URL', plugin_dir_url( __FILE__ )); … … 164 164 add_option('oometrics_rel_table','created'); 165 165 add_option('oometrics_templates_table','created'); 166 add_option('oometrics_plugin_version',OOMETRICS_PLUGIN_VERSION); 166 167 167 168 $admin_ses_exists = $wpdb->get_var( -
oometrics/trunk/readme.txt
r2347103 r2347109 5 5 Requires at least: 4.0 6 6 Tested up to: 5.4.2 7 Stable tag: 1. 0.97 Stable tag: 1.1.0 8 8 Requires PHP: 5.6 9 9 License: GPLv2 or later … … 163 163 * Fixed - Major bug fixes 164 164 165 = v.1.1.0 = 166 * Icon font files fix 167 165 168 166 169
Note: See TracChangeset
for help on using the changeset viewer.