Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
scottopolis committed May 28, 2020
1 parent 8c98198 commit c2b5a8b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
4 changes: 2 additions & 2 deletions apppresser.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Description: A mobile app development framework for WordPress.
Text Domain: apppresser
Domain Path: /languages
Version: 4.0.2
Version: 4.0.3
Author: AppPresser Team
Author URI: http://apppresser.com
License: GPLv2
Expand All @@ -32,7 +32,7 @@

class AppPresser {

const VERSION = '4.0.2';
const VERSION = '4.0.3';
const SETTINGS_NAME = 'appp_settings';
public static $settings = 'false';
public static $instance = null;
Expand Down
7 changes: 5 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ Contributors: apppresser, scottopolis, Messenlehner, stillatmylinux
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.4
Stable tag: 4.0.2
Tested up to: 5.5
Stable tag: 4.0.3
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -47,6 +47,9 @@ This plugin is not an app-creator in itself, it helps connect your app to WordPr

== Changelog ==

= 4.0.3 =
* Improve API login data response, add email

= 4.0.2 =
* Remove JWT wp-config.php requirement, move to setting

Expand Down

0 comments on commit c2b5a8b

Please sign in to comment.