Skip to content

Commit

Permalink
Merge branch 'release/4.0.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
sapayth committed Jan 3, 2024
2 parents b79000d + 9869e40 commit c402de3
Show file tree
Hide file tree
Showing 9 changed files with 453 additions and 413 deletions.
4 changes: 0 additions & 4 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,7 @@
.gitignore export-ignore
.jshintrc export-ignore
.php_cs.dist export-ignore
.svnignore export-ignore
Gruntfile.js export-ignore
appsero.json export-ignore
composer.json export-ignore
composer.lock export-ignore
docs.md export-ignore
package-lock.json export-ignore
package.json export-ignore
Expand Down
22 changes: 22 additions & 0 deletions admin/html/whats-new.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
<?php
$changelog = [
[
'version' => 'Version 4.0.2',
'released' => '2024-01-03',
'changes' => [
[
'title' => __( 'Restructure plugin codes', 'wp-user-frontend' ),
'type' => 'Enhance',
],
[
'title' => __( 'Error when editing the featured post', 'wp-user-frontend' ),
'type' => 'Fix',
],
[
'title' => __( 'add/edit post forms if the site language is set to Simplified Chinese', 'wp-user-frontend' ),
'type' => 'Fix',
],
[
'title' => __( 'Errors with Post Form Conditional Logic', 'wp-user-frontend' ),
'type' => 'Fix',
],
],
],
[
'version' => 'Version 4.0.1',
'released' => '2024-01-03',
Expand Down
6 changes: 6 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
= v4.0.2 (03 Jan, 2024) =
* Enhance - Restructure plugin codes
* Fix - Error when editing the featured post
* Fix - add/edit post forms if the site language is set to Simplified Chinese
* Fix - Errors with Post Form Conditional Logic

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

0 comments on commit c402de3

Please sign in to comment.