From 68e1cfad659a3444a773ee2e92b3a9095e84ce74 Mon Sep 17 00:00:00 2001 From: Matthias Kittsteiner Date: Mon, 16 Dec 2024 11:08:45 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20Prepare=20version=201.5.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 8 ++++++++ form-block.php | 4 ++-- readme.txt | 10 +++++++++- 3 files changed, 19 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index eede6a7..a20a469 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 1.5.0 +* Added: Support for input groups based on HTML `fieldset` element +* Added: Support for lists in the output +* Added: Support for adding a form label +* Added: Support for `autocomplete` attribute +* Added: Support for the `spellcheck` attribute +* Removed: Default added consent checkbox (since it’s not legally required) + ## 1.4.2 * Fixed: Validation issues for separated date fields * Fixed: Line breaks in labels are no more removed in the email diff --git a/form-block.php b/form-block.php index 72e1745..3ab3ace 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.4.2 +Version: 1.5.0 Author: Epiphyt Author URI: https://epiph.yt License: GPL2 @@ -31,7 +31,7 @@ */ \defined( 'ABSPATH' ) || exit; -\define( 'FORM_BLOCK_VERSION', '1.4.2' ); +\define( 'FORM_BLOCK_VERSION', '1.5.0' ); 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 74e5d95..6a97508 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.4.2 +Stable tag: 1.5.0 Tested up to: 6.7 Requires PHP: 7.4 License: GPL2 @@ -96,6 +96,14 @@ You can report security bugs through the Patchstack Vulnerability Disclosure Pro == Changelog == += 1.5.0 = +* Added: Support for input groups based on HTML `fieldset` element +* Added: Support for lists in the output +* Added: Support for adding a form label +* Added: Support for `autocomplete` attribute +* Added: Support for the `spellcheck` attribute +* Removed: Default added consent checkbox (since it’s not legally required) + = 1.4.2 = * Fixed: Validation issues for separated date fields * Fixed: Line breaks in labels are no more removed in the email