diff --git a/application/config/version.php b/application/config/version.php index 3a4282dc4e9..3d2201524b7 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.10'; +$config['versionnumber'] = '5.3.11'; $config['dbversionnumber'] = 486; $config['buildnumber'] = ''; $config['updatable'] = true; $config['templateapiversion'] = 3; -$config['assetsversionnumber'] = '30270'; +$config['assetsversionnumber'] = '30271'; return $config; diff --git a/docs/release_notes.txt b/docs/release_notes.txt index 0e728b56926..1de4c4b7a64 100644 --- a/docs/release_notes.txt +++ b/docs/release_notes.txt @@ -34,6 +34,16 @@ Thank you to everyone who helped with this new release! CHANGE LOG ------------------------------------------------------ +Changes from 5.3.10 (build 220419) to 5.3.11 (build 220425) April 25, 2022 +-Fixed issue: [security] Minor XSS issue in plugin overview - reported by Podalirius (podalirius.net/en/) (Carsten Schmitz) +-Fixed issue: Creation date not properly shown in user list (Carsten Schmitz) +#Updated translation: Slovenian by c_schmitz, dusan +#Updated translation: Slovak by c_schmitz, jelen1 +#Updated translation: Russian by kvolk2lim, vipgroup +#Updated translation: Japanese by d_inoue +#Updated translation: Catalan by qualitatuvic + + 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