Skip to content

Commit 3ac6504

Browse files
author
Mahbubur Rahman
committed
Version bump to v1.3.3
1 parent d55d6a5 commit 3ac6504

File tree

12 files changed

+30
-12
lines changed

12 files changed

+30
-12
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
**Requires at least:** 4.4
66
**Requires PHP:** 5.4
77
**Tested up to:** 4.9.8
8-
**Stable tag:** 1.3.2
8+
**Stable tag:** 1.3.3
99
**License:** GPLv2 or later
1010
**License URI:** https://www.gnu.org/licenses/gpl-2.0.html
1111

@@ -192,6 +192,11 @@ weForms is the most beginner friendly and fastest WordPress contact form plugin
192192

193193
## Changelog ##
194194

195+
### Version 1.3.3 (12 November, 2018) ###
196+
197+
* **New:** Design phone field
198+
* **Fix:** Default input style issue of form builder
199+
195200
### Version 1.3.2 (23 October, 2018) ###
196201

197202
* **Fix:** Calendar not showing on date field

assets/js/form-builder-components.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/js/spa-app.js

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
'use strict';
22

3-
var _typeof4 = typeof Symbol === "function" && typeof Symbol.iterator === "symbol" ? function (obj) { return typeof obj; } : function (obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; };
3+
var _typeof5 = typeof Symbol === "function" && typeof Symbol.iterator === "symbol" ? function (obj) { return typeof obj; } : function (obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; };
4+
5+
var _typeof4 = typeof Symbol === "function" && _typeof5(Symbol.iterator) === "symbol" ? function (obj) {
6+
return typeof obj === "undefined" ? "undefined" : _typeof5(obj);
7+
} : function (obj) {
8+
return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj === "undefined" ? "undefined" : _typeof5(obj);
9+
};
410

511
var _typeof3 = typeof Symbol === "function" && _typeof4(Symbol.iterator) === "symbol" ? function (obj) {
612
return typeof obj === "undefined" ? "undefined" : _typeof4(obj);

assets/js/spa-app.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/wpuf/js/frontend-form.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/wpuf/js/jquery-ui-timepicker-addon.min.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/wpuf/js/upload.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/wpuf/js/wpuf-form-builder-components.min.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

languages/weforms.pot

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
# This file is distributed under the GPL2 or later.
33
msgid ""
44
msgstr ""
5-
"Project-Id-Version: weForms 1.3.2\n"
5+
"Project-Id-Version: weForms 1.3.3\n"
66
"Report-Msgid-Bugs-To: https://wedevs.com/contact/\n"
7-
"POT-Creation-Date: 2018-10-23 08:40:51+00:00\n"
7+
"POT-Creation-Date: 2018-11-12 05:04:59+00:00\n"
88
"MIME-Version: 1.0\n"
99
"Content-Type: text/plain; charset=utf-8\n"
1010
"Content-Transfer-Encoding: 8bit\n"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "weForms",
33
"author": "weDevs",
4-
"version": "1.3.2",
4+
"version": "1.3.3",
55
"license": "GPL-2.0",
66
"repository": {
77
"type": "git",

0 commit comments

Comments
 (0)