Skip to content

Commit

Permalink
Version bumps to 1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Shiva Poudel committed Jul 19, 2018
1 parent b07259e commit a6c7540
Show file tree
Hide file tree
Showing 8 changed files with 18 additions and 8 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
== Changelog ==

= 1.2.2 - 19-07-2018 =
* Feature - Changed Datepicker library for year selection.
* Fix - Fatal error thrown via unfound class `EVF_Panel_Settings`.
* Tweak - Change of input mask docs URL for Single line text field.

= 1.2.1 - 12-07-2018 =
* Fix - Form setting output issue after save.
* Tweak - Removed border shown on active nav tab.
Expand Down
2 changes: 1 addition & 1 deletion assets/css/everest-forms-rtl.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion assets/css/everest-forms.css

Large diffs are not rendered by default.

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.2.1
* Version: 1.2.2
* 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.2.1';
public $version = '1.2.2';

/**
* The single instance of the class.
Expand Down
4 changes: 2 additions & 2 deletions languages/everest-forms.pot
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
# This file is distributed under the same license as the Everest Forms package.
msgid ""
msgstr ""
"Project-Id-Version: Everest Forms 1.2.1\n"
"Project-Id-Version: Everest Forms 1.2.2\n"
"Report-Msgid-Bugs-To: https://github.com/wpeverest/everest-forms/issues\n"
"POT-Creation-Date: 2018-07-12 09:07:59+00:00\n"
"POT-Creation-Date: 2018-07-19 04:47:27+00:00\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
Expand Down
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.2.1",
"version": "1.2.2",
"homepage": "https://wpeverest.com/plugins/everest-forms/",
"repository": {
"type": "git",
Expand Down
7 changes: 6 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.2.1
Stable tag: 1.2.2
License: GPLv3
License URI: http://www.gnu.org/licenses/gpl-3.0.html

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

== Changelog ==

= 1.2.2 - 19-07-2018 =
* Feature - Changed Datepicker library for year selection.
* Fix - Fatal error thrown via unfound class `EVF_Panel_Settings`.
* Tweak - Change of input mask docs URL for Single line text field.

= 1.2.1 - 12-07-2018 =
* Fix - Form setting output issue after save.
* Tweak - Removed border shown on active nav tab.
Expand Down

0 comments on commit a6c7540

Please sign in to comment.