Skip to content

Commit

Permalink
[RELEASE] v10.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminkott committed Jul 14, 2019
1 parent 7a7b685 commit f805ed1
Show file tree
Hide file tree
Showing 5 changed files with 123 additions and 89 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.6",
"version": "10.0.7",
"license": "MIT",
"devDependencies": {
"bootstrap": "^4.3.1",
Expand Down
31 changes: 31 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,34 @@
# 10.0.7

## FEATURE
- [FEATURE] Allow processing of configured file types (#709) abe71e74

## TASK
- [TASK] Bumb bootstrap3 to 3.4.1 f305b768
- [TASK] Bumb popperjs to 1.15.0 9e59584b
- [TASK] Bumb cookieconsent to 3.1.1 6de2c36b
- [TASK] Bumb jQuery to 3.4.1 c539c675
- [TASK] Update ddev to 1.9.1 b0b54d8c
- [TASK] Update ddev to 1.8.0 ad0c0868
- [TASK] Update ddev to 1.7.1 814eb033
- [TASK] Remove obsolete release scripts 414570f5

## BUGFIX
- [BUGFIX] Make UpgradeWizards repeatable (#721) 7a7b6853
- [BUGFIX] Add missing aria-label translations for breadcrumb and nav toggle 5306cd8f
- [BUGFIX] Correct false typoscript default for 'custom-select-indicator' (#724) e662a4cd
- [BUGFIX] Avoid spooky random fluid compilation errors 1ca80a0b
- [BUGFIX] Avoid card-header link color inheritance 13009297
- [BUGFIX] Add remove obsolete comma a5b67089
- [BUGFIX] Add missing default parameter for icongroup dbf32f06
- [BUGFIX] Add fontloader css and js only to header if content exists - fixes #703 b797b1f6
- [BUGFIX] Make cookieconsent variables overwriteable - fixes #704 80668dfa
- [BUGFIX] Add missing description field to timeline images 05fa1997
- [BUGFIX] Correct icon placement in navbar 4ba56af7
- [BUGFIX] Correct variable spelling error and set variables of timeline to default 25e13b2c
- [BUGFIX] Respect target option for title link in card-group 8d0e5fbe
- [BUGFIX] Respect target option for links in card-group 25412566

# 10.0.6

## FEATURE
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.6
release: 10.0.6
version: 10.0.7
release: 10.0.7
latex_documents:
- - Index
- BootstrapPackage.tex
Expand Down
173 changes: 88 additions & 85 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,90 +1,93 @@
{
"name": "bk2k/bootstrap-package",
"type": "typo3-cms-extension",
"description": "Bootstrap Package delivers a full configured frontend theme for TYPO3, based on the Bootstrap CSS Framework.",
"keywords": [
"TYPO3 CMS",
"introduction",
"sitepackage",
"bootstrap",
"responsive",
"frontend",
"theme",
"web"
],
"homepage": "https://github.com/benjaminkott/bootstrap_package",
"authors": [
{
"name": "Benjamin Kott",
"email": "[email protected]",
"role": "Developer",
"homepage": "http://www.bk2k.info/"
}
],
"license": "MIT",
"support": {
"issues": "https://github.com/benjaminkott/bootstrap_package/issues"
},
"require": {
"php": ">=7.0.0",
"ext-dom": "*",
"ext-libxml": "*",
"ext-simplexml": "*",
"typo3/cms-backend": "^8.7.0 || ^9.0",
"typo3/cms-core": "^8.7.0 || ^9.0",
"typo3/cms-extbase": "^8.7.0 || ^9.0",
"typo3/cms-extensionmanager": "^8.7.0 || ^9.0",
"typo3/cms-fluid": "^8.7.0 || ^9.0",
"typo3/cms-frontend": "^8.7.0 || ^9.0",
"typo3/cms-install": "^8.7.0 || ^9.0",
"typo3/cms-rte-ckeditor": "^8.7.0 || ^9.0"
},
"require-dev": {
"typo3/cms-felogin": "^8.7.0 || ^9.0",
"typo3/cms-form": "^8.7.0 || ^9.0",
"typo3/cms-indexed-search": "^8.7.0 || ^9.0",
"typo3/cms-tstemplate": "^8.7.0 || ^9.0",
"friendsofphp/php-cs-fixer": "^2.3.1",
"typo3/testing-framework": "^1.2 || ^4.9",
"bk2k/extension-helper": "^1.0"
},
"autoload": {
"psr-4": {
"BK2K\\BootstrapPackage\\": "Classes"
}
},
"autoload-dev": {
"psr-4": {
"BK2K\\BootstrapPackage\\Tests\\": "Tests"
}
},
"config": {
"optimize-autoloader": true,
"vendor-dir": ".build/vendor",
"bin-dir": ".build/bin"
},
"scripts": {
"test:php:unit": [
"@php .build/vendor/phpunit/phpunit/phpunit -c Build/phpunit.xml"
],
"test": [
"@test:php:unit"
],
"set-version": [
"extension-helper version:set"
"name": "bk2k/bootstrap-package",
"type": "typo3-cms-extension",
"description": "Bootstrap Package delivers a full configured frontend theme for TYPO3, based on the Bootstrap CSS Framework.",
"keywords": [
"TYPO3 CMS",
"introduction",
"sitepackage",
"bootstrap",
"responsive",
"frontend",
"theme",
"web"
],
"changelog": [
"extension-helper changelog:create"
"homepage": "https://github.com/benjaminkott/bootstrap_package",
"authors": [
{
"name": "Benjamin Kott",
"email": "[email protected]",
"role": "Developer",
"homepage": "http://www.bk2k.info/"
}
],
"post-autoload-dump": [
"mkdir -p .build/web/typo3conf/ext/",
"[ -L .build/web/typo3conf/ext/bootstrap_package ] || ln -snvf ../../../../. .build/web/typo3conf/ext/bootstrap_package"
]
},
"extra": {
"typo3/cms": {
"cms-package-dir": "{$vendor-dir}/typo3/cms",
"web-dir": ".build/web"
"license": "MIT",
"support": {
"issues": "https://github.com/benjaminkott/bootstrap_package/issues"
},
"require": {
"php": ">=7.0.0",
"ext-dom": "*",
"ext-libxml": "*",
"ext-simplexml": "*",
"typo3/cms-backend": "^8.7.0 || ^9.0",
"typo3/cms-core": "^8.7.0 || ^9.0",
"typo3/cms-extbase": "^8.7.0 || ^9.0",
"typo3/cms-extensionmanager": "^8.7.0 || ^9.0",
"typo3/cms-fluid": "^8.7.0 || ^9.0",
"typo3/cms-frontend": "^8.7.0 || ^9.0",
"typo3/cms-install": "^8.7.0 || ^9.0",
"typo3/cms-rte-ckeditor": "^8.7.0 || ^9.0"
},
"require-dev": {
"typo3/cms-felogin": "^8.7.0 || ^9.0",
"typo3/cms-form": "^8.7.0 || ^9.0",
"typo3/cms-indexed-search": "^8.7.0 || ^9.0",
"typo3/cms-tstemplate": "^8.7.0 || ^9.0",
"friendsofphp/php-cs-fixer": "^2.3.1",
"typo3/testing-framework": "^1.2 || ^4.9",
"bk2k/extension-helper": "^1.0"
},
"autoload": {
"psr-4": {
"BK2K\\BootstrapPackage\\": "Classes"
}
},
"autoload-dev": {
"psr-4": {
"BK2K\\BootstrapPackage\\Tests\\": "Tests"
}
},
"config": {
"optimize-autoloader": true,
"vendor-dir": ".build/vendor",
"bin-dir": ".build/bin"
},
"scripts": {
"test:php:unit": [
"@php .build/vendor/phpunit/phpunit/phpunit -c Build/phpunit.xml"
],
"test": [
"@test:php:unit"
],
"set-version": [
"extension-helper version:set"
],
"changelog": [
"extension-helper changelog:create"
],
"post-autoload-dump": [
"mkdir -p .build/web/typo3conf/ext/",
"[ -L .build/web/typo3conf/ext/bootstrap_package ] || ln -snvf ../../../../. .build/web/typo3conf/ext/bootstrap_package"
]
},
"extra": {
"typo3/cms": {
"cms-package-dir": "{$vendor-dir}/typo3/cms",
"web-dir": ".build/web"
},
"branch-alias": {
"dev-BP_10-0": "10.0.x-dev"
}
}
}
}
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.6',
'version' => '10.0.7',
];

0 comments on commit f805ed1

Please sign in to comment.