Skip to content

Commit

Permalink
1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jrtashjian committed Apr 10, 2024
1 parent f2d29f5 commit 5e36406
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion includes/Application.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class Application extends Container {
*
* @var string
*/
const VERSION = '1.1.0';
const VERSION = '1.2.0';

/**
* The base path for the plugin.
Expand Down
2 changes: 1 addition & 1 deletion omniform.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.1.0
* Version: 1.2.0
* Requires at least: 6.3
* Requires PHP: 7.4
* Author: JR Tashjian
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "omniform",
"version": "1.1.0",
"version": "1.2.0",
"license": "GPL-2.0-or-later",
"private": true,
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.1.0
Stable tag: 1.2.0
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Expand Down

0 comments on commit 5e36406

Please sign in to comment.