From d34a866a7c1051bd78c00343ca36bd637419c319 Mon Sep 17 00:00:00 2001 From: Benjamin Kott Date: Sat, 15 Dec 2018 16:54:04 +0100 Subject: [PATCH] [RELEASE] Release of 10.0.5 - #623 --- Build/package.json | 2 +- CHANGELOG.md | 9 +++++++++ Documentation/AdministratorManual/ChangeLog/Index.rst | 4 ++++ Documentation/Settings.yml | 4 ++-- ext_emconf.php | 2 +- 5 files changed, 17 insertions(+), 4 deletions(-) diff --git a/Build/package.json b/Build/package.json index 8adfae6e3..244f2962f 100644 --- a/Build/package.json +++ b/Build/package.json @@ -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", diff --git a/CHANGELOG.md b/CHANGELOG.md index ef4396750..9c7f12395 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/Documentation/AdministratorManual/ChangeLog/Index.rst b/Documentation/AdministratorManual/ChangeLog/Index.rst index 27eb75191..aa6dbc45f 100644 --- a/Documentation/AdministratorManual/ChangeLog/Index.rst +++ b/Documentation/AdministratorManual/ChangeLog/Index.rst @@ -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 | diff --git a/Documentation/Settings.yml b/Documentation/Settings.yml index dcdf6d50e..4153ec4e0 100644 --- a/Documentation/Settings.yml +++ b/Documentation/Settings.yml @@ -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 diff --git a/ext_emconf.php b/ext_emconf.php index cf6006b59..71453754c 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -36,5 +36,5 @@ 'author' => 'Benjamin Kott', 'author_email' => 'info@bk2k.info', 'author_company' => 'private', - 'version' => '10.0.4', + 'version' => '10.0.5', ];