Skip to content

Commit

Permalink
[RELEASE] Release of 8.0.7 - #623
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminkott committed Dec 15, 2018
1 parent 2fa4d05 commit 4be5eaf
Show file tree
Hide file tree
Showing 5 changed files with 34 additions and 4 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": "8.0.6",
"version": "8.0.7",
"license": "MIT",
"devDependencies": {
"bootstrap": "^3.4.0",
Expand Down
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
# 8.0.7

## TASK
- [TASK] Streamline changelog 2fa4d056
- [TASK] Add vscode directory to gitignore ec221a36
- [TASK] Remove preferred install for typo3/cms 25ec1161
- [TASK] Update Bootstrap 3.x to 3.4.0 4949fdba
- [TASK] Update npm dependencies 9d739e78
- [TASK] Update travis configuration 6e5a9ee0
- [TASK] Use youtube-nocookie url in external media utility e65aafea

## BUGFIX
- [BUGFIX] Correct used less parser version a9a1bee0
- [BUGFIX] Correct paths to fonts b8000952
- [BUGFIX] Make Less Parser PHP 7.3 compatible (#617) 641bdeef
- [BUGFIX] Process fieldName correctly in flexform data processor e32ae9b1

# 8.0.6

## BREAKING
Expand Down
13 changes: 13 additions & 0 deletions Documentation/AdministratorManual/ChangeLog/Index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,19 @@ Information.

+------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| Version | Changes |
+------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| 8.0.7 | - [TASK] Streamline changelog |
| | - [TASK] Add vscode directory to gitignore |
| | - [TASK] Remove preferred install for typo3/cms |
| | - [TASK] Update Bootstrap 3.x to 3.4.0 |
| | - [TASK] Update npm dependencies |
| | - [TASK] Update travis configuration |
| | - [TASK] Use youtube-nocookie url in external media utility |
| | - [BUGFIX] Correct used less parser version |
| | - [BUGFIX] Correct paths to fonts |
| | - [BUGFIX] Make Less Parser PHP 7.3 compatible (#617) |
| | - [BUGFIX] Process fieldName correctly in flexform data processor |
+------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| 8.0.6 | - [!!!][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 |
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: 8.0.6
release: 8.0.6
version: 8.0.7
release: 8.0.7
latex_documents:
- - Index
- BootstrapPackage.tex
Expand Down
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' => '8.0.6',
'version' => '8.0.7',
];

0 comments on commit 4be5eaf

Please sign in to comment.