Skip to content

Commit

Permalink
[RELEASE] Release of 8.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Kott committed Oct 23, 2017
1 parent a3ed93d commit 67c6239
Show file tree
Hide file tree
Showing 14 changed files with 56 additions and 13 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": "8.0.3",
"version": "8.0.4",
"license": "MIT",
"devDependencies": {
"bootstrap": "3.3.7",
Expand Down
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,27 @@
# 8.0.4

## TASK
- [TASK] Use initialize arguments instead of render arguments in FalViewHelper a3ed93d
- [TASK] Use initialize arguments instead of render arguments in DataRelationViewHelper 8e4e514
- [TASK] Use initialize arguments instead of render arguments in ExplodeViewHelper e5592be
- [TASK] Use initialize arguments instead of render arguments in ExternalMediaViewHelper 404e949
- [TASK] Use initialize arguments instead of render arguments in LastImageInfoViewHelper 66edcd7
- [TASK] Ensure link target attribute is only rendered if target is set - fixes #468 e33ef8b

## BUGFIX
- [BUGFIX] Correct preview template assignments for listgroup and external_media 3135a76
- [BUGFIX] Set default value for tt_content reference fields in *_item tables (#482) f55fbaa
- [BUGFIX] Correct indention in generic template cf1a610
- [BUGFIX] Correct rendering method of LastImageInfoVIewHelper 5145ed4
- [BUGFIX] Add parseFunc handling to pre tags 9cce8e9
- [BUGFIX] Limit media element to youtube and vimeo 4cc811b
- [BUGFIX] Display cropping variants for textmedia - fixes #438 df2ec1c
- [BUGFIX] Fix sys_language_uid when adding item to translated tt_content (#458) c47e848
- [BUGFIX] Only show content in MenuSectionPages that is marked for section index - fixes #466 b1ff52c
- [BUGFIX] Close tags in meta menu properly - fixes #469 e8ee601
- [BUGFIX] Remove unused constant assignments - fixes #477 e3775f0
- [BUGFIX] Remove wrong placed comma in navbar less file - fixes #460 a8a1a39

# 8.0.3

## BUGFIX
Expand Down
19 changes: 19 additions & 0 deletions Documentation/AdministratorManual/ChangeLog/Index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,25 @@ Information.
+------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| Version | Changes |
+------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| 8.0.4 | - [TASK] Use initialize arguments instead of render arguments in FalViewHelper |
| | - [TASK] Use initialize arguments instead of render arguments in DataRelationViewHelper |
| | - [TASK] Use initialize arguments instead of render arguments in ExplodeViewHelper |
| | - [TASK] Use initialize arguments instead of render arguments in ExternalMediaViewHelper |
| | - [TASK] Use initialize arguments instead of render arguments in LastImageInfoViewHelper |
| | - [TASK] Ensure link target attribute is only rendered if target is set - fixes #468 |
| | - [BUGFIX] Correct preview template assignments for listgroup and external_media |
| | - [BUGFIX] Set default value for tt_content reference fields in *_item tables (#482) |
| | - [BUGFIX] Correct indention in generic template |
| | - [BUGFIX] Correct rendering method of LastImageInfoVIewHelper |
| | - [BUGFIX] Add parseFunc handling to pre tags |
| | - [BUGFIX] Limit media element to youtube and vimeo |
| | - [BUGFIX] Display cropping variants for textmedia - fixes #438 |
| | - [BUGFIX] Fix sys_language_uid when adding item to translated tt_content (#458) |
| | - [BUGFIX] Only show content in MenuSectionPages that is marked for section index - fixes #466 |
| | - [BUGFIX] Close tags in meta menu properly - fixes #469 |
| | - [BUGFIX] Remove unused constant assignments - fixes #477 |
| | - [BUGFIX] Remove wrong placed comma in navbar less file - fixes #460 |
+------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| 8.0.3 | - [BUGFIX] Prepare colPos field for proper quoting (#452) |
| | - [BUGFIX] Correct texticon preview paths on windows |
+------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
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: 8.0.3
release: 8.0.3
version: 8.0.4
release: 8.0.4
latex_documents:
- - Index
- BootstrapPackage.tex
Expand Down
2 changes: 1 addition & 1 deletion Resources/Public/JavaScript/Dist/bootstrap.lightbox.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* Bootstrap Package v8.0.3 (http://www.bk2k.info)
* Bootstrap Package v8.0.4 (http://www.bk2k.info)
* Copyright 2014-2017 Benjamin Kott
* Licensed under the MIT license
*/
Expand Down
2 changes: 1 addition & 1 deletion Resources/Public/JavaScript/Dist/bootstrap.popover.min.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* Bootstrap Package v8.0.3 (http://www.bk2k.info)
* Bootstrap Package v8.0.4 (http://www.bk2k.info)
* Copyright 2014-2017 Benjamin Kott
* Licensed under the MIT license
*/
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* Bootstrap Package v8.0.3 (http://www.bk2k.info)
* Bootstrap Package v8.0.4 (http://www.bk2k.info)
* Copyright 2014-2017 Benjamin Kott
* Licensed under the MIT license
*/
Expand Down
2 changes: 1 addition & 1 deletion Resources/Public/JavaScript/Dist/bootstrap.swipe.min.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* Bootstrap Package v8.0.3 (http://www.bk2k.info)
* Bootstrap Package v8.0.4 (http://www.bk2k.info)
* Copyright 2014-2017 Benjamin Kott
* Licensed under the MIT license
*/
Expand Down
2 changes: 1 addition & 1 deletion Resources/Public/JavaScript/Dist/jquery.equalheight.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* Bootstrap Package v8.0.3 (http://www.bk2k.info)
* Bootstrap Package v8.0.4 (http://www.bk2k.info)
* Copyright 2014-2017 Benjamin Kott
* Licensed under the MIT license
*/
Expand Down
2 changes: 1 addition & 1 deletion ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
'author' => 'Benjamin Kott',
'author_email' => '[email protected]',
'author_company' => 'private',
'version' => '8.0.3',
'version' => '8.0.4',
];

0 comments on commit 67c6239

Please sign in to comment.