Skip to content

Commit 011474f

Browse files
committed
🔖 Prepare version 1.5.4
1 parent 1e9af1a commit 011474f

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

‎form-block.php‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
Plugin Name: Form Block
66
Plugin URI: https://formblock.pro/en/
77
Description: An extensive yet user-friendly form block.
8-
Version: 1.5.3
8+
Version: 1.5.4
99
Author: Epiphyt
1010
Author URI: https://epiph.yt
1111
License: GPL2
@@ -45,7 +45,7 @@
4545

4646
\define( 'EPI_FORM_BLOCK_FILE', \EPI_FORM_BLOCK_BASE . \basename( __FILE__ ) );
4747
\define( 'EPI_FORM_BLOCK_URL', \plugin_dir_url( \EPI_FORM_BLOCK_FILE ) );
48-
\define( 'FORM_BLOCK_VERSION', '1.5.3' );
48+
\define( 'FORM_BLOCK_VERSION', '1.5.4' );
4949

5050
if ( ! \extension_loaded( 'dom' ) ) {
5151
/**

‎readme.txt‎

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Contributors: epiphyt, kittmedia
33
Tags: form, contact form, gutenberg, block editor, accessibility
44
Requires at least: 6.3
5-
Stable tag: 1.5.3
5+
Stable tag: 1.5.4
66
Tested up to: 6.8
77
Requires PHP: 7.4
88
License: GPL2
@@ -96,6 +96,9 @@ You can report security bugs through the Patchstack Vulnerability Disclosure Pro
9696

9797
== Changelog ==
9898

99+
= 1.5.4 =
100+
* Fixed: Displaying the value of a select option in the backend if no label is defined
101+
99102
= 1.5.3 =
100103
* Fixed: Broken blocks after inserting them into the editor
101104

0 commit comments

Comments
 (0)