Changeset 3217567
- Timestamp:
- 01/06/2025 10:05:13 AM (15 months ago)
- Location:
- usermaven
- Files:
-
- 6 edited
- 1 copied
-
tags/1.0.10 (copied) (copied from usermaven/trunk)
-
tags/1.0.10/README.txt (modified) (1 diff)
-
tags/1.0.10/includes/class-usermaven.php (modified) (1 diff)
-
tags/1.0.10/usermaven.php (modified) (2 diffs)
-
trunk/README.txt (modified) (1 diff)
-
trunk/includes/class-usermaven.php (modified) (1 diff)
-
trunk/usermaven.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
usermaven/tags/1.0.10/README.txt
r3217551 r3217567 6 6 Tested up to: 6.7.1 7 7 Requires PHP: 5.6 8 Stable tag: 1.0. 98 Stable tag: 1.0.10 9 9 License: Massachusetts Institute of Technology (MIT) license 10 10 License URI: https://opensource.org/licenses/MIT -
usermaven/tags/1.0.10/includes/class-usermaven.php
r3217551 r3217567 81 81 $this->version = USERMAVEN_VERSION; 82 82 } else { 83 $this->version = '1.0. 9';83 $this->version = '1.0.10'; 84 84 } 85 85 $this->plugin_name = 'usermaven'; -
usermaven/tags/1.0.10/usermaven.php
r3217551 r3217567 19 19 * Description: The Easiest Website and Product Analytics Platform 20 20 21 * Version: 1.0. 921 * Version: 1.0.10 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. 9' );40 define( 'USERMAVEN_VERSION', '1.0.10' ); 41 41 42 42 /** -
usermaven/trunk/README.txt
r3217551 r3217567 6 6 Tested up to: 6.7.1 7 7 Requires PHP: 5.6 8 Stable tag: 1.0. 98 Stable tag: 1.0.10 9 9 License: Massachusetts Institute of Technology (MIT) license 10 10 License URI: https://opensource.org/licenses/MIT -
usermaven/trunk/includes/class-usermaven.php
r3217551 r3217567 81 81 $this->version = USERMAVEN_VERSION; 82 82 } else { 83 $this->version = '1.0. 9';83 $this->version = '1.0.10'; 84 84 } 85 85 $this->plugin_name = 'usermaven'; -
usermaven/trunk/usermaven.php
r3217551 r3217567 19 19 * Description: The Easiest Website and Product Analytics Platform 20 20 21 * Version: 1.0. 921 * Version: 1.0.10 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. 9' );40 define( 'USERMAVEN_VERSION', '1.0.10' ); 41 41 42 42 /**
Note: See TracChangeset
for help on using the changeset viewer.