Skip to content

Commit

Permalink
Merge branch 'release/4.0.5' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
sapayth committed Jan 31, 2024
2 parents 6999b94 + 39c98d4 commit 1130bcf
Show file tree
Hide file tree
Showing 10 changed files with 535 additions and 503 deletions.
10 changes: 10 additions & 0 deletions admin/html/whats-new.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
<?php
$changelog = [
[
'version' => 'Version 4.0.5',
'released' => '2024-01-31',
'changes' => [
[
'title' => __( 'Integrate headway and canny', 'wp-user-frontend' ),
'type' => 'Enhance',
],
],
],
[
'version' => 'Version 4.0.4',
'released' => '2024-01-25',
Expand Down
3 changes: 3 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
= v4.0.5 (31 Jan, 2024) =
* Enhance - Integrate headway and canny

= v4.0.4 (25 Jan, 2024) =
* Enhance - Add visibility to the Columns field
* Fix - Login with reCAPTCHA gives error
Expand Down
2 changes: 1 addition & 1 deletion includes/Admin/Menu.php
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ public function wpuf_post_forms_page() {
/**
* Load the Headway badge
*
* @since WPUF_SINCE
* @since 4.0.5
*
* @return void
*/
Expand Down
Loading

0 comments on commit 1130bcf

Please sign in to comment.