Changeset 2784731
- Timestamp:
- 09/14/2022 04:01:31 PM (4 years ago)
- Location:
- gleap
- Files:
-
- 4 edited
- 4 copied
-
tags/8.0.4 (copied) (copied from gleap/trunk)
-
tags/8.0.4/README.txt (copied) (copied from gleap/trunk/README.txt) (2 diffs)
-
tags/8.0.4/admin/class-gleap-admin.php (copied) (copied from gleap/trunk/admin/class-gleap-admin.php)
-
tags/8.0.4/gleap.php (copied) (copied from gleap/trunk/gleap.php) (2 diffs)
-
tags/8.0.4/public/class-gleap-public.php (modified) (1 diff)
-
trunk/README.txt (modified) (2 diffs)
-
trunk/gleap.php (modified) (2 diffs)
-
trunk/public/class-gleap-public.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
gleap/tags/8.0.4/README.txt
r2775985 r2784731 4 4 Requires at least: 4.1.5 5 5 Tested up to: 6.0.1 6 Stable tag: 8.0. 36 Stable tag: 8.0.4 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.4 = 42 * Fixed bug that causes a php undefined notice. 43 41 44 = 8.0.3 = 42 45 * Made identity verification secret optional -
gleap/tags/8.0.4/gleap.php
r2775985 r2784731 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. 319 * Version: 8.0.4 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. 3' );38 define( 'GLEAP_VERSION', '8.0.4' ); 39 39 40 40 /** -
gleap/tags/8.0.4/public/class-gleap-public.php
r2775022 r2784731 99 99 } 100 100 101 $identify_script = ""; 101 102 $gleap_identity_token = carbon_get_theme_option('gleap_identity_token'); 102 103 if (is_user_logged_in()) { -
gleap/trunk/README.txt
r2775985 r2784731 4 4 Requires at least: 4.1.5 5 5 Tested up to: 6.0.1 6 Stable tag: 8.0. 36 Stable tag: 8.0.4 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.4 = 42 * Fixed bug that causes a php undefined notice. 43 41 44 = 8.0.3 = 42 45 * Made identity verification secret optional -
gleap/trunk/gleap.php
r2775985 r2784731 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. 319 * Version: 8.0.4 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. 3' );38 define( 'GLEAP_VERSION', '8.0.4' ); 39 39 40 40 /** -
gleap/trunk/public/class-gleap-public.php
r2775022 r2784731 99 99 } 100 100 101 $identify_script = ""; 101 102 $gleap_identity_token = carbon_get_theme_option('gleap_identity_token'); 102 103 if (is_user_logged_in()) {
Note: See TracChangeset
for help on using the changeset viewer.