Skip to content

Commit

Permalink
Bump version to v2.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aheinze committed Feb 16, 2025
1 parent 4f92dc9 commit 0f99ce3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# Release Notes

## WIP
## 2.11.0 (2025-02-17)

- Update PHP requirement to v8.3
- Add App.utils.selectAsset helper
- Add support for sorting content items in content item picker dialog
- Fix cache helper: ensure cache file existence before reading cache content
- Add assets:files:fixvisibility tower helper command
- Add password reset functionality
- Use fallback i18n root config path for spaces
- Update PHP requirement to v8.3
- Add PHP version compatibility check during update
- Generate random admin password on initial installation
- Enhance view rendering flow with pre/post render hooks
Expand Down
2 changes: 1 addition & 1 deletion bootstrap.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

const APP_VERSION = '2.10.3';
const APP_VERSION = '2.11.0';

if (!defined('APP_ADMIN')) define('APP_ADMIN', false);
if (!defined('APP_CLI')) define('APP_CLI', PHP_SAPI == 'cli');
Expand Down

0 comments on commit 0f99ce3

Please sign in to comment.