Changeset 2755150
- Timestamp:
- 07/12/2022 03:33:55 PM (3 years ago)
- Location:
- apppresser/trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
apppresser/trunk/apppresser.php
r2695596 r2755150 6 6 Text Domain: apppresser 7 7 Domain Path: /languages 8 Version: 4.2. 08 Version: 4.2.1 9 9 Author: AppPresser Team 10 10 Author URI: http://apppresser.com … … 33 33 class AppPresser { 34 34 35 const VERSION = '4.2. 0';35 const VERSION = '4.2.1'; 36 36 const SETTINGS_NAME = 'appp_settings'; 37 37 public static $settings = 'false'; -
apppresser/trunk/inc/AppPresser_Admin_Settings.php
r2365044 r2755150 1058 1058 case 'jwt': 1059 1059 $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 ); 1060 1064 break; 1061 1065 -
apppresser/trunk/readme.txt
r2695596 r2755150 4 4 Tags: mobile, app, ios, android, application, phonegap, iphone app, android app, mobile app, native app, wordpress mobile, ipad app, iOS app 5 5 Requires at least: 4.7.0 6 Tested up to: 5.9.27 Stable tag: 4.2. 06 Tested up to: 6.0 7 Stable tag: 4.2.1 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 47 47 48 48 == Changelog == 49 50 = 4.2.1 = 51 * Support textarea fields in AppPresser settings 49 52 50 53 = 4.2.0 =
Note: See TracChangeset
for help on using the changeset viewer.