Changeset 2813372
- Timestamp:
- 11/07/2022 09:52:01 AM (3 years ago)
- Location:
- gleap
- Files:
-
- 3 edited
- 5 copied
-
tags/8.0.5 (copied) (copied from gleap/trunk)
-
tags/8.0.5/README.txt (copied) (copied from gleap/trunk/README.txt) (2 diffs)
-
tags/8.0.5/admin/class-gleap-admin.php (copied) (copied from gleap/trunk/admin/class-gleap-admin.php) (1 diff)
-
tags/8.0.5/gleap.php (copied) (copied from gleap/trunk/gleap.php) (2 diffs)
-
tags/8.0.5/public/class-gleap-public.php (copied) (copied from gleap/trunk/public/class-gleap-public.php)
-
trunk/README.txt (modified) (2 diffs)
-
trunk/admin/class-gleap-admin.php (modified) (1 diff)
-
trunk/gleap.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
gleap/tags/8.0.5/README.txt
r2784731 r2813372 3 3 Tags: bug-tracking, bug-reporting, user-feedback, support, feedback, customer-feedback, live-chat, chat 4 4 Requires at least: 4.1.5 5 Tested up to: 6. 0.16 Stable tag: 8.0. 45 Tested up to: 6.1.0 6 Stable tag: 8.0.5 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.5 = 42 * Improved the settings menu. 43 41 44 = 8.0.4 = 42 45 * Fixed bug that causes a php undefined notice. -
gleap/tags/8.0.5/admin/class-gleap-admin.php
r2775985 r2813372 124 124 ->set_page_parent('options-general.php') 125 125 ->add_fields(array( 126 Field::make('text', 'gleap_token', ' SDK Token')->set_required(true)->set_help_text("Create your free SDK Tokenwithin the <a href=\"https://app.gleap.io/\">Gleap Dashboard.</a>"),126 Field::make('text', 'gleap_token', 'API key')->set_required(true)->set_help_text("Get your free API key within the <a href=\"https://app.gleap.io/\">Gleap Dashboard.</a>"), 127 127 )) 128 128 ->add_fields(array( -
gleap/tags/8.0.5/gleap.php
r2784731 r2813372 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. 419 * Version: 8.0.5 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. 4' );38 define( 'GLEAP_VERSION', '8.0.5' ); 39 39 40 40 /** -
gleap/trunk/README.txt
r2784731 r2813372 3 3 Tags: bug-tracking, bug-reporting, user-feedback, support, feedback, customer-feedback, live-chat, chat 4 4 Requires at least: 4.1.5 5 Tested up to: 6. 0.16 Stable tag: 8.0. 45 Tested up to: 6.1.0 6 Stable tag: 8.0.5 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.5 = 42 * Improved the settings menu. 43 41 44 = 8.0.4 = 42 45 * Fixed bug that causes a php undefined notice. -
gleap/trunk/admin/class-gleap-admin.php
r2775985 r2813372 124 124 ->set_page_parent('options-general.php') 125 125 ->add_fields(array( 126 Field::make('text', 'gleap_token', ' SDK Token')->set_required(true)->set_help_text("Create your free SDK Tokenwithin the <a href=\"https://app.gleap.io/\">Gleap Dashboard.</a>"),126 Field::make('text', 'gleap_token', 'API key')->set_required(true)->set_help_text("Get your free API key within the <a href=\"https://app.gleap.io/\">Gleap Dashboard.</a>"), 127 127 )) 128 128 ->add_fields(array( -
gleap/trunk/gleap.php
r2784731 r2813372 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. 419 * Version: 8.0.5 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. 4' );38 define( 'GLEAP_VERSION', '8.0.5' ); 39 39 40 40 /**
Note: See TracChangeset
for help on using the changeset viewer.