From fef4a5b96b8a9b330760c97c4cae1a0c9f5f1fbb Mon Sep 17 00:00:00 2001 From: Scott Bolinger Date: Thu, 14 Jan 2021 10:57:56 -0800 Subject: [PATCH] v4.0.7 --- apppresser.php | 4 ++-- readme.txt | 7 ++++++- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/apppresser.php b/apppresser.php index 95f3b97..f0e98c8 100644 --- a/apppresser.php +++ b/apppresser.php @@ -5,7 +5,7 @@ Description: A mobile app development framework for WordPress. Text Domain: apppresser Domain Path: /languages -Version: 4.0.6 +Version: 4.0.7 Author: AppPresser Team Author URI: http://apppresser.com License: GPLv2 @@ -32,7 +32,7 @@ class AppPresser { - const VERSION = '4.0.6'; + const VERSION = '4.0.7'; const SETTINGS_NAME = 'appp_settings'; public static $settings = 'false'; public static $instance = null; diff --git a/readme.txt b/readme.txt index 9f96e03..55aa133 100644 --- a/readme.txt +++ b/readme.txt @@ -4,7 +4,7 @@ Donate link: http://apppresser.com/ Tags: mobile, app, ios, android, application, phonegap, iphone app, android app, mobile app, native app, wordpress mobile, ipad app, iOS app Requires at least: 4.7.0 Tested up to: 5.6 -Stable tag: 4.0.6 +Stable tag: 4.0.7 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -47,6 +47,11 @@ This plugin is not an app-creator in itself, it helps connect your app to WordPr == Changelog == += 4.0.7 = +* Fix for adding comments anonymously via API +* Refresh bug fix +* Support login parameter + = 4.0.6 = * Add API endpoint for form submissions * Extend comment API response to include nested replies