Skip to content

Commit

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

## TASK
- [TASK] Update Less Parser 20ad93c1
- [TASK] Add changelog and streamline version numbers to current release 535114b1
- [TASK] Update bootstrap to 3.4.0 aabd135a
- [TASK] Update jquery to 2.0.8 101160be
- [TASK] Update jquery to 3.3.1 b416ddff
- [TASK] Update npm dependencies 2e4df494
- [TASK] Remove php 5.3 from travis, not available anymore a9be7b2f
- [TASK] Update composer settings 38744bf2
- [TASK] Update travis configuration 0d7c3b67

## BUGFIX
- [BUGFIX] Apply htmlSpecialChars only on subheader user generated content (#555) bb5a1730
- [BUGFIX] Correct og:image setup height (#478) c4f71ee9

# 6.2.16

## BUGFIX
Expand Down
12 changes: 12 additions & 0 deletions Documentation/AdministratorManual/ChangeLog/Index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,18 @@ Information.
+------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| Version | Changes |
+------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| 6.2.17 | - [TASK] Update Less Parser |
| | - [TASK] Add changelog and streamline version numbers to current release |
| | - [TASK] Update bootstrap to 3.4.0 |
| | - [TASK] Update hammerjs to 2.0.8 |
| | - [TASK] Update jquery to 3.3.1 |
| | - [TASK] Update npm dependencies |
| | - [TASK] Remove php 5.3 from travis, not available anymore |
| | - [TASK] Update composer settings |
| | - [TASK] Update travis configuration |
| | - [BUGFIX] Apply htmlSpecialChars only on subheader user generated content (#555) |
| | - [BUGFIX] Correct og:image setup height (#478) |
+------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| 6.2.16 | - [BUGFIX] Only check for TYPO3 6.2 and 7.6 |
| | - [BUGFIX] Remove vendor dir from php lint tests |
| | - [SECURITY] 6.2.16 security changes |
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: 6.2.16
release: 6.2.17
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 @@ -25,5 +25,5 @@
'author' => 'Benjamin Kott',
'author_email' => '[email protected]',
'author_company' => 'private',
'version' => '6.2.16',
'version' => '6.2.17',
);

0 comments on commit 7cb9e05

Please sign in to comment.