From 8489d65d56dcc840091c29f4fed329327e09b99f Mon Sep 17 00:00:00 2001 From: Felix Nagel Date: Tue, 12 Nov 2019 08:50:09 +0100 Subject: [PATCH] Major release: TYPO3 9.5 support. Removed TYPO3 7.x and PHP 5.x support. Updated WikiMedia JS minifier. Now available on Packagist! See readme for upgrade. Changelog: https://github.com/fnagel/fe_performance/compare/0.6.1...1.0.0 --- README.md | 8 ++++++++ ext_emconf.php | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ff9b8c5..7059f06 100644 --- a/README.md +++ b/README.md @@ -50,6 +50,14 @@ https://github.com/wikimedia/mediawiki-core/blob/master/includes/libs/JavaScript Clear cache via install tool. +### Version 1.0.0 + +Use "Clear all caches including PHP opcode cache" and "Dump Autoload Information" +in the install tool (if needed for your setup). + +Please update the `minifier` configuration in the Extension Manager as the class names have changed. + + ## Feedback Feel free to add bug reports via GitHub issues or send PRs. diff --git a/ext_emconf.php b/ext_emconf.php index ca4ca07..4bbff3b 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -21,7 +21,7 @@ 'uploadfolder' => '0', 'createDirs' => '', 'clearCacheOnLoad' => 0, - 'version' => '1.0.0-dev', + 'version' => '1.0.0', 'constraints' => [ 'depends' => [ 'php' => '7.0.0-7.2.99',