diff --git a/CHANGELOG.md b/CHANGELOG.md index 0b0f135..632e149 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## 1.4.0 +* Added: Custom separated date fields (read [the announcement for more information](https://epiph.yt/en/blog/2024/form-block-1-4-0-release-and-opinions-on-date-pickers/)) +* Added: All supported input types that were previously only part of the Pro version +* Added: Design for Twenty Twenty-Four +* Added: More recognized field names for the form wizard +* Improved: Input type selection is now more descriptive and translatable +* Fixed: `aria-describedby` for error fields is no more added multiple times +* Fixed: Form wizard now returns the proper input fields + ## 1.3.0 * Added: Support block settings like font size, line height and dimensions * Added: By selecting an invalid field, the error message will now be announced to screen readers diff --git a/form-block.php b/form-block.php index 7f12751..fd56c58 100644 --- a/form-block.php +++ b/form-block.php @@ -18,7 +18,7 @@ Plugin Name: Form Block Plugin URI: https://formblock.pro/en/ Description: An extensive yet user-friendly form block. -Version: 1.3.0 +Version: 1.4.0 Author: Epiphyt Author URI: https://epiph.yt License: GPL2 @@ -43,7 +43,7 @@ // exit if ABSPATH is not defined defined( 'ABSPATH' ) || exit; -define( 'FORM_BLOCK_VERSION', '1.3.0' ); +define( 'FORM_BLOCK_VERSION', '1.4.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 ba03001..fdadd3c 100644 --- a/readme.txt +++ b/readme.txt @@ -1,8 +1,8 @@ === Form Block === Contributors: epiphyt, kittmedia -Tags: contact, form, contact form, gutenberg, block editor +Tags: contact, form, contact form, gutenberg, block editor, accessibility Requires at least: 6.3 -Stable tag: 1.3.0 +Stable tag: 1.4.0 Tested up to: 6.5 Requires PHP: 7.4 License: GPL2 @@ -19,6 +19,7 @@ WordPress offers several (contact) form plugins, but most of them are not up-to- = Features = * Fully support of the block editor +* Built with accessibility in mind * Create forms with an unlimited number of fields * Select from a wide variety of field types * Use a predefined form or start from scratch @@ -94,6 +95,15 @@ You can report security bugs through the Patchstack Vulnerability Disclosure Pro == Changelog == += 1.4.0 = +* Added: Custom separated date fields (read [the announcement for more information](https://epiph.yt/en/blog/2024/form-block-1-4-0-release-and-opinions-on-date-pickers/)) +* Added: All supported input types that were previously only part of the Pro version +* Added: Design for Twenty Twenty-Four +* Added: More recognized field names for the form wizard +* Improved: Input type selection is now more descriptive and translatable +* Fixed: `aria-describedby` for error fields is no more added multiple times +* Fixed: Form wizard now returns the proper input fields + = 1.3.0 = * Added: Support block settings like font size, line height and dimensions * Added: By selecting an invalid field, the error message will now be announced to screen readers