Skip to content

Commit

Permalink
[RELEASE] Release of 9.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Kott committed Dec 11, 2017
1 parent 1d479f9 commit 3fe7abd
Show file tree
Hide file tree
Showing 12 changed files with 34 additions and 11 deletions.
2 changes: 1 addition & 1 deletion Build/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"readme": "../README.rst",
"homepage": "http://www.bk2k.info",
"author": "Benjamin Kott",
"version": "9.0.0",
"version": "9.0.1",
"license": "MIT",
"devDependencies": {
"bootstrap": "3.3.7",
Expand Down
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
# 9.0.1

## BREAKING
- [!!!][BUGFIX] Make DataRelationViewHelper compatible with doctrine. 5c554ac

## TASK
- [TASK] Move CMS9 backend branding to service that is only called on installation 1d479f9
- [TASK] Move icon registration to localconf 4a49fa0
- [TASK] Exclude php less libary from extension scanner 144c4f6
- [TASK] Remove correct addStaticFile function from extension scanner 2a0c745

## BUGFIX
- [!!!][BUGFIX] Make DataRelationViewHelper compatible with doctrine. 5c554ac
- [BUGFIX] Ensure page layout class is never empty 20709de

# 9.0.0

## BREAKING
Expand Down
8 changes: 8 additions & 0 deletions Documentation/AdministratorManual/ChangeLog/Index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,14 @@ Information.
+------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| Version | Changes |
+------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| 9.0.1 | - [!!!][BUGFIX] Make DataRelationViewHelper compatible with doctrine. |
| | - [TASK] Move CMS9 backend branding to service that is only called on installation |
| | - [TASK] Move icon registration to localconf |
| | - [TASK] Exclude php less libary from extension scanner |
| | - [TASK] Remove correct addStaticFile function from extension scanner |
| | - [!!!][BUGFIX] Make DataRelationViewHelper compatible with doctrine. |
| | - [BUGFIX] Ensure page layout class is never empty |
+------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| 9.0.0 | - [!!!][TASK] Remove obsolete pagetype popup - fixes #476 |
| | - [!!!][FEATURE] Make css classes of footer columns directly addressable |
| | - [!!!][TASK] Remove fallback menu processor since it was merged into TYPO3 core |
Expand Down
4 changes: 2 additions & 2 deletions Documentation/Settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
conf.py:
copyright: 2014
project: Bootstrap Package
version: 9.0.0
release: 9.0.0
version: 9.0.1
release: 9.0.1
latex_documents:
- - Index
- BootstrapPackage.tex
Expand Down
2 changes: 1 addition & 1 deletion Resources/Public/JavaScript/Dist/bootstrap.lightbox.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Resources/Public/JavaScript/Dist/bootstrap.navbar.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Resources/Public/JavaScript/Dist/bootstrap.popover.min.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* Bootstrap Package v9.0.0 (http://www.bk2k.info)
* Bootstrap Package v9.0.1 (http://www.bk2k.info)
* Copyright 2014-2017 Benjamin Kott
* Licensed under the MIT license
*/
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* Bootstrap Package v9.0.0 (http://www.bk2k.info)
* Bootstrap Package v9.0.1 (http://www.bk2k.info)
* Copyright 2014-2017 Benjamin Kott
* Licensed under the MIT license
*/
Expand Down
2 changes: 1 addition & 1 deletion Resources/Public/JavaScript/Dist/bootstrap.swipe.min.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* Bootstrap Package v9.0.0 (http://www.bk2k.info)
* Bootstrap Package v9.0.1 (http://www.bk2k.info)
* Copyright 2014-2017 Benjamin Kott
* Licensed under the MIT license
*/
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,5 @@
'author' => 'Benjamin Kott',
'author_email' => '[email protected]',
'author_company' => 'private',
'version' => '9.0.0',
'version' => '9.0.1',
];

0 comments on commit 3fe7abd

Please sign in to comment.