Skip to content

Commit cd6fe67

Browse files
committed
Fixed versioning
1 parent ddce9ca commit cd6fe67

File tree

8 files changed

+23
-44
lines changed

8 files changed

+23
-44
lines changed

README.md

Lines changed: 5 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
**Requires at least:** 4.4
55
**Requires PHP:** 5.6.20
66
**Tested up to:** 5.7
7-
**Stable tag:** 1.6.8
7+
**Stable tag:** 1.6.9
88
**License:** GPLv2 or later
99
**License URI:** https://www.gnu.org/licenses/gpl-2.0.html
1010

@@ -21,36 +21,6 @@ Moreover, with more than 20+ custom field, you can swiftly build contact forms,
2121

2222
So weForms is an all-in-one form builder created with the global users in mind. Its minimalistic design is not only modern but also super fast and user-friendly. Everything works on a single page. Feel no delay – because your time is precious!
2323

24-
## Development ##
25-
26-
### Installing Dependencies ###
27-
Before you can use the development version of this plugin you must install the dependencies.
28-
29-
```
30-
npm install
31-
```
32-
33-
### Workflow ###
34-
Before editing or making changes check to make sure you are not editing any concatenated files. Check the Gruntfile.js in the concat: section for details. If you edit a concatenated file and run the build process any of your changes will be overwritten.
35-
36-
Once you have made the changes and are ready to test run the following command.
37-
38-
```
39-
grunt concat:(specified source)
40-
```
41-
42-
#### Minify JS ####
43-
If you want to test changes with SCRIPT_DEBUG set to false. You will need to make sure the scripts are minified.
44-
To minify Javascript for testing run the following command.
45-
46-
```
47-
grunt uglify:main
48-
```
49-
50-
### Build Process ###
51-
When you are ready to build for release or QA make sure all branchs are merge that will be in the release and follow:
52-
[Release Process https://github.com/BoldGrid/weforms/wiki/Release-Process]
53-
5424
### Quick Overview of weForms ###
5525
[youtube https://www.youtube.com/watch?v=4uYi0833Kjw]
5626

@@ -279,7 +249,7 @@ weForms is the most beginner friendly and fastest WordPress contact form plugin
279249

280250
## Changelog ##
281251

282-
### Version 1.6.9 (31 August, 2021) ###
252+
### Version 1.6.9 (15 September, 2021) ###
283253
* **Fix:** PHP 8.0 Emogrifier updates
284254
* **Fix:** Transaction page link updated to weforms site
285255
* **Fix:** Entry Field Names update on form save when changed
@@ -289,6 +259,9 @@ weForms is the most beginner friendly and fastest WordPress contact form plugin
289259
* **Update:** Dependancy updates
290260
* **Impovement:** Sprout Invoices integration multiple line items and payment options
291261

262+
### Version 1.6.8 (10 June, 2021) ###
263+
* **Fix:** weSerialize not extended
264+
292265
### Version 1.6.7 (26 April, 2021) ###
293266
* **Fix:** PHP 8.0 form submission issues fixes and removal of admin notice callback
294267
* **Fix:** Transaction table id matching entry id and addition of entry after submission fixes

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.

languages/weforms.pot

Lines changed: 5 additions & 5 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.6.8\n"
5+
"Project-Id-Version: weForms 1.6.9\n"
66
"Report-Msgid-Bugs-To: https://wedevs.com/contact/\n"
7-
"POT-Creation-Date: 2021-08-26 15:11:29+00:00\n"
7+
"POT-Creation-Date: 2021-09-08 18:14:40+00:00\n"
88
"MIME-Version: 1.0\n"
99
"Content-Type: text/plain; charset=utf-8\n"
1010
"Content-Transfer-Encoding: 8bit\n"
@@ -2587,15 +2587,15 @@ msgstr ""
25872587
msgid "Sprout Invoices"
25882588
msgstr ""
25892589

2590-
#: includes/integrations/sprout-invoices/class-integration-sprout-invoices.php:346
2590+
#: includes/integrations/sprout-invoices/class-integration-sprout-invoices.php:339
25912591
msgid "Invoice Submitted: Form <a href=\"%s\">#%s</a>."
25922592
msgstr ""
25932593

2594-
#: includes/integrations/sprout-invoices/class-integration-sprout-invoices.php:394
2594+
#: includes/integrations/sprout-invoices/class-integration-sprout-invoices.php:387
25952595
msgid "Invoice Submitted: Form %s."
25962596
msgstr ""
25972597

2598-
#: includes/integrations/sprout-invoices/class-integration-sprout-invoices.php:505
2598+
#: includes/integrations/sprout-invoices/class-integration-sprout-invoices.php:498
25992599
msgid "Estimate Submitted: Form %s."
26002600
msgstr ""
26012601

package-lock.json

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

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": "BoldGrid",
4-
"version": "1.6.8",
4+
"version": "1.6.9",
55
"license": "GPL-2.0",
66
"repository": {
77
"type": "git",

readme.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Tags: forms, contact form, contact form plugin, custom form, form builder, form,
44
Requires at least: 4.4
55
Requires PHP: 5.6.20
66
Tested up to: 5.7
7-
Stable tag: 1.6.8
7+
Stable tag: 1.6.9
88
License: GPLv2 or later
99
License URI: https://www.gnu.org/licenses/gpl-2.0.html
1010

weforms.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* Plugin URI: https://weformspro.com/
66
* Author: weForms
77
* Author URI: https://weformspro.com/
8-
* Version: 1.6.8
8+
* Version: 1.6.9
99
* License: GPL2 or later
1010
* License URI: https://www.gnu.org/licenses/gpl-2.0.html
1111
* Text Domain: weforms
@@ -55,7 +55,7 @@ final class WeForms {
5555
*
5656
* @var string
5757
*/
58-
public $version = '1.6.8';
58+
public $version = '1.6.9';
5959

6060
/**
6161
* Form field value seperator

0 commit comments

Comments
 (0)