Skip to content

Commit 6ba00f5

Browse files
authored
Merge pull request #126 from BoldGrid/build-for-release-1-6-9-rc
Build for Release
2 parents f4f9f40 + ddce9ca commit 6ba00f5

File tree

11 files changed

+124
-9336
lines changed

11 files changed

+124
-9336
lines changed

README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -279,8 +279,15 @@ weForms is the most beginner friendly and fastest WordPress contact form plugin
279279

280280
## Changelog ##
281281

282-
### Version 1.6.8 (10 June, 2021) ###
283-
* **Fix:** weSerialize not extended
282+
### Version 1.6.9 (31 August, 2021) ###
283+
* **Fix:** PHP 8.0 Emogrifier updates
284+
* **Fix:** Transaction page link updated to weforms site
285+
* **Fix:** Entry Field Names update on form save when changed
286+
* **Fix:** Using Vue.js minified file for production
287+
* **Fix:** Google Maps integration provides address in notification
288+
* **Update:** Field Authentication updates
289+
* **Update:** Dependancy updates
290+
* **Impovement:** Sprout Invoices integration multiple line items and payment options
284291

285292
### Version 1.6.7 (26 April, 2021) ###
286293
* **Fix:** PHP 8.0 form submission issues fixes and removal of admin notice callback

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 _typeof3 = 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 _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; };
4+
5+
var _typeof3 = typeof Symbol === "function" && _typeof4(Symbol.iterator) === "symbol" ? function (obj) {
6+
return typeof obj === "undefined" ? "undefined" : _typeof4(obj);
7+
} : function (obj) {
8+
return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj === "undefined" ? "undefined" : _typeof4(obj);
9+
};
410

511
var _typeof2 = typeof Symbol === "function" && _typeof3(Symbol.iterator) === "symbol" ? function (obj) {
612
return typeof obj === "undefined" ? "undefined" : _typeof3(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.

0 commit comments

Comments
 (0)