Skip to content

Commit

Permalink
[RELEASE] Release of 9.1.2 - #623
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminkott committed Dec 15, 2018
1 parent 1fe8f4b commit e9fb7d5
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.1.1",
"version": "9.1.2",
"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.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
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.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 |
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.1.1
release: 9.1.1
version: 9.1.2
release: 9.1.2
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.1.1',
'version' => '9.1.2',
];

0 comments on commit e9fb7d5

Please sign in to comment.