Plugin Directory

Changeset 2755150


Ignore:
Timestamp:
07/12/2022 03:33:55 PM (3 years ago)
Author:
marioshtika
Message:

Release 4.2.1

Location:
apppresser/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • apppresser/trunk/apppresser.php

    r2695596 r2755150  
    66Text Domain: apppresser
    77Domain Path: /languages
    8 Version: 4.2.0
     8Version: 4.2.1
    99Author: AppPresser Team
    1010Author URI: http://apppresser.com
     
    3333class AppPresser {
    3434
    35     const VERSION           = '4.2.0';
     35    const VERSION           = '4.2.1';
    3636    const SETTINGS_NAME     = 'appp_settings';
    3737    public static $settings = 'false';
  • apppresser/trunk/inc/AppPresser_Admin_Settings.php

    r2365044 r2755150  
    10581058            case 'jwt':
    10591059                $field .= 'JWT secret key is <strong>succesfully</strong> defined on your wp-config.php file';
     1060                break;
     1061
     1062            case 'textarea':
     1063                $field .= sprintf( '<textarea class="regular-textarea" rows="15" cols="100" id="apppresser--%1$s" name="appp_settings[%2$s]" />%3$s</textarea>'."\n", $key, $key, $value );
    10601064                break;
    10611065
  • apppresser/trunk/readme.txt

    r2695596 r2755150  
    44Tags: mobile, app, ios, android, application, phonegap, iphone app, android app, mobile app, native app, wordpress mobile, ipad app, iOS app
    55Requires at least: 4.7.0
    6 Tested up to: 5.9.2
    7 Stable tag: 4.2.0
     6Tested up to: 6.0
     7Stable tag: 4.2.1
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    4747
    4848== Changelog ==
     49
     50= 4.2.1 =
     51* Support textarea fields in AppPresser settings
    4952
    5053= 4.2.0 =
Note: See TracChangeset for help on using the changeset viewer.