diff --git a/CHANGELOG.md b/CHANGELOG.md index 21ab4de5..b406321c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,12 +1,13 @@ CHANGELOG -3.7.2 (xx May 2020) -* Web->minify: fix minification of ES6 template literals, bcosca/fatfree#1178 +3.7.2 (28 May 2020) +* CHANGED, View->sandbox: disable escaping when rendering as text/plain, bcosca/fatfree#654 * update HTTP protocol checks, #bcosca/fatfree#1190 * Base->clear: close vulnerability on variable compilation, bcosca/fatfree#1191 * DB\SQL\Mapper: fix empty ID after insert, bcosca/fatfree#1175 * DB\SQL\Mapper: fix using correct key variable for grouped sql pagination sets * Fix return type of 'count' in Cursor->paginate() (bcosca/fatfree#1187) +* Bug fix, Web->minify: fix minification of ES6 template literals, bcosca/fatfree#1178 * Bug fix, config: refactoring custom section parser regex, bcosca/fatfree#1149 * Bug fix: token resolve on non-alias reroute paths, ref. 221f0c930f8664565c9825faeb9ed9af0f7a01c8 * Websocket: Improved event handler usage diff --git a/base.php b/base.php index c434b540..ea72e7c3 100644 --- a/base.php +++ b/base.php @@ -45,7 +45,7 @@ final class Base extends Prefab implements ArrayAccess { //@{ Framework details const PACKAGE='Fat-Free Framework', - VERSION='3.7.1-Release'; + VERSION='3.7.2-Release'; //@} //@{ HTTP status codes (RFC 2616)