Skip to content

Commit

Permalink
v4.4.8
Browse files Browse the repository at this point in the history
  • Loading branch information
marioshtika committed Dec 4, 2024
1 parent 9192cf7 commit 6f8df9b
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@ Note: This repository is for code contributors. To use this plugin on your websi

## Changelog

### 4.4.8
* Improve password verification process
* Tested with WordPress 6.7

### 4.4.7
* Improve reset password workflow

Expand Down
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.4.7
Version: 4.4.8
Author: AppPresser Team
Author URI: http://apppresser.com
License: GPLv2
Expand Down Expand Up @@ -33,7 +33,7 @@

class AppPresser {

const VERSION = '4.4.7';
const VERSION = '4.4.8';
const SETTINGS_NAME = 'appp_settings';
public static $settings = 'false';
public static $instance = null;
Expand Down
8 changes: 6 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, marioshtika
Donate link: http://apppresser.com/
Tags: application, iphone app, android app, mobile app, wordpress mobile
Requires at least: 4.7.0
Tested up to: 6.6
Stable tag: 4.4.7
Tested up to: 6.7
Stable tag: 4.4.8
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

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

== Changelog ==

= 4.4.8 =
* Improve password verification process
* Tested with WordPress 6.7

= 4.4.7 =
* Improve reset password workflow

Expand Down

0 comments on commit 6f8df9b

Please sign in to comment.