Plugin Directory

Changeset 2784731


Ignore:
Timestamp:
09/14/2022 04:01:31 PM (4 years ago)
Author:
gleap
Message:

v8.0.4

Location:
gleap
Files:
4 edited
4 copied

Legend:

Unmodified
Added
Removed
  • gleap/tags/8.0.4/README.txt

    r2775985 r2784731  
    44Requires at least: 4.1.5
    55Tested up to: 6.0.1
    6 Stable tag: 8.0.3
     6Stable tag: 8.0.4
    77License: Commercial
    88License URI: https://github.com/Gleap/Wordpress/blob/main/README.txt
     
    3939== Changelog ==
    4040
     41= 8.0.4 =
     42* Fixed bug that causes a php undefined notice.
     43
    4144= 8.0.3 =
    4245* Made identity verification secret optional
  • gleap/tags/8.0.4/gleap.php

    r2775985 r2784731  
    1717 * Plugin Name:       Gleap
    1818 * 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.3
     19 * Version:           8.0.4
    2020 * Author:            Gleap
    2121 * Author URI:        https://www.gleap.io
     
    3636 * Rename this for your plugin and update it as you release new versions.
    3737 */
    38 define( 'GLEAP_VERSION', '8.0.3' );
     38define( 'GLEAP_VERSION', '8.0.4' );
    3939
    4040/**
  • gleap/tags/8.0.4/public/class-gleap-public.php

    r2775022 r2784731  
    9999            }
    100100
     101            $identify_script = "";
    101102            $gleap_identity_token = carbon_get_theme_option('gleap_identity_token');
    102103            if (is_user_logged_in()) {
  • gleap/trunk/README.txt

    r2775985 r2784731  
    44Requires at least: 4.1.5
    55Tested up to: 6.0.1
    6 Stable tag: 8.0.3
     6Stable tag: 8.0.4
    77License: Commercial
    88License URI: https://github.com/Gleap/Wordpress/blob/main/README.txt
     
    3939== Changelog ==
    4040
     41= 8.0.4 =
     42* Fixed bug that causes a php undefined notice.
     43
    4144= 8.0.3 =
    4245* Made identity verification secret optional
  • gleap/trunk/gleap.php

    r2775985 r2784731  
    1717 * Plugin Name:       Gleap
    1818 * 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.3
     19 * Version:           8.0.4
    2020 * Author:            Gleap
    2121 * Author URI:        https://www.gleap.io
     
    3636 * Rename this for your plugin and update it as you release new versions.
    3737 */
    38 define( 'GLEAP_VERSION', '8.0.3' );
     38define( 'GLEAP_VERSION', '8.0.4' );
    3939
    4040/**
  • gleap/trunk/public/class-gleap-public.php

    r2775022 r2784731  
    9999            }
    100100
     101            $identify_script = "";
    101102            $gleap_identity_token = carbon_get_theme_option('gleap_identity_token');
    102103            if (is_user_logged_in()) {
Note: See TracChangeset for help on using the changeset viewer.