Skip to content

Commit

Permalink
Bump version to v2.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aheinze committed Nov 5, 2024
1 parent b8109dd commit 21bd662
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
# Release Notes

## WIP
## 2.10.0 (2024-10-07)

- Update Vue to v3.5.12
- Fix request param casting (array to string)
- Replace TinyMCE with Tiptap
- Fix verbose required field error messages
- Fix locale fields projection in content api
- Optimize admin assets loading
- Replace drag-n-drop lib (admin ui)

## 2.9.4 (2024-10-07)

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.9.4';
const APP_VERSION = '2.10.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 21bd662

Please sign in to comment.