From 47534bd1c1c79159dac0892e7f7a390f9e25553b Mon Sep 17 00:00:00 2001 From: Matthias Kittsteiner Date: Sun, 29 Dec 2024 11:11:37 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20Prepare=20version=201.5.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 3 +++ form-block.php | 4 ++-- readme.txt | 5 ++++- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a20a469..b868b63 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## 1.5.1 +* Fixed: Support for PHP 7.4 + ## 1.5.0 * Added: Support for input groups based on HTML `fieldset` element * Added: Support for lists in the output diff --git a/form-block.php b/form-block.php index 3ab3ace..b53be95 100644 --- a/form-block.php +++ b/form-block.php @@ -5,7 +5,7 @@ Plugin Name: Form Block Plugin URI: https://formblock.pro/en/ Description: An extensive yet user-friendly form block. -Version: 1.5.0 +Version: 1.5.1 Author: Epiphyt Author URI: https://epiph.yt License: GPL2 @@ -31,7 +31,7 @@ */ \defined( 'ABSPATH' ) || exit; -\define( 'FORM_BLOCK_VERSION', '1.5.0' ); +\define( 'FORM_BLOCK_VERSION', '1.5.1' ); if ( ! \defined( 'EPI_FORM_BLOCK_BASE' ) ) { \define( 'EPI_FORM_BLOCK_BASE', \WP_PLUGIN_DIR . '/form-block/' ); diff --git a/readme.txt b/readme.txt index 6a97508..913b04c 100644 --- a/readme.txt +++ b/readme.txt @@ -2,7 +2,7 @@ Contributors: epiphyt, kittmedia Tags: form, contact form, gutenberg, block editor, accessibility Requires at least: 6.3 -Stable tag: 1.5.0 +Stable tag: 1.5.1 Tested up to: 6.7 Requires PHP: 7.4 License: GPL2 @@ -96,6 +96,9 @@ You can report security bugs through the Patchstack Vulnerability Disclosure Pro == Changelog == += 1.5.1 = +* Fixed: Support for PHP 7.4 + = 1.5.0 = * Added: Support for input groups based on HTML `fieldset` element * Added: Support for lists in the output