diff --git a/Build/package.json b/Build/package.json index 1d512a38c..3c88b89fa 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.0.5", + "version": "7.0.6", "license": "MIT", "devDependencies": { "bootstrap": "^3.4.0", diff --git a/CHANGELOG.md b/CHANGELOG.md index 5365c9617..4d013c044 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +# 7.0.6 + +## TASK +- [TASK] Update Less Parser 2a911b26 +- [TASK] Update bootstrap to 3.4.0 5d340e09 +- [TASK] Update jquery and hammer js 08febc1b +- [TASK] Streamline changelog bfa13fda +- [TASK] Update npm dependencies bc2f99f3 +- [TASK] Update travis configuration b9010c27 +- [TASK] Use youtube-nocookie url in external media utility 953d1a56 + +## BUGFIX +- [BUGFIX] Add type to linkVars language parameter 1726a18c + # 7.0.5 ## BUGFIX diff --git a/Documentation/AdministratorManual/ChangeLog/Index.rst b/Documentation/AdministratorManual/ChangeLog/Index.rst index b2c679880..a688324a9 100644 --- a/Documentation/AdministratorManual/ChangeLog/Index.rst +++ b/Documentation/AdministratorManual/ChangeLog/Index.rst @@ -20,6 +20,15 @@ Information. +------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | Version | Changes | +------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ +| 7.0.6 | - [TASK] Update Less Parser | +| | - [TASK] Update bootstrap to 3.4.0 | +| | - [TASK] Update jquery and hammer js | +| | - [TASK] Streamline changelog | +| | - [TASK] Update npm dependencies | +| | - [TASK] Update travis configuration | +| | - [TASK] Use youtube-nocookie url in external media utility | +| | - [BUGFIX] Add type to linkVars language parameter | ++------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | 7.0.5 | - [BUGFIX] Adapt link tag parsing for RTE fields | | | - [BUGFIX] Correct changelog | +------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ diff --git a/Documentation/Settings.yml b/Documentation/Settings.yml index e4c48802d..5585b8b95 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.0.5 + release: 7.0.6 latex_documents: - - Index - BootstrapPackage.tex diff --git a/ext_emconf.php b/ext_emconf.php index 15c36d208..5c6b2108c 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.0.5', + 'version' => '7.0.6', ];