diff --git a/Build/package.json b/Build/package.json index 8b2ca3197..1ac974402 100644 --- a/Build/package.json +++ b/Build/package.json @@ -5,7 +5,7 @@ "readme": "../README.rst", "homepage": "http://www.bk2k.info", "author": "Benjamin Kott", - "version": "7.1.0", + "version": "7.1.1", "license": "MIT", "devDependencies": { "bootstrap": "3.4.0", diff --git a/CHANGELOG.md b/CHANGELOG.md index 70f9cc916..acf576755 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,23 @@ +# 7.1.1 + +## TASK +- [TASK] Update Less Parser 5947c041 +- [TASK] Update bootstrap to 3.4.0 64ecbb66 +- [TASK] Streamline changelog 39031e1e +- [TASK] Update npm dependencies 95698d5c +- [TASK] Disable php5.6 build, seems to be buggy on travis in combination with composer install 5609b751 +- [TASK] Remove preferred install for typo3/cms a9a415a6 +- [TASK] Downgrade php-cs-fixer version 880fff26 +- [TASK] Update php-cs-fixer config 938db0b3 +- [TASK] Update travis configuration d0d7f50c +- [TASK] Use youtube-nocookie url in external media utility c3a1b05b + +## BUGFIX +- [BUGFIX] Replace codesniffer with php-cs-fixer 1dfc3c9a +- [BUGFIX] Correct texticon preview paths on windows 47743c63 +- [BUGFIX] Correct less variable: @icon-font-path (#450) 3072d15b +- [BUGFIX] Add type to linkVars language parameter 5597daa4 + # 7.1.0 ## BREAKING diff --git a/Documentation/AdministratorManual/ChangeLog/Index.rst b/Documentation/AdministratorManual/ChangeLog/Index.rst index 229a0dd07..b9902a289 100644 --- a/Documentation/AdministratorManual/ChangeLog/Index.rst +++ b/Documentation/AdministratorManual/ChangeLog/Index.rst @@ -20,6 +20,21 @@ Information. +------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | Version | Changes | +------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ +| 7.1.1 | - [TASK] Update Less Parser | +| | - [TASK] Update bootstrap to 3.4.0 | +| | - [TASK] Streamline changelog | +| | - [TASK] Update npm dependencies | +| | - [TASK] Disable php5.6 build, seems to be buggy on travis in combination with composer install | +| | - [TASK] Remove preferred install for typo3/cms | +| | - [TASK] Downgrade php-cs-fixer version | +| | - [TASK] Update php-cs-fixer config | +| | - [TASK] Update travis configuration | +| | - [TASK] Use youtube-nocookie url in external media utility | +| | - [BUGFIX] Replace codesniffer with php-cs-fixer | +| | - [BUGFIX] Correct texticon preview paths on windows | +| | - [BUGFIX] Correct less variable: @icon-font-path (#450) | +| | - [BUGFIX] Add type to linkVars language parameter | ++------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | 7.1.0 | - [!!!][FEATURE] Use explicit templates instead of conditions in carousel templates - relates #356 | | | - [!!!][TASK] Reintroduce "no frame" option - fixes #319 | | | - [!!!][FEATURE] Add sections to visually group elements | diff --git a/Documentation/Settings.yml b/Documentation/Settings.yml index f3df5cd22..5fe73753c 100644 --- a/Documentation/Settings.yml +++ b/Documentation/Settings.yml @@ -7,7 +7,7 @@ conf.py: copyright: 2014 project: Bootstrap Package version: 1.0 - release: 7.1.0 + release: 7.1.1 latex_documents: - - Index - BootstrapPackage.tex diff --git a/ext_emconf.php b/ext_emconf.php index 696ef0ba0..4f0171b71 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -35,5 +35,5 @@ 'author' => 'Benjamin Kott', 'author_email' => 'info@bk2k.info', 'author_company' => 'private', - 'version' => '7.1.0', + 'version' => '7.1.1', ];