Changeset 3217551
- Timestamp:
- 01/06/2025 09:56:55 AM (15 months ago)
- Location:
- usermaven/trunk
- Files:
-
- 3 edited
-
README.txt (modified) (1 diff)
-
includes/class-usermaven.php (modified) (1 diff)
-
usermaven.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
usermaven/trunk/README.txt
r3217545 r3217551 6 6 Tested up to: 6.7.1 7 7 Requires PHP: 5.6 8 Stable tag: 1.0. 88 Stable tag: 1.0.9 9 9 License: Massachusetts Institute of Technology (MIT) license 10 10 License URI: https://opensource.org/licenses/MIT -
usermaven/trunk/includes/class-usermaven.php
r3217545 r3217551 81 81 $this->version = USERMAVEN_VERSION; 82 82 } else { 83 $this->version = '1.0. 8';83 $this->version = '1.0.9'; 84 84 } 85 85 $this->plugin_name = 'usermaven'; -
usermaven/trunk/usermaven.php
r3217545 r3217551 19 19 * Description: The Easiest Website and Product Analytics Platform 20 20 21 * Version: 1.0. 821 * Version: 1.0.9 22 22 * Author: Usermaven 23 23 * Author URI: https://usermaven.com/ … … 38 38 * Rename this for your plugin and update it as you release new versions. 39 39 */ 40 define( 'USERMAVEN_VERSION', '1.0. 8' );40 define( 'USERMAVEN_VERSION', '1.0.9' ); 41 41 42 42 /**
Note: See TracChangeset
for help on using the changeset viewer.