diff --git a/README.md b/README.md index c5fa673..0ad5289 100644 --- a/README.md +++ b/README.md @@ -104,6 +104,11 @@ New in this version: ## Changelog +### 0.9.4.3 + +* Bugfix: Remove redirect after profile update that prevented password reset emails to be sent on WP 5.3 +* Maintenance: Adress string can now be empty without throwing an error. + ### 0.9.4.2 * Maintenance: Remove $wpdb->prepare() where not needed diff --git a/commons-booking.php b/commons-booking.php index 1ded907..c58c9db 100644 --- a/commons-booking.php +++ b/commons-booking.php @@ -14,7 +14,7 @@ * Plugin Name: Commons Booking * Plugin URI: http://www.wielebenwir.de/projekte/commons-booking * Description: A wordpress plugin for management and booking of common goods. - * Version: 0.9.4.2 + * Version: 0.9.4.3 * Author: Florian Egermann * Author URI: http://www.wielebenwir.de * Text Domain: commons-booking diff --git a/public/class-commons-booking.php b/public/class-commons-booking.php index e6fafee..d51c3af 100644 --- a/public/class-commons-booking.php +++ b/public/class-commons-booking.php @@ -24,7 +24,7 @@ class Commons_Booking { *s * @var string */ - const VERSION = '0.9.4.2'; + const VERSION = '0.9.4.3'; /** * diff --git a/readme.txt b/readme.txt index 703e604..8b95d40 100644 --- a/readme.txt +++ b/readme.txt @@ -4,7 +4,7 @@ Contributors: flegfleg, sgrubsmyon Donate link: https://www.wielebenwir.de/verein/unterstutzen Tags: booking, commons, sharing Requires at least: 3.9 -Tested up to: 5.2.2 +Tested up to: 5.3.2 Stable Tag: 0.9.3 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -94,6 +94,11 @@ New in this version: == Changelog == += 0.9.4.3 = + +* Bugfix: Remove redirect after profile update that prevented password reset emails to be sent on WP 5.3 +* Maintenance: Adress string can now be empty without throwing an error. + = 0.9.4.2 = * Maintenance: Remove $wpdb->prepare() where not needed