Skip to content

Commit

Permalink
🔖 Prepare version 1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
MatzeKitt committed Dec 29, 2024
1 parent 1bb9744 commit 47534bd
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## 1.5.1
* Fixed: Support for PHP 7.4

## 1.5.0
* Added: Support for input groups based on HTML `fieldset` element
* Added: Support for lists in the output
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.5.0
Version: 1.5.1
Author: Epiphyt
Author URI: https://epiph.yt
License: GPL2
Expand All @@ -31,7 +31,7 @@
*/
\defined( 'ABSPATH' ) || exit;

\define( 'FORM_BLOCK_VERSION', '1.5.0' );
\define( 'FORM_BLOCK_VERSION', '1.5.1' );

if ( ! \defined( 'EPI_FORM_BLOCK_BASE' ) ) {
\define( 'EPI_FORM_BLOCK_BASE', \WP_PLUGIN_DIR . '/form-block/' );
Expand Down
5 changes: 4 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.5.0
Stable tag: 1.5.1
Tested up to: 6.7
Requires PHP: 7.4
License: GPL2
Expand Down Expand Up @@ -96,6 +96,9 @@ You can report security bugs through the Patchstack Vulnerability Disclosure Pro

== Changelog ==

= 1.5.1 =
* Fixed: Support for PHP 7.4

= 1.5.0 =
* Added: Support for input groups based on HTML `fieldset` element
* Added: Support for lists in the output
Expand Down

0 comments on commit 47534bd

Please sign in to comment.