Plugin Directory

Changeset 2775975


Ignore:
Timestamp:
08/26/2022 08:12:35 AM (4 years ago)
Author:
gleap
Message:

Updated Gleap widget to v8.0.3

Location:
gleap/tags
Files:
14 copied

Legend:

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

    r2775558 r2775975  
    44Requires at least: 4.1.5
    55Tested up to: 6.0.1
    6 Stable tag: 8.0.0
     6Stable tag: 8.0.2
    77License: Commercial
    88License URI: https://github.com/Gleap/Wordpress/blob/main/README.txt
     
    3939== Changelog ==
    4040
    41 = 8.0.1 =
     41= 8.0.2 =
    4242* Fixed some minor issues.
    4343
  • gleap/tags/8.0.2/gleap.php

    r2775558 r2775975  
    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.1
     19 * Version:           8.0.2
    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.1' );
     38define( 'GLEAP_VERSION', '8.0.2' );
    3939
    4040/**
  • gleap/tags/8.0.3/README.txt

    r2775558 r2775975  
    44Requires at least: 4.1.5
    55Tested up to: 6.0.1
    6 Stable tag: 8.0.0
     6Stable tag: 8.0.3
    77License: Commercial
    88License URI: https://github.com/Gleap/Wordpress/blob/main/README.txt
     
    3939== Changelog ==
    4040
    41 = 8.0.1 =
     41= 8.0.3 =
     42* Made identity verification secret optional
     43
     44= 8.0.2 =
    4245* Fixed some minor issues.
    4346
  • gleap/tags/8.0.3/admin/class-gleap-admin.php

    r2775022 r2775975  
    127127            ))
    128128            ->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."),
    130130            ))
    131131            ->add_fields(array(
  • gleap/tags/8.0.3/gleap.php

    r2775558 r2775975  
    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.1
     19 * Version:           8.0.3
    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.1' );
     38define( 'GLEAP_VERSION', '8.0.3' );
    3939
    4040/**
Note: See TracChangeset for help on using the changeset viewer.