diff --git a/README.md b/README.md index 5d3f3ec..7a69e6f 100644 --- a/README.md +++ b/README.md @@ -36,6 +36,10 @@ Note: This repository is for code contributors. To use this plugin on your websi ## Changelog +### 4.4.1 +* Update code for PHP 8.2 compatibility +* Fix refreshing login data when user role is changed + ### 4.4.0 * Added login refresh functionality * Improve security when there is no 'openssl' extension on the server diff --git a/apppresser.php b/apppresser.php index c5203ff..61601e5 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.4.0 +Version: 4.4.1 Author: AppPresser Team Author URI: http://apppresser.com License: GPLv2 @@ -33,7 +33,7 @@ class AppPresser { - const VERSION = '4.4.0'; + const VERSION = '4.4.1'; const SETTINGS_NAME = 'appp_settings'; public static $settings = 'false'; public static $instance = null; diff --git a/readme.txt b/readme.txt index a10c40e..c7349bf 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: 6.5 -Stable tag: 4.4.0 +Stable tag: 4.4.1 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -47,6 +47,10 @@ This plugin is not an app-creator in itself, it helps connect your app to WordPr == Changelog == += 4.4.1 = +* Update code for PHP 8.2 compatibility +* Fix refreshing login data when user role is changed + = 4.4.0 = * Added login refresh functionality * Improve security when there is no 'openssl' extension on the server