From ae795e43527d790a181a109fa5e6ca1eba0aeace Mon Sep 17 00:00:00 2001 From: Matthias Kittsteiner Date: Mon, 29 Jan 2024 10:05:05 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20Prepare=20version=201.3.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 7 +++++++ SECURITY.md | 4 ++-- form-block.php | 4 ++-- readme.txt | 8 ++++++++ 4 files changed, 19 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e144e62..0b0f135 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## 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 +* Fixed: Improved resetting a form after successful submit +* Notice: This version requires at least WordPress 6.3 +* For developers: Each `
` element has now its validator object attached to it + ## 1.2.0 * Added: Form creation wizard for even easier form creation * Added: Ability to set a custom subject for each form diff --git a/SECURITY.md b/SECURITY.md index edc6222..0885776 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -6,8 +6,8 @@ We usually only support the latest major version. | Version | Supported | | ------- | ------------------ | -| 1.2.x | :white_check_mark: | -| < 1.2 | :x: | +| 1.3.x | :white_check_mark: | +| < 1.3 | :x: | ## Reporting a Vulnerability diff --git a/form-block.php b/form-block.php index d346f2d..7f12751 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.2.0 +Version: 1.3.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.2.0' ); +define( 'FORM_BLOCK_VERSION', '1.3.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 297bfa7..ff26b00 100644 --- a/readme.txt +++ b/readme.txt @@ -52,6 +52,7 @@ There is also a Pro version of Form Block available. It offers additional featur * Custom form action * Upload via drag and drop * Global defined consent checkbox +* Field dependencies You can find more information at [https://formblock.pro/en/](https://formblock.pro/en/). @@ -90,6 +91,13 @@ We are [Epiphyt](https://epiph.yt/), your friendly neighborhood WordPress plugin == Changelog == += 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 +* Fixed: Improved resetting a form after successful submit +* Notice: This version requires at least WordPress 6.3 +* For developers: Each `` element has now its validator object attached to it + = 1.2.0 = * Added: Form creation wizard for even easier form creation * Added: Ability to set a custom subject for each form