Skip to content

Commit

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

## TASK
- [TASK] Update Less Parser 2a911b26
- [TASK] Update bootstrap to 3.4.0 5d340e09
- [TASK] Update jquery and hammer js 08febc1b
- [TASK] Streamline changelog bfa13fda
- [TASK] Update npm dependencies bc2f99f3
- [TASK] Update travis configuration b9010c27
- [TASK] Use youtube-nocookie url in external media utility 953d1a56

## BUGFIX
- [BUGFIX] Add type to linkVars language parameter 1726a18c

# 7.0.5

## BUGFIX
Expand Down
9 changes: 9 additions & 0 deletions Documentation/AdministratorManual/ChangeLog/Index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,15 @@ Information.
+------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| Version | Changes |
+------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| 7.0.6 | - [TASK] Update Less Parser |
| | - [TASK] Update bootstrap to 3.4.0 |
| | - [TASK] Update jquery and hammer js |
| | - [TASK] Streamline changelog |
| | - [TASK] Update npm dependencies |
| | - [TASK] Update travis configuration |
| | - [TASK] Use youtube-nocookie url in external media utility |
| | - [BUGFIX] Add type to linkVars language parameter |
+------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| 7.0.5 | - [BUGFIX] Adapt link tag parsing for RTE fields |
| | - [BUGFIX] Correct changelog |
+------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
Expand Down
2 changes: 1 addition & 1 deletion Documentation/Settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ conf.py:
copyright: 2014
project: Bootstrap Package
version: 1.0
release: 7.0.5
release: 7.0.6
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 @@ -35,5 +35,5 @@
'author' => 'Benjamin Kott',
'author_email' => 'info@bk2k.info',
'author_company' => 'private',
'version' => '7.0.5',
'version' => '7.0.6',
];

0 comments on commit 4c130e9

Please sign in to comment.