From 86bdd2dec46ddc0c25c65b4695160ae14b3b4679 Mon Sep 17 00:00:00 2001 From: Benjamin Kott Date: Tue, 30 May 2017 19:28:16 +0200 Subject: [PATCH] [RELEASE] Release of 8.0.1 --- Build/package.json | 2 +- CHANGELOG.md | 30 +++++++++++++++++++ .../AdministratorManual/ChangeLog/Index.rst | 21 +++++++++++++ Documentation/Settings.yml | 4 +-- .../JavaScript/Dist/bootstrap.lightbox.min.js | 2 +- .../Dist/bootstrap.navbartoggle.min.js | 2 +- .../JavaScript/Dist/bootstrap.popover.min.js | 2 +- .../Dist/bootstrap.smoothscroll.min.js | 2 +- .../Dist/bootstrap.stickyheader.min.js | 2 +- .../JavaScript/Dist/bootstrap.swipe.min.js | 2 +- .../JavaScript/Dist/jquery.equalheight.min.js | 2 +- .../Dist/jquery.responsiveimages.min.js | 2 +- .../Dist/windowsphone-viewportfix.min.js | 2 +- ext_emconf.php | 2 +- 14 files changed, 64 insertions(+), 13 deletions(-) diff --git a/Build/package.json b/Build/package.json index 10655197d..793e8cf57 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": "8.0.0", + "version": "8.0.1", "license": "MIT", "devDependencies": { "bootstrap": "3.3.7", diff --git a/CHANGELOG.md b/CHANGELOG.md index 59f6c37cc..a7fb371de 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,33 @@ +# 8.0.1 + +## FEATURE +- [FEATURE] Enable cropping of carousel background image e336b75 +- [FEATURE] Enable cropping for image in carousel eb93ef8 + +## TASK +- [TASK] Remove release commit from changelog 771b398 +- [TASK] Replace unwanted characters in commit messages 3c02852 +- [TASK] Add composer changelog script 4ad28ba +- [TASK] Streamline version of documentation d602c3d +- [TASK] Add composer version script 1f132a9 +- [TASK] Cleanup code formatting for palette configuration bd8451b +- [TASK] Use php-cs-fixer instead of php-codesniffer 5e91b6e +- [TASK] Adjust composer keywords 6ab10af +- [TASK] Raise php dependency to 7.x 3ca8672 +- [TASK] Remove not working ter upload eae707f +- [TASK] Add typo3 8.7 to travis a5db121 + +## BUGFIX +- [BUGFIX] Correct sys_file_referece palettes for tab items f7a37b4 +- [BUGFIX] Correct sys_file_referece palettes for accordion items 5845294 +- [BUGFIX] Use override child tca for carousel background image 4a370fb +- [BUGFIX] Correct value type of data-wrap for bootstrap carousels - fixes #437 56c9141 +- [BUGFIX] Remove conflicting btn stylings for legacy rtehtmlarea - fixes #447 81f6fbf +- [BUGFIX] Correct dependencies for typo3 cms 9.x 72884fb + +## MISC +- Use correct closing tag 35c3df6 + # 8.0.0 ## BREAKING diff --git a/Documentation/AdministratorManual/ChangeLog/Index.rst b/Documentation/AdministratorManual/ChangeLog/Index.rst index 5763c47ca..f4af33a4b 100644 --- a/Documentation/AdministratorManual/ChangeLog/Index.rst +++ b/Documentation/AdministratorManual/ChangeLog/Index.rst @@ -20,6 +20,27 @@ Information. +------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | Version | Changes | +------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ +| 8.0.1 | - [FEATURE] Enable cropping of carousel background image | +| | - [FEATURE] Enable cropping for image in carousel | +| | - [TASK] Remove release commit from changelog | +| | - [TASK] Replace unwanted characters in commit messages | +| | - [TASK] Add composer changelog script | +| | - [TASK] Streamline version of documentation | +| | - [TASK] Add composer version script | +| | - [TASK] Cleanup code formatting for palette configuration | +| | - [TASK] Use php-cs-fixer instead of php-codesniffer | +| | - [TASK] Adjust composer keywords | +| | - [TASK] Raise php dependency to 7.x | +| | - [TASK] Remove not working ter upload | +| | - [TASK] Add typo3 8.7 to travis | +| | - [BUGFIX] Correct sys_file_referece palettes for tab items | +| | - [BUGFIX] Correct sys_file_referece palettes for accordion items | +| | - [BUGFIX] Use override child tca for carousel background image | +| | - [BUGFIX] Correct value type of data-wrap for bootstrap carousels - fixes #437 | +| | - [BUGFIX] Remove conflicting btn stylings for legacy rtehtmlarea - fixes #447 | +| | - [BUGFIX] Correct dependencies for typo3 cms 9.x | +| | - Use correct closing tag | ++------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | 8.0.0 | - [!!!][TASK] Drop obsolete var viewhelper - use f:variable instead | | | - [FEATURE] Enable compression of generated css files | | | - [FEATURE] Add bootstrap responsive wrapper to table ce - fixes #385 | diff --git a/Documentation/Settings.yml b/Documentation/Settings.yml index 2b78e6722..25d5e1ca8 100644 --- a/Documentation/Settings.yml +++ b/Documentation/Settings.yml @@ -6,8 +6,8 @@ conf.py: copyright: 2014 project: Bootstrap Package - version: 8.0.0 - release: 8.0.0 + version: 8.0.1 + release: 8.0.1 latex_documents: - - Index - BootstrapPackage.tex diff --git a/Resources/Public/JavaScript/Dist/bootstrap.lightbox.min.js b/Resources/Public/JavaScript/Dist/bootstrap.lightbox.min.js index ceecf8984..d5f476a2d 100644 --- a/Resources/Public/JavaScript/Dist/bootstrap.lightbox.min.js +++ b/Resources/Public/JavaScript/Dist/bootstrap.lightbox.min.js @@ -1,5 +1,5 @@ /*! - * Bootstrap Package v8.0.0 (http://www.bk2k.info) + * Bootstrap Package v8.0.1 (http://www.bk2k.info) * Copyright 2014-2017 Benjamin Kott * Licensed under the MIT license */ diff --git a/Resources/Public/JavaScript/Dist/bootstrap.navbartoggle.min.js b/Resources/Public/JavaScript/Dist/bootstrap.navbartoggle.min.js index 3d8301e26..64140c3bf 100644 --- a/Resources/Public/JavaScript/Dist/bootstrap.navbartoggle.min.js +++ b/Resources/Public/JavaScript/Dist/bootstrap.navbartoggle.min.js @@ -1,5 +1,5 @@ /*! - * Bootstrap Package v8.0.0 (http://www.bk2k.info) + * Bootstrap Package v8.0.1 (http://www.bk2k.info) * Copyright 2014-2017 Benjamin Kott * Licensed under the MIT license */ diff --git a/Resources/Public/JavaScript/Dist/bootstrap.popover.min.js b/Resources/Public/JavaScript/Dist/bootstrap.popover.min.js index 0fc54865a..59ce5faf5 100644 --- a/Resources/Public/JavaScript/Dist/bootstrap.popover.min.js +++ b/Resources/Public/JavaScript/Dist/bootstrap.popover.min.js @@ -1,5 +1,5 @@ /*! - * Bootstrap Package v8.0.0 (http://www.bk2k.info) + * Bootstrap Package v8.0.1 (http://www.bk2k.info) * Copyright 2014-2017 Benjamin Kott * Licensed under the MIT license */ diff --git a/Resources/Public/JavaScript/Dist/bootstrap.smoothscroll.min.js b/Resources/Public/JavaScript/Dist/bootstrap.smoothscroll.min.js index f48c3fbb1..5ac8fd443 100644 --- a/Resources/Public/JavaScript/Dist/bootstrap.smoothscroll.min.js +++ b/Resources/Public/JavaScript/Dist/bootstrap.smoothscroll.min.js @@ -1,5 +1,5 @@ /*! - * Bootstrap Package v8.0.0 (http://www.bk2k.info) + * Bootstrap Package v8.0.1 (http://www.bk2k.info) * Copyright 2014-2017 Benjamin Kott * Licensed under the MIT license */ diff --git a/Resources/Public/JavaScript/Dist/bootstrap.stickyheader.min.js b/Resources/Public/JavaScript/Dist/bootstrap.stickyheader.min.js index 0a57e741a..902f89cd5 100644 --- a/Resources/Public/JavaScript/Dist/bootstrap.stickyheader.min.js +++ b/Resources/Public/JavaScript/Dist/bootstrap.stickyheader.min.js @@ -1,5 +1,5 @@ /*! - * Bootstrap Package v8.0.0 (http://www.bk2k.info) + * Bootstrap Package v8.0.1 (http://www.bk2k.info) * Copyright 2014-2017 Benjamin Kott * Licensed under the MIT license */ diff --git a/Resources/Public/JavaScript/Dist/bootstrap.swipe.min.js b/Resources/Public/JavaScript/Dist/bootstrap.swipe.min.js index 02c26f573..4a0022bc6 100644 --- a/Resources/Public/JavaScript/Dist/bootstrap.swipe.min.js +++ b/Resources/Public/JavaScript/Dist/bootstrap.swipe.min.js @@ -1,5 +1,5 @@ /*! - * Bootstrap Package v8.0.0 (http://www.bk2k.info) + * Bootstrap Package v8.0.1 (http://www.bk2k.info) * Copyright 2014-2017 Benjamin Kott * Licensed under the MIT license */ diff --git a/Resources/Public/JavaScript/Dist/jquery.equalheight.min.js b/Resources/Public/JavaScript/Dist/jquery.equalheight.min.js index 589aa65d9..5ac3646a7 100644 --- a/Resources/Public/JavaScript/Dist/jquery.equalheight.min.js +++ b/Resources/Public/JavaScript/Dist/jquery.equalheight.min.js @@ -1,5 +1,5 @@ /*! - * Bootstrap Package v8.0.0 (http://www.bk2k.info) + * Bootstrap Package v8.0.1 (http://www.bk2k.info) * Copyright 2014-2017 Benjamin Kott * Licensed under the MIT license */ diff --git a/Resources/Public/JavaScript/Dist/jquery.responsiveimages.min.js b/Resources/Public/JavaScript/Dist/jquery.responsiveimages.min.js index 1b8557cf9..0581ff88a 100644 --- a/Resources/Public/JavaScript/Dist/jquery.responsiveimages.min.js +++ b/Resources/Public/JavaScript/Dist/jquery.responsiveimages.min.js @@ -1,5 +1,5 @@ /*! - * Bootstrap Package v8.0.0 (http://www.bk2k.info) + * Bootstrap Package v8.0.1 (http://www.bk2k.info) * Copyright 2014-2017 Benjamin Kott * Licensed under the MIT license */ diff --git a/Resources/Public/JavaScript/Dist/windowsphone-viewportfix.min.js b/Resources/Public/JavaScript/Dist/windowsphone-viewportfix.min.js index 1705dc202..46b029299 100644 --- a/Resources/Public/JavaScript/Dist/windowsphone-viewportfix.min.js +++ b/Resources/Public/JavaScript/Dist/windowsphone-viewportfix.min.js @@ -1,5 +1,5 @@ /*! - * Bootstrap Package v8.0.0 (http://www.bk2k.info) + * Bootstrap Package v8.0.1 (http://www.bk2k.info) * Copyright 2014-2017 Benjamin Kott * Licensed under the MIT license */ diff --git a/ext_emconf.php b/ext_emconf.php index 1ca118973..752cc95ec 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -32,5 +32,5 @@ 'author' => 'Benjamin Kott', 'author_email' => 'info@bk2k.info', 'author_company' => 'private', - 'version' => '8.0.0', + 'version' => '8.0.1', ];