Skip to content

Commit

Permalink
[RELEASE] Release of 7.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Kott committed Jan 12, 2017
1 parent 0535f53 commit 0a34ce7
Show file tree
Hide file tree
Showing 13 changed files with 31 additions and 18 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": "7.0.4",
"version": "7.0.5",
"authors": [{
"name": "Benjamin Kott <info@bk2k.info>",
"role": "Developer",
Expand Down
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.4",
"version": "7.0.5",
"license": "MIT",
"devDependencies": {
"grunt": "~0.4.5",
Expand Down
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# 7.0.5

## RELEASE
- [RELEASE] Release of 7.0.5 cb791e3

## BUGFIX
- [BUGFIX] Adapt link tag parsing for RTE fields 0535f53
- [BUGFIX] Correct changelog 2e5eacd

# 7.0.4

## RELEASE
Expand Down
4 changes: 4 additions & 0 deletions Documentation/AdministratorManual/ChangeLog/Index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ Information.
+------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| Version | Changes |
+------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| 7.0.5 | - [RELEASE] Release of 7.0.5 |
| | - [BUGFIX] Adapt link tag parsing for RTE fields |
| | - [BUGFIX] Correct changelog |
+------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| 7.0.4 | - [RELEASE] Release of 7.0.4 |
| | - [TASK] Optimize travis and composer configuration for automatic ter uploading |
| | - [TASK] remove uniqueLinkVars (#407) |
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.4
release: 7.0.5
latex_documents:
- - Index
- BootstrapPackage.tex
Expand Down
4 changes: 2 additions & 2 deletions 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,6 +1,6 @@
/*!
* Bootstrap Package v7.0.4 (http://www.bk2k.info)
* Copyright 2014-2016 Benjamin Kott
* Bootstrap Package v7.0.5 (http://www.bk2k.info)
* Copyright 2014-2017 Benjamin Kott
* Licensed under the MIT license
*/
$(function(){$(".navbar-collapse").on("show.bs.collapse",function(){$(".navbar-toggle").removeClass("collapsed")}).on("hide.bs.collapse",function(){$(".navbar-toggle").addClass("collapsed")})});
4 changes: 2 additions & 2 deletions Resources/Public/JavaScript/Dist/bootstrap.popover.min.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
* Bootstrap Package v7.0.4 (http://www.bk2k.info)
* Copyright 2014-2016 Benjamin Kott
* Bootstrap Package v7.0.5 (http://www.bk2k.info)
* Copyright 2014-2017 Benjamin Kott
* Licensed under the MIT license
*/
$(function(){$('[data-toggle="popover"]').popover()});
4 changes: 2 additions & 2 deletions Resources/Public/JavaScript/Dist/bootstrap.swipe.min.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
* Bootstrap Package v7.0.4 (http://www.bk2k.info)
* Copyright 2014-2016 Benjamin Kott
* Bootstrap Package v7.0.5 (http://www.bk2k.info)
* Copyright 2014-2017 Benjamin Kott
* Licensed under the MIT license
*/
$(function(){function a(a){b&&(a.stopPropagation(),a.preventDefault()),b=!1}var b=!1;$(".carousel").each(function(){var a=new Hammer(this);a.on("swipeleft swiperight release",function(c){"swipeleft"===c.type&&(b=!0,$(a.element).carousel("next")),"swiperight"===c.type&&(b=!0,$(a.element).carousel("prev"))})}),$(document).on("click",a)});
4 changes: 2 additions & 2 deletions 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,6 +1,6 @@
/*!
* Bootstrap Package v7.0.4 (http://www.bk2k.info)
* Copyright 2014-2016 Benjamin Kott
* Bootstrap Package v7.0.5 (http://www.bk2k.info)
* Copyright 2014-2017 Benjamin Kott
* Licensed under the MIT license
*/
!function(){if("-ms-user-select"in document.documentElement.style&&navigator.userAgent.match(/IEMobile\/10\.0/)){var a=document.createElement("style");a.appendChild(document.createTextNode("@-ms-viewport{width:auto!important}")),document.getElementsByTagName("head")[0].appendChild(a)}}();
2 changes: 1 addition & 1 deletion ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@
'author' => 'Benjamin Kott',
'author_email' => 'info@bk2k.info',
'author_company' => 'private',
'version' => '7.0.4',
'version' => '7.0.5',
);

0 comments on commit 0a34ce7

Please sign in to comment.