Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
update read me file
  • Loading branch information
randhirexpresstech committed Apr 9, 2024
commit 79860e30aac7eb8cea7f39672891aeefc00bae9c
4 changes: 2 additions & 2 deletions gutena-forms.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Description: Gutena Forms is the easiest way to create forms inside the WordPress block editor. Our plugin does not use jQuery and is lightweight, so you can rest assured that it won’t slow down your website. Instead, it allows you to quickly and easily create custom forms right inside the block editor.
* Requires at least: 6.5
* Requires PHP: 5.6
* Version: 1.2.1
* Version: 1.2.2
* Author: ExpressTech
* Author URI: https://expresstech.io
* License: GPL-2.0-or-later
Expand Down Expand Up @@ -47,7 +47,7 @@
* Plugin version.
*/
if ( ! defined( 'GUTENA_FORMS_VERSION' ) ) {
define( 'GUTENA_FORMS_VERSION', '1.2.1' );
define( 'GUTENA_FORMS_VERSION', '1.2.2' );
}

if ( ! function_exists( 'is_gutena_forms_pro' ) ) {
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: expresstech, randhirexpresstech
Tags: form, block, contact form, form block, forms
Tested up to: 6.5
Stable tag: 1.2.1
Stable tag: 1.2.2
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -127,6 +127,9 @@ If you like this plugin, consider exploring our other themes and plugins:

== Changelog ==

= 1.2.2 | 11th April 2024 =
* Fixed: Font family settings

= 1.2.1 | 09th April 2024 =
* Fixed: Font family settings
* Added: Try Demo link in readme file
Expand Down