Skip to content

Commit

Permalink
[RELEASE] Release of 6.2.16
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Kott committed Jun 15, 2016
1 parent 6371012 commit bcf274c
Show file tree
Hide file tree
Showing 6 changed files with 32 additions and 41 deletions.
2 changes: 1 addition & 1 deletion Build/bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bootstrap-package",
"version": "6.2.16-dev",
"version": "6.2.16",
"authors": [{
"name": "Benjamin Kott <benjamin.kott@outlook.com>",
"role": "Developer",
Expand Down
4 changes: 2 additions & 2 deletions 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-dev",
"version": "6.2.16",
"license": "MIT",
"devDependencies": {
"grunt": "~0.4.5",
Expand All @@ -17,4 +17,4 @@
"grunt-npm-install": "^0.2.0",
"grunt-bower-just-install": "0.0.3"
}
}
}
3 changes: 3 additions & 0 deletions Documentation/AdministratorManual/ChangeLog/Index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ Information.
======= =========================================================================================================================
Version Changes
======= =========================================================================================================================
6.2.16 - [SECURITY] 6.2.16 security changes - TYPO3-EXT-SA-2016-018: Cross-Site Scripting
- [BUGFIX] Only check for TYPO3 6.2 and 7.6
- [BUGFIX] Remove vendor dir from php lint tests
6.2.15 - [BUGFIX] Make class.ext_update.php work on PHP <5.5 as well
- [BUGFIX] Use correct assignment for TypoScript value
- [BUGFIX] Use camel caps format for functions in external media utility
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-dev
release: 6.2.16
latex_documents:
- - Index
- BootstrapPackage.tex
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"support": {
"issues": "https://github.com/benjaminkott/bootstrap_package/issues"
},
"version": "6.2.16-dev",
"version": "6.2.16",
"require-dev": {
"squizlabs/php_codesniffer": "2.*"
},
Expand Down
60 changes: 24 additions & 36 deletions ext_emconf.php

Large diffs are not rendered by default.

0 comments on commit bcf274c

Please sign in to comment.