Skip to content

Commit

Permalink
[RELEASE] v10.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminkott committed Mar 10, 2019
1 parent c8448d4 commit b25b75c
Show file tree
Hide file tree
Showing 4 changed files with 41 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.5",
"version": "10.0.6",
"license": "MIT",
"devDependencies": {
"bootstrap": "^4.3.1",
Expand Down
37 changes: 37 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,40 @@
# 10.0.6

## FEATURE
- [FEATURE] Add rss social media icon - fixes #629 2987c856
- [FEATURE] Add vk social media icon - fixes #651 77aa19b1
- [FEATURE] Allow content slide configuration for all layouts and colPos dad5e38a
- [FEATURE] Make icongroup more usable by allowing to change visual behaviour 465872d3
- [FEATURE] Enable links in icon group db6fe66d

## TASK
- [TASK] Streamline development environment c8448d49
- [TASK] Update modernizr to 3.7.0 7c5df767
- [TASK] Update photoswipe to 4.1.3 fd4194bf
- [TASK] Update to bootstrap 4.3.1 1ca4a7e9
- [TASK] Update scssphp and use fork to apply patches. 41f98fc5
- [TASK] Ensure scss and lf files are checked out with lf 26baaa64
- [TASK] Strip pagets_ from pagelayout variable and set default if empty da535b6b
- [TASK] Update bootstrap to 4.2.1 - fixes #627 09aff39d

## BUGFIX
- [BUGFIX] Prevent collapsing of frames - fixes #618 8a02a624
- [BUGFIX] Add missing crop variants to carousel image - fixes #665 94df5f0b
- [BUGFIX] Disable rendering of footer-section-meta if all containing elements are disabled - fixes #657 87ad5af4
- [BUGFIX] Remove obsolete/invalid replacements in composer.json 7d646725
- [BUGFIX] Use lf instead of crlf in tab svg b3802382
- [BUGFIX] htaccess does not allow pages that end with "rc" - fixes #652 08ae8aa4
- [BUGFIX] Use error object in form field template (#641) 946ee801
- [BUGFIX] Render data-interval only on carousel if value exists f6b48afb
- [BUGFIX] Do not process svg file if it does not contain content 448b5bc3
- [BUGFIX] Add table context to typoscriptObjectPath for tt_content rendering 12f16b64
- [BUGFIX] ce uploads accepts sorting direction (#630) 7bc713e1
- [BUGFIX] Correct spelling error in install service 39ff3108
- [BUGFIX] Show caption in lightbox when title is empty - fixes #626 29e2b5e8
- [BUGFIX] Minimize word breaks in figure captions (#621) 58771799
- [BUGFIX] Typo: 'boostrap' should be 'bootstrap' (#625) d816ab71
- [BUGFIX] Do not overwrite button stylings in footer sections d6ed3563

# 10.0.5

## TASK
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.5
release: 10.0.5
version: 10.0.6
release: 10.0.6
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' => 'info@bk2k.info',
'author_company' => 'private',
'version' => '10.0.5',
'version' => '10.0.6',
];

0 comments on commit b25b75c

Please sign in to comment.