Skip to content

Commit

Permalink
[RELEASE] v12.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
DDEV-Local User committed Aug 16, 2021
1 parent e763705 commit e3ca169
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 5 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": "12.0.1-dev",
"version": "12.0.1",
"license": "MIT",
"devDependencies": {
"bootstrap4": "npm:bootstrap@^4.6.0",
Expand Down
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# 12.0.1

## BUGFIX

- [BUGFIX] Let image service resolve svgicon - fixes #1042 e763705f
- [REVERT][BUGFIX] Update doctrine usages (#1037) (#1044) 1e8864b4
- [BUGFIX] Add missing embed css to bootstrap 5 (#1043) c6addb4b
- [BUGFIX] Remove external softref to ext:rtehtmlarea (#1039) 7345b209

# 12.0.0

## BREAKING
Expand Down
4 changes: 2 additions & 2 deletions Documentation/Settings.cfg
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# coding: utf-8
[general]
project = Bootstrap Package
version = 12.0.1-dev
release = 12.0.1-dev
version = 12.0.1
release = 12.0.1
copyright = since 2014 by Benjamin Kott

[html_theme_options]
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@
"app-dir": ".build"
},
"branch-alias": {
"dev-master": "12.0.x-dev"
"dev-BP_12-0": "12.0.x-dev"
}
}
}
2 changes: 1 addition & 1 deletion ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,5 @@
'author' => 'Benjamin Kott',
'author_email' => 'info@bk2k.info',
'author_company' => 'private',
'version' => '12.0.1-dev',
'version' => '12.0.1',
];

0 comments on commit e3ca169

Please sign in to comment.