From 509108d987b5f95a5f01540c7a5e74b31dc08e39 Mon Sep 17 00:00:00 2001 From: Sapayth Hossain Date: Tue, 13 Feb 2024 12:25:31 +0600 Subject: [PATCH] chore: bump version to 4.0.6 --- admin/html/whats-new.php | 26 + assets/js-templates/form-components.php | 8 +- assets/js/frontend-form.min.js | 2 +- changelog.txt | 7 + includes/Admin/Forms/Form.php | 2 +- includes/Admin/Subscription.php | 6 +- includes/Traits/FieldableTrait.php | 2 +- languages/wp-user-frontend.pot | 1768 ++++++++++++----------- package-lock.json | 2 +- package.json | 2 +- readme.md | 11 +- readme.txt | 11 +- wpuf.php | 4 +- 13 files changed, 960 insertions(+), 891 deletions(-) diff --git a/admin/html/whats-new.php b/admin/html/whats-new.php index 1e99a09a2..025bcc197 100644 --- a/admin/html/whats-new.php +++ b/admin/html/whats-new.php @@ -1,5 +1,31 @@ 'Version 4.0.6', + 'released' => '2024-02-13', + 'changes' => [ + [ + 'title' => __( 'Update deprecated uses for PHP versions and latest WordPress', 'wp-user-frontend' ), + 'type' => 'Enhance', + ], + [ + 'title' => __( 'Eye icon inside password field', 'wp-user-frontend' ), + 'type' => 'Enhance', + ], + [ + 'title' => __( 'Error after PayPal payment', 'wp-user-frontend' ), + 'type' => 'Fix', + ], + [ + 'title' => __( 'Reset password not working', 'wp-user-frontend' ), + 'type' => 'Fix', + ], + [ + 'title' => __( 'Subscription posting restriction not working', 'wp-user-frontend' ), + 'type' => 'Fix', + ], + ], + ], [ 'version' => 'Version 4.0.5', 'released' => '2024-01-31', diff --git a/assets/js-templates/form-components.php b/assets/js-templates/form-components.php index 56b813b50..ca68db439 100644 --- a/assets/js-templates/form-components.php +++ b/assets/js-templates/form-components.php @@ -1,9 +1,7 @@