diff --git a/application/config/version.php b/application/config/version.php index 8521e3a7385..183a331baf3 100644 --- a/application/config/version.php +++ b/application/config/version.php @@ -12,10 +12,10 @@ */ -$config['versionnumber'] = '3.27.34'; +$config['versionnumber'] = '3.27.35'; $config['dbversionnumber'] = 366; $config['buildnumber'] = ''; $config['updatable'] = true; $config['templateapiversion'] = 3; -$config['assetsversionnumber'] = '30226'; +$config['assetsversionnumber'] = '30227'; return $config; diff --git a/docs/release_notes.txt b/docs/release_notes.txt index e1fac16dd28..c5cffe30438 100644 --- a/docs/release_notes.txt +++ b/docs/release_notes.txt @@ -34,6 +34,14 @@ Thank you to everyone who helped with this new release! CHANGE LOG ------------------------------------------------------ +Changes from 3.27.34 (build 220132) to 3.27.35 (build 220208) February 7, 2022 +-Fixed issue #17790: KCFinder Image Browse Server not working due to incorrect cookieDomain (#2212) (Denis Chenu) +#Updated translation: Japanese by nomoto +#Updated translation: Czech by jelen1 +#Updated translation: Czech (Informal) by jelen1 +#Updated translation: Catalan by qualitatuvic + + Changes from 3.27.33 (build 220125) to 3.27.34 (build 220132) January 31, 2022 -Fixed issue #17751: Date stamp throw PHP notice when edit data with debug (#2188) (Denis Chenu) #Updated translation: Polish by elissa