diff --git a/application/config/version.php b/application/config/version.php index 584e4bd3842..020f50139c0 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'] = '4.1.6'; +$config['versionnumber'] = '4.1.7'; $config['dbversionnumber'] = 425; $config['buildnumber'] = ''; $config['updatable'] = true; $config['templateapiversion'] = 3; -$config['assetsversionnumber'] = '30121'; +$config['assetsversionnumber'] = '30122'; return $config; diff --git a/docs/release_notes.txt b/docs/release_notes.txt index 3c703d3f77b..3a1bb791e2b 100644 --- a/docs/release_notes.txt +++ b/docs/release_notes.txt @@ -34,6 +34,22 @@ Thank you to everyone who helped with this new release! CHANGE LOG ------------------------------------------------------ +Changes from 4.1.6 (build 200220) to 4.1.7 (build 200224) February 24, 2020 +-Fixed issue #15911: Double checkconditions with array_text quetsion type (Denis Chenu) +-Fixed issue #15909: customToken delete settings by other plugin (Denis Chenu) +-Fixed issue #15889: Quota names not displayed in overview (Patrick Teichmann) +-Fixed issue #15888: Importing quotas deletes the answers that have been set to the respective quota (Patrick Teichmann) +-Fixed issue #15879: Plugin menu events not implemented in V4 (Olle Haerstedt) +-Fixed issue #15781: File manager - copy file buttons are not disappearing (Jessica Höck) +-Fixed issue #15466: Pagination not working after updating the grid (Patrick Teichmann) +#Updated translation: Polish by elissa +#Updated translation: Polish (Informal) by elissa +#Updated translation: Italian by lfanfoni +#Updated translation: Italian (Informal) by lfanfoni +#Updated translation: French (France) by b00z00 +#Updated translation: Finnish by Jmantysalo + + Changes from 4.1.5 (build 200217) to 4.1.6 (build 200220) February 20, 2020 -Fixed issue: Wrong redirection to enter new key in Comfort update (eddylackmann) -Fixed issue: Empty comfort update key can be submitted (eddylackmann)