Skip to content

Commit 1914e95

Browse files
committed
update changelog
Signed-off-by: Andy Miller <rhuk@mac.com>
1 parent c82f638 commit 1914e95

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# v1.11.0-beta.1
2+
## mm/dd/2025
3+
4+
1. [](#bugfix)
5+
* Fixed user enumeration via forgot password rate-limit message
6+
* Fixed stored XSS in group display name (ACL picker)
7+
* Fixed stored XSS in taxonomy field labels
8+
* Fixed XSS in selectize dropdowns via default HTML escaping
9+
110
# v1.10.50
211
## 11/14/2025
312

blueprints.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Admin Panel
22
slug: admin
33
type: plugin
4-
version: 1.10.50
4+
version: 1.11.0-beta.1
55
description: Adds an advanced administration panel to manage your site
66
icon: empire
77
author:
@@ -15,11 +15,11 @@ docs: https://github.com/getgrav/grav-plugin-admin/blob/develop/README.md
1515
license: MIT
1616

1717
dependencies:
18-
- { name: grav, version: '>=1.7.49' }
18+
- { name: grav, version: '>=1.8.0-beta.1' }
1919
- { name: form, version: '>=6.0.1' }
2020
- { name: login, version: '>=3.7.8' }
2121
- { name: email, version: '>=3.1.6' }
22-
- { name: flex-objects, version: '>=1.2.0' }
22+
- { name: flex-objects, version: '>=1.4.0-beta.1' }
2323

2424
form:
2525
validation: loose

0 commit comments

Comments
 (0)