Skip to content

Commit

Permalink
🔖 Prepare version 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MatzeKitt committed Jun 17, 2024
1 parent 977453d commit 3e1372c
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 4 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions form-block.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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/' );
Expand Down
14 changes: 12 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 3e1372c

Please sign in to comment.