Skip to content

Commit

Permalink
[RELEASE] Release of 7.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Kott committed Dec 27, 2016
1 parent f61e3f8 commit a93679d
Show file tree
Hide file tree
Showing 14 changed files with 1,431 additions and 396 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.3",
"version": "7.0.4",
"authors": [{
"name": "Benjamin Kott <info@bk2k.info>",
"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": "7.0.3",
"version": "7.0.4",
"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"
}
}
}
777 changes: 777 additions & 0 deletions CHANGELOG.md

Large diffs are not rendered by default.

1,022 changes: 640 additions & 382 deletions Documentation/AdministratorManual/ChangeLog/Index.rst

Large diffs are not rendered by default.

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.3
release: 7.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 v7.0.3 (http://www.bk2k.info)
* Bootstrap Package v7.0.4 (http://www.bk2k.info)
* Copyright 2014-2016 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 v7.0.3 (http://www.bk2k.info)
* Bootstrap Package v7.0.4 (http://www.bk2k.info)
* Copyright 2014-2016 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 v7.0.3 (http://www.bk2k.info)
* Bootstrap Package v7.0.4 (http://www.bk2k.info)
* Copyright 2014-2016 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 v7.0.3 (http://www.bk2k.info)
* Bootstrap Package v7.0.4 (http://www.bk2k.info)
* Copyright 2014-2016 Benjamin Kott
* Licensed under the MIT license
*/
Expand Down
2 changes: 1 addition & 1 deletion Resources/Public/JavaScript/Src/jquery.equalheight.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* ==========================================================================================
* Bootstrap Package: jquery.equalheight.js v7.0.3
* Bootstrap Package: jquery.equalheight.js v7.0.4
* -----------
* Measure height of columns in a row and set their height to the tallest one.
*
Expand Down
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.3',
'version' => '7.0.4',
);

0 comments on commit a93679d

Please sign in to comment.