Skip to content

Commit c8c88a7

Browse files
committed
Build for release
1 parent 2c86212 commit c8c88a7

4 files changed

Lines changed: 91 additions & 79 deletions

File tree

README.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
**Requires at least:** 5.0
55
**Requires PHP:** 7.2.5
66
**Tested up to:** 6.9
7-
**Stable tag:** 1.6.26
7+
**Stable tag:** 1.6.28
88
**License:** GPLv2 or later
99
**License URI:** https://www.gnu.org/licenses/gpl-2.0.html
1010

@@ -240,7 +240,13 @@ Please report security bugs found in the source code of the undefined plugin thr
240240

241241
## Changelog ##
242242

243-
### Version 1.6.26 ( 17 Decemner, 2025 ) ###
243+
### Version 1.6.28 ( 27 February, 2026 ) ###
244+
* Security: Patched stored XSS vulnerability in form entry fields.
245+
246+
### Version 1.6.27 ( 09 February, 2026 ) ###
247+
* Security: Patched object injection vulnerability.
248+
249+
### Version 1.6.26 ( 17 December, 2025 ) ###
244250
* Fix: Added extra validation for form uploads.
245251

246252
### Version 1.6.25 ( 15 July, 2024 ) ###
@@ -648,4 +654,4 @@ Please report security bugs found in the source code of the undefined plugin thr
648654
## Upgrade Notice ##
649655

650656
### 1.6.26 ###
651-
This ia a security release. All users are encouraged to update to this version.
657+
This is a security release. All users are encouraged to update to this version.

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

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