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
9 changes: 6 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
## 4.1.1 (UNRELEASED)
* Added Greek language translations.
* Moved time zone setting to bottom of location tab.
## 4.2.0 (April 10, 2026)
* Added support for PHP 8.5.
* PHP 8.3 and higher are now required. PHP 8.2 is no longer supported.
* Added Greek language translations.
* Moved time zone setting to bottom of location tab.
* Fix bug with showing reserved formats (HY, TC, and VM) in the list of available formats on the meeting edit form. (Previously,
other formats that included a reserved format key as a substring were being excluded, and reserved formats were appearing when
using a language other than English if they had a different key.)

## 4.1.0 (February 1, 2026)
* Settings Management UI:
Expand Down
2 changes: 1 addition & 1 deletion src/config/app.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
| or any other location as required by the application or its packages.
*/

'version' => env('APP_VERSION', '4.1.1'),
'version' => env('APP_VERSION', '4.2.0'),

/*
|--------------------------------------------------------------------------
Expand Down