From 10050feba401947115c0ab447986f3c664da08c3 Mon Sep 17 00:00:00 2001 From: JR Tashjian Date: Wed, 10 Apr 2024 00:22:59 -0400 Subject: [PATCH] 1.2.1 --- includes/Application.php | 2 +- omniform.php | 2 +- package-lock.json | 4 ++-- package.json | 2 +- readme.txt | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/includes/Application.php b/includes/Application.php index 8de83dc..641f670 100644 --- a/includes/Application.php +++ b/includes/Application.php @@ -26,7 +26,7 @@ class Application extends Container { * * @var string */ - const VERSION = '1.2.0'; + const VERSION = '1.2.1'; /** * The base path for the plugin. diff --git a/omniform.php b/omniform.php index 257fc23..32216ce 100644 --- a/omniform.php +++ b/omniform.php @@ -3,7 +3,7 @@ * Plugin Name: OmniForm * Plugin URI: https://omniform.io * Description: Easily create and manage custom forms with the block editor, customizable fields, and form submission management for your website. - * Version: 1.2.0 + * Version: 1.2.1 * Requires at least: 6.3 * Requires PHP: 7.4 * Author: JR Tashjian diff --git a/package-lock.json b/package-lock.json index d7a49f0..f719aea 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "omniform", - "version": "1.2.0", + "version": "1.2.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "omniform", - "version": "1.2.0", + "version": "1.2.1", "license": "GPL-2.0-or-later", "dependencies": { "@wordpress/base-styles": "^4.42.5", diff --git a/package.json b/package.json index ae31bbd..c67ea70 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "omniform", - "version": "1.2.0", + "version": "1.2.1", "license": "GPL-2.0-or-later", "private": true, "scripts": { diff --git a/readme.txt b/readme.txt index 2f1303c..2568392 100644 --- a/readme.txt +++ b/readme.txt @@ -4,7 +4,7 @@ Tags: contact form, block editor, form builder, forms, email Requires at least: 6.3 Tested up to: 6.5 Requires PHP: 7.4 -Stable tag: 1.2.0 +Stable tag: 1.2.1 License: GPLv2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html