Skip to content

Commit

Permalink
chore: bump version to 4.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
sapayth committed Jan 24, 2024
1 parent 180e0e9 commit 764965d
Show file tree
Hide file tree
Showing 8 changed files with 615 additions and 496 deletions.
38 changes: 38 additions & 0 deletions admin/html/whats-new.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,43 @@
<?php
$changelog = [
[
'version' => 'Version 4.0.4',
'released' => '2024-01-25',
'changes' => [
[
'title' => __( 'Add visibility to the Columns field', 'wp-user-frontend' ),
'type' => 'Enhance',
],
[
'title' => __( 'Login with reCAPTCHA gives error', 'wp-user-frontend' ),
'type' => 'Fix',
],
[
'title' => __( 'AJAX image upload', 'wp-user-frontend' ),
'type' => 'Fix',
],
[
'title' => __( 'Error on multi select form custom taxonomy', 'wp-user-frontend' ),
'type' => 'Fix',
],
[
'title' => __( 'Frontend registration form is not showing', 'wp-user-frontend' ),
'type' => 'Fix',
],
[
'title' => __( 'Handle email for guest post', 'wp-user-frontend' ),
'type' => 'Fix',
],
[
'title' => __( 'Default form template not selecting', 'wp-user-frontend' ),
'type' => 'Fix',
],
[
'title' => __( 'Error in setup wizard', 'wp-user-frontend' ),
'type' => 'Fix',
],
],
],
[
'version' => 'Version 4.0.3',
'released' => '2024-01-05',
Expand Down
10 changes: 10 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
= v4.0.4 (25 Jan, 2024) =
* Enhance - Add visibility to the Columns field
* Fix - Login with reCAPTCHA gives error
* Fix - AJAX image upload
* Fix - Error on multi select form custom taxonomy
* Fix - Frontend registration form is not showing
* Fix - Handle email for guest post
* Fix - Default form template not selecting
* Fix - Error in setup wizard

= v4.0.3 (05 Jan, 2024) =
* Enhance - Restructure plugin codes
* Fix - Error when editing the featured post
Expand Down
Loading

0 comments on commit 764965d

Please sign in to comment.