diff --git a/application/config/version.php b/application/config/version.php index 341bcb8f06c..81830ecc0c8 100644 --- a/application/config/version.php +++ b/application/config/version.php @@ -11,10 +11,10 @@ * See COPYRIGHT.php for copyright notices and details. */ -$config['versionnumber'] = '6.5.0'; +$config['versionnumber'] = '6.5.1'; $config['dbversionnumber'] = 623; $config['buildnumber'] = ''; $config['updatable'] = true; $config['templateapiversion'] = 3; -$config['assetsversionnumber'] = '30382'; +$config['assetsversionnumber'] = '30383'; return $config; diff --git a/docs/release_notes.txt b/docs/release_notes.txt index 107e2226fc6..0f023546b27 100644 --- a/docs/release_notes.txt +++ b/docs/release_notes.txt @@ -34,6 +34,20 @@ Thank you to everyone who helped with this new release! CHANGE LOG ------------------------------------------------------ +Changes from 6.5.0 (build 240319) to 6.5.1 (build 240320) March 20, 2024 +-Fixed issue: Error on MSSQL after install/update (Carsten Schmitz) +#Updated translation: Slovak by dusanm, jelen1, sweetakasha +#Updated translation: Portuguese (Brazil) by holch +#Updated translation: Polish by elissa +#Updated translation: Polish (Informal) by elissa +#Updated translation: Norwegian (Bokmål) by pmonstad +#Updated translation: Korean by modernity4r +#Updated translation: Japanese by d_inoue, nomoto +#Updated translation: Finnish by Jmantysalo +#Updated translation: Czech by jelen1, slansky, VBraun +#Updated translation: Czech (Informal) by jelen1, slansky, VBraun + + Changes from 6.4.12 (build 240311) to 6.5.0 (build 240319) March 19, 2024 +New feature: Updated internal REST API with more functions -Fixed issue: Replaced image on error screen (Carsten Schmitz)