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