Skip to content

Commit

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

## TASK
- [TASK] Streamline changelog 6a38ec71
- [TASK] Add vscode to gitignore 1fff542c
- [TASK] Remove preferred install for typo3/cms 177f867e
- [TASK] Update Bootstrap 3.x to 3.4.0 3f29789a
- [TASK] Update npm dependencies be7e3a87
- [TASK] Update travis configuration 1aa31cef

## BUGFIX
- [BUGFIX] Correct used less parser version e3cdcbcc
- [BUGFIX] Make Less Parser PHP 7.3 compatible (#617) 26f53b25
- [BUGFIX] Process fieldName correctly in flexform data processor 4acdf9dd
- [BUGFIX] Correct docheader of CoreVersionCondition adf31f9c
- [BUGFIX] Load extension configuration only when extensions are installed 89316707
- [BUGFIX] Resolve deprecation for EXT:lang in TYPO3 v9.x 47d6a507

# 9.0.2

## FEATURE
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 @@ -20,6 +20,19 @@ Information.
+------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| Version | Changes |
+------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| 9.0.3 | - [TASK] Streamline changelog |
| | - [TASK] Add vscode 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 |
| | - [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.0.2 | - [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 |
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.2
release: 9.0.2
version: 9.0.3
release: 9.0.3
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' => 'info@bk2k.info',
'author_company' => 'private',
'version' => '9.0.2',
'version' => '9.0.3',
];

0 comments on commit f7fff0c

Please sign in to comment.