diff --git a/Build/package.json b/Build/package.json index f8fd0f12a..ff6ee9847 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": "9.1.1", + "version": "9.1.2", "license": "MIT", "devDependencies": { "bootstrap": "3.4.0", diff --git a/CHANGELOG.md b/CHANGELOG.md index 08f58bac4..2030b4638 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,21 @@ +# 9.1.2 + +## TASK +- [TASK] Streamline changelog 1fe8f4bf +- [TASK] Add vscode to gitignore 2ae71933 +- [TASK] Remove preferred install for typo3/cms 119d7692 +- [TASK] Remove unit test runner on older branch where there are none 7e79384a +- [TASK] Update travis configuration 09baed94 +- [TASK] Update Bootstrap 3.x to 3.4.0 673cf3ef + +## BUGFIX +- [BUGFIX] Correct used less parser version e1ebd8bf +- [BUGFIX] Make Less Parser PHP 7.3 compatible (#617) 29b2f0f7 +- [BUGFIX] Process fieldName correctly in flexform data processor 7d72a5da +- [BUGFIX] Correct docheader of CoreVersionCondition 72e277cd +- [BUGFIX] Load extension configuration only when extensions are installed ada7efc4 +- [BUGFIX] Resolve deprecation for EXT:lang in TYPO3 v9.x b6709fdc + # 9.1.1 ## FEATURE diff --git a/Documentation/AdministratorManual/ChangeLog/Index.rst b/Documentation/AdministratorManual/ChangeLog/Index.rst index dc2adbe71..67023ae56 100644 --- a/Documentation/AdministratorManual/ChangeLog/Index.rst +++ b/Documentation/AdministratorManual/ChangeLog/Index.rst @@ -20,6 +20,19 @@ Information. +------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | Version | Changes | +------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ +| 9.1.2 | - [TASK] Streamline changelog | +| | - [TASK] Add vscode to gitignore | +| | - [TASK] Remove preferred install for typo3/cms | +| | - [TASK] Remove unit test runner on older branch where there are none | +| | - [TASK] Update travis configuration | +| | - [TASK] Update Bootstrap 3.x to 3.4.0 | +| | - [BUGFIX] Correct used less parser version | +| | - [BUGFIX] Make Less Parser PHP 7.3 compatible (#617) | +| | - [BUGFIX] Process fieldName correctly in flexform data processor | +| | - [BUGFIX] Correct docheader of CoreVersionCondition | +| | - [BUGFIX] Load extension configuration only when extensions are installed | +| | - [BUGFIX] Resolve deprecation for EXT:lang in TYPO3 v9.x | ++------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | 9.1.1 | - [FEATURE] Add typoscript condition to check typo3 core version | | | - [TASK] Use youtube-nocookie url in external media utility | | | - [BUGFIX] Use .typoscript fileeindng for configuratio files in TYPO3 >= 9.3 for external includes | diff --git a/Documentation/Settings.yml b/Documentation/Settings.yml index 113bf6ad8..fba662a08 100644 --- a/Documentation/Settings.yml +++ b/Documentation/Settings.yml @@ -6,8 +6,8 @@ conf.py: copyright: 2014 project: Bootstrap Package - version: 9.1.1 - release: 9.1.1 + version: 9.1.2 + release: 9.1.2 latex_documents: - - Index - BootstrapPackage.tex diff --git a/ext_emconf.php b/ext_emconf.php index 70bb1d6fe..d3401e309 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -36,5 +36,5 @@ 'author' => 'Benjamin Kott', 'author_email' => 'info@bk2k.info', 'author_company' => 'private', - 'version' => '9.1.1', + 'version' => '9.1.2', ];