Skip to content

Commit

Permalink
Version update 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sanjeev3 committed Mar 23, 2018
1 parent 2f5e26e commit f857595
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 5 deletions.
2 changes: 1 addition & 1 deletion everest-forms.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: Everest Forms
* Plugin URI: https://wpeverest.com/wordpress-plugins/everest-forms/
* Description: Drag and Drop form builder to easily create contact forms and more.
* Version: 1.1.0
* Version: 1.1.1
* Author: WPEverest
* Author URI: https://wpeverest.com
* Text Domain: everest-forms
Expand Down
2 changes: 1 addition & 1 deletion includes/class-everest-forms.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ final class EverestForms {
*
* @var string
*/
public $version = '1.1.0';
public $version = '1.1.1';

/**
* The form data handler instance.
Expand Down
2 changes: 1 addition & 1 deletion 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,7 +1,7 @@
{
"name": "everest-forms",
"title": "Everest Forms",
"version": "1.1.0",
"version": "1.1.1",
"homepage": "https://wpeverest.com/plugins/everest-forms/",
"repository": {
"type": "git",
Expand Down
5 changes: 4 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Tags: form, form builder, easy form, clean form, login form, contact, contact fo
Requires at least: 4.0
Tested up to: 4.9
Requires PHP: 5.4
Stable tag: 1.1.0
Stable tag: 1.1.1
License: GPLv3
License URI: http://www.gnu.org/licenses/gpl-3.0.html

Expand Down Expand Up @@ -70,6 +70,9 @@ Yes, the plugin is designed to work with any themes that have been coded followi

== Changelog ==

= 1.1.1 - 23-03-2018 =
* Fix - Custom email message issue

= 1.1.0 - 12-03-2018 =
* Feature - Entries panel to save form in database.

Expand Down

0 comments on commit f857595

Please sign in to comment.