Plugin Directory

Changeset 2813372


Ignore:
Timestamp:
11/07/2022 09:52:01 AM (3 years ago)
Author:
gleap
Message:

8.0.5

Location:
gleap
Files:
3 edited
5 copied

Legend:

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

    r2784731 r2813372  
    33Tags: bug-tracking, bug-reporting, user-feedback, support, feedback, customer-feedback, live-chat, chat
    44Requires at least: 4.1.5
    5 Tested up to: 6.0.1
    6 Stable tag: 8.0.4
     5Tested up to: 6.1.0
     6Stable tag: 8.0.5
    77License: Commercial
    88License URI: https://github.com/Gleap/Wordpress/blob/main/README.txt
     
    3939== Changelog ==
    4040
     41= 8.0.5 =
     42* Improved the settings menu.
     43
    4144= 8.0.4 =
    4245* Fixed bug that causes a php undefined notice.
  • gleap/tags/8.0.5/admin/class-gleap-admin.php

    r2775985 r2813372  
    124124            ->set_page_parent('options-general.php')
    125125            ->add_fields(array(
    126                 Field::make('text', 'gleap_token', 'SDK Token')->set_required(true)->set_help_text("Create your free SDK Token within 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>"),
    127127            ))
    128128            ->add_fields(array(
  • gleap/tags/8.0.5/gleap.php

    r2784731 r2813372  
    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.4
     19 * Version:           8.0.5
    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.4' );
     38define( 'GLEAP_VERSION', '8.0.5' );
    3939
    4040/**
  • gleap/trunk/README.txt

    r2784731 r2813372  
    33Tags: bug-tracking, bug-reporting, user-feedback, support, feedback, customer-feedback, live-chat, chat
    44Requires at least: 4.1.5
    5 Tested up to: 6.0.1
    6 Stable tag: 8.0.4
     5Tested up to: 6.1.0
     6Stable tag: 8.0.5
    77License: Commercial
    88License URI: https://github.com/Gleap/Wordpress/blob/main/README.txt
     
    3939== Changelog ==
    4040
     41= 8.0.5 =
     42* Improved the settings menu.
     43
    4144= 8.0.4 =
    4245* Fixed bug that causes a php undefined notice.
  • gleap/trunk/admin/class-gleap-admin.php

    r2775985 r2813372  
    124124            ->set_page_parent('options-general.php')
    125125            ->add_fields(array(
    126                 Field::make('text', 'gleap_token', 'SDK Token')->set_required(true)->set_help_text("Create your free SDK Token within 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>"),
    127127            ))
    128128            ->add_fields(array(
  • gleap/trunk/gleap.php

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