Skip to content

Commit f5dfd1e

Browse files
committed
🔖 Prepare version 1.5.2
1 parent 1c0f041 commit f5dfd1e

File tree

3 files changed

+17
-5
lines changed

3 files changed

+17
-5
lines changed

‎CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 1.5.2
4+
* Added: Design for Twenty Twenty-Five
5+
* Added: Support for new features in Form Block Pro 1.3
6+
* Fixed: Broken textarea after saving
7+
* Fixed: Various non-critical React-related issues
8+
39
## 1.5.1
410
* Fixed: Support for PHP 7.4
511

‎form-block.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@
55
Plugin Name: Form Block
66
Plugin URI: https://formblock.pro/en/
77
Description: An extensive yet user-friendly form block.
8-
Version: 1.5.1
8+
Version: 1.5.2
99
Author: Epiphyt
1010
Author URI: https://epiph.yt
1111
License: GPL2
1212
License URI: https://www.gnu.org/licenses/gpl-2.0.html
1313
Requires at least: 6.3
1414
Requires PHP: 7.4
1515
Tags: form, blocks, block editor, email, contact form
16-
Tested up to: 6.7
16+
Tested up to: 6.8
1717
Text Domain: form-block
1818
1919
Form Block is free software: you can redistribute it and/or modify
@@ -31,7 +31,7 @@
3131
*/
3232
\defined( 'ABSPATH' ) || exit;
3333

34-
\define( 'FORM_BLOCK_VERSION', '1.5.1' );
34+
\define( 'FORM_BLOCK_VERSION', '1.5.2' );
3535

3636
if ( ! \defined( 'EPI_FORM_BLOCK_BASE' ) ) {
3737
\define( 'EPI_FORM_BLOCK_BASE', \WP_PLUGIN_DIR . '/form-block/' );

‎readme.txt

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
Contributors: epiphyt, kittmedia
33
Tags: form, contact form, gutenberg, block editor, accessibility
44
Requires at least: 6.3
5-
Stable tag: 1.5.1
6-
Tested up to: 6.7
5+
Stable tag: 1.5.2
6+
Tested up to: 6.8
77
Requires PHP: 7.4
88
License: GPL2
99
License URI: https://www.gnu.org/licenses/gpl-2.0.html
@@ -96,6 +96,12 @@ You can report security bugs through the Patchstack Vulnerability Disclosure Pro
9696

9797
== Changelog ==
9898

99+
= 1.5.2 =
100+
* Added: Design for Twenty Twenty-Five
101+
* Added: Support for new features in Form Block Pro 1.3
102+
* Fixed: Broken textarea after saving
103+
* Fixed: Various non-critical React-related issues
104+
99105
= 1.5.1 =
100106
* Fixed: Support for PHP 7.4
101107

0 commit comments

Comments
 (0)