Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
## 0.26.0 (2026-08-07)

### Added

- Don't allow folder names to have ../ in the public file storage #2906
- Implement new New Site UI with the addition of Workshop 4899 - Remove old components and tests that no longer apply
- Implement new New Site UI with the addition of Workshop 4899

### Fixed

- fix for deleting site not working
- fix redis connection

### Maintenance

- Refactor and test pages/sites/new 4692
- add centralized store for rate limit
- add test
- add rate limiting on external endpoints
- Dont allow for a default value on the FEDERALIST_SESSION_SECRET env var
- Dont allow for a default value on the FEDERALIST_SESSION_SECRET env var

## 0.25.1 (2026-06-18)

### Fixed
Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "pages-core",
"private": true,
"version": "0.25.1",
"version": "0.26.0",
"description": "",
"keywords": [],
"dependencies": {
Expand Down
Loading