Skip to content

Commit

Permalink
🔖 Prepare version 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MatzeKitt committed Dec 16, 2024
1 parent d09da6d commit 68e1cfa
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions form-block.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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/' );
Expand Down
10 changes: 9 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 68e1cfa

Please sign in to comment.