From bb5e0690ce9c1dfbf53543ca79ee9b368e7c4a7b Mon Sep 17 00:00:00 2001 From: olleharstedt Date: Tue, 19 Apr 2022 09:13:46 +0200 Subject: [PATCH] Release 5.3.10+220419 --- application/config/version.php | 4 ++-- docs/release_notes.txt | 18 ++++++++++++++++++ 2 files changed, 20 insertions(+), 2 deletions(-) diff --git a/application/config/version.php b/application/config/version.php index 58cb2af35a5..3a4282dc4e9 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'] = '5.3.9'; +$config['versionnumber'] = '5.3.10'; $config['dbversionnumber'] = 486; $config['buildnumber'] = ''; $config['updatable'] = true; $config['templateapiversion'] = 3; -$config['assetsversionnumber'] = '30269'; +$config['assetsversionnumber'] = '30270'; return $config; diff --git a/docs/release_notes.txt b/docs/release_notes.txt index 69febb41dd0..0e728b56926 100644 --- a/docs/release_notes.txt +++ b/docs/release_notes.txt @@ -34,6 +34,24 @@ Thank you to everyone who helped with this new release! CHANGE LOG ------------------------------------------------------ +Changes from 5.3.9 (build 220411) to 5.3.10 (build 220419) April 19, 2022 +-Fixed issue #17902: Question theme error: Missing metadata (Type: M) (#2317) (Gabriel Jenik) +#Updated translation: Turkish by kayazeren +#Updated translation: Spanish (Spain) by ireneoh +#Updated translation: Slovak by c_schmitz, dusanm, jelen1, sweetakasha, wargo +#Updated translation: Russian by imnetxiin, likeleto, MINForm, TristisOris, vipgroup +#Updated translation: Portuguese (Portugal) by samarta +#Updated translation: Polish by elissa +#Updated translation: Polish (Informal) by elissa +#Updated translation: Lithuanian by simasj +#Updated translation: Kyrgyz by kmaksat +#Updated translation: Japanese by d_inoue, nomoto +#Updated translation: Finnish by Jmantysalo +#Updated translation: Czech by jelen1 +#Updated translation: Czech (Informal) by jelen1 +#Updated translation: Chinese (Taiwan) (Traditional) by CTFang, imacat, sylsylsylvie, TuTu_chen, Yeeeeeet + + Changes from 5.3.8 (build 220404) to 5.3.9 (build 220411) April 11, 2022 -Fixed issue #18018: Static string variable can break expression (#2328) (Denis Chenu) -Fixed issue #18012: Usage of static suffix in condition can broke JS (Denis Chenu)