Skip to content

Commit

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

## TASK
- [TASK] Add vscode to gitignore dddc1e66
- [TASK] Update Bootstrap 3.x to 3.4.0 cdb0350c

## BUGFIX
- [BUGFIX] Make Less Parser PHP 7.3 compatible (#617) d3c104dd

# 10.0.4

## FEATURE
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 |
+------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| 10.0.5 | - [TASK] Add vscode to gitignore |
| | - [TASK] Update Bootstrap 3.x to 3.4.0 |
| | - [BUGFIX] Make Less Parser PHP 7.3 compatible (#617) |
+------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| 10.0.4 | - [FEATURE] Collapsible in accordion should scroll to the top of its contents (#589) |
| | - [TASK] Update leafo/scssphp to v0.7.7 - fixes #612 |
| | - [TASK] Name hooks and always register them, regardless of context |
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: 10.0.4
release: 10.0.4
version: 10.0.5
release: 10.0.5
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 @@ -36,5 +36,5 @@
'author' => 'Benjamin Kott',
'author_email' => '[email protected]',
'author_company' => 'private',
'version' => '10.0.4',
'version' => '10.0.5',
];

0 comments on commit d34a866

Please sign in to comment.