diff --git a/application/config/version.php b/application/config/version.php index b4fb4714cdd..582f2249e05 100644 --- a/application/config/version.php +++ b/application/config/version.php @@ -12,9 +12,9 @@ */ -$config['versionnumber'] = '3.17.14'; +$config['versionnumber'] = '3.17.15'; $config['dbversionnumber'] = 359; $config['buildnumber'] = ''; $config['updatable'] = true; -$config['assetsversionnumber'] = '30096'; +$config['assetsversionnumber'] = '30097'; return $config; diff --git a/docs/release_notes.txt b/docs/release_notes.txt index 95993aaff20..3c8fec355e1 100644 --- a/docs/release_notes.txt +++ b/docs/release_notes.txt @@ -34,6 +34,9 @@ Thank you to everyone who helped with this new release! CHANGE LOG ------------------------------------------------------ +Changes from 3.17.14 (build 190902) to 3.17.15 (build 190903) September 3, 2019 +Fixed issue #15207: Settings and Structure tabs are broken - no action happens + Changes from 3.17.13 (build 190824) to 3.17.14 (build 190902) September 2, 2019 -Fixed issue: setting "Show header in answers export PDFs" not taken in account (LouisGac) -Fixed issue: [security]XSS in admin box buttons - kindly reported by Pavol Michalec & Frederik Koľbík (Carsten Schmitz)