Changeset 2775975
- Timestamp:
- 08/26/2022 08:12:35 AM (4 years ago)
- Location:
- gleap/tags
- Files:
-
- 14 copied
-
8.0.2 (copied) (copied from gleap/trunk)
-
8.0.2/LICENSE.txt (copied) (copied from gleap/trunk/LICENSE.txt)
-
8.0.2/README.txt (copied) (copied from gleap/trunk/README.txt) (2 diffs)
-
8.0.2/admin/class-gleap-admin.php (copied) (copied from gleap/trunk/admin/class-gleap-admin.php)
-
8.0.2/gleap.php (copied) (copied from gleap/trunk/gleap.php) (2 diffs)
-
8.0.2/includes/class-gleap-activator.php (copied) (copied from gleap/trunk/includes/class-gleap-activator.php)
-
8.0.2/public/class-gleap-public.php (copied) (copied from gleap/trunk/public/class-gleap-public.php)
-
8.0.3 (copied) (copied from gleap/trunk)
-
8.0.3/LICENSE.txt (copied) (copied from gleap/trunk/LICENSE.txt)
-
8.0.3/README.txt (copied) (copied from gleap/trunk/README.txt) (2 diffs)
-
8.0.3/admin/class-gleap-admin.php (copied) (copied from gleap/trunk/admin/class-gleap-admin.php) (1 diff)
-
8.0.3/gleap.php (copied) (copied from gleap/trunk/gleap.php) (2 diffs)
-
8.0.3/includes/class-gleap-activator.php (copied) (copied from gleap/trunk/includes/class-gleap-activator.php)
-
8.0.3/public/class-gleap-public.php (copied) (copied from gleap/trunk/public/class-gleap-public.php)
Legend:
- Unmodified
- Added
- Removed
-
gleap/tags/8.0.2/README.txt
r2775558 r2775975 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/tags/8.0.2/gleap.php
r2775558 r2775975 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 /** -
gleap/tags/8.0.3/README.txt
r2775558 r2775975 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.3 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.3 = 42 * Made identity verification secret optional 43 44 = 8.0.2 = 42 45 * Fixed some minor issues. 43 46 -
gleap/tags/8.0.3/admin/class-gleap-admin.php
r2775022 r2775975 127 127 )) 128 128 ->add_fields(array( 129 Field::make('text', 'gleap_identity_token', 'Identity verification secret')->set_ required(true)->set_help_text("If you'd like to verify the identity of your users, copy the code from Project -> Settings -> Security to the field above."),129 Field::make('text', 'gleap_identity_token', 'Identity verification secret')->set_help_text("If you'd like to verify the identity of your users, copy the code from Project -> Settings -> Security to the field above."), 130 130 )) 131 131 ->add_fields(array( -
gleap/tags/8.0.3/gleap.php
r2775558 r2775975 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.3 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.3' ); 39 39 40 40 /**
Note: See TracChangeset
for help on using the changeset viewer.