Changeset 2775565
- Timestamp:
- 08/25/2022 01:44:20 PM (4 years ago)
- Location:
- gleap/trunk
- Files:
-
- 2 edited
-
README.txt (modified) (2 diffs)
-
gleap.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
gleap/trunk/README.txt
r2775558 r2775565 4 4 Requires at least: 4.1.5 5 5 Tested up to: 6.0.1 6 Stable tag: 8.0. 06 Stable tag: 8.0.2 7 7 License: Commercial 8 8 License URI: https://github.com/Gleap/Wordpress/blob/main/README.txt … … 39 39 == Changelog == 40 40 41 = 8.0. 1=41 = 8.0.2 = 42 42 * Fixed some minor issues. 43 43 -
gleap/trunk/gleap.php
r2775558 r2775565 17 17 * Plugin Name: Gleap 18 18 * Description: Gleap helps developers build the best software faster. It is your affordable in-app bug reporting tool for apps, websites and industrial applications. 19 * Version: 8.0. 119 * Version: 8.0.2 20 20 * Author: Gleap 21 21 * Author URI: https://www.gleap.io … … 36 36 * Rename this for your plugin and update it as you release new versions. 37 37 */ 38 define( 'GLEAP_VERSION', '8.0. 1' );38 define( 'GLEAP_VERSION', '8.0.2' ); 39 39 40 40 /**
Note: See TracChangeset
for help on using the changeset viewer.