Skip to content

Commit c870259

Browse files
committed
[RELEASE] v9.1.2
1 parent 7fc7afb commit c870259

File tree

4 files changed

+50
-3
lines changed

4 files changed

+50
-3
lines changed

CHANGELOG.md

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,47 @@
1+
# 9.1.2
2+
3+
## TASK
4+
- [TASK] Update ddev to 1.9.1 7fc7afb
5+
- [TASK] Add several typo3/cms packages as development dependency 8d8980d
6+
- [TASK] Update ddev to 1.7.1 eae8825
7+
- [TASK] Remove .travis.yaml from archive 5b41c70
8+
9+
## BUGFIX
10+
- [BUGFIX] Remove obsolete fields and enable cropping for author images 12f7ca1
11+
- [BUGFIX] Remove display condition for slug fields of custom records (#43) 886cf1e
12+
- [BUGFIX] Set default doktype for post model (#83) 198fa92
13+
- [BUGFIX] Use settings.lists in documentation cc245af
14+
- [BUGFIX] Use LocalizationUtility instead of LanguageService 39b61a4
15+
- [BUGFIX] Avoid exception when comment is not set e8e61e9
16+
- [BUGFIX] Use correct identifier for publish date update ec154af
17+
- [BUGFIX] Only execute publish date update when fields exist 63fb6ba
18+
- [BUGFIX] Use correct identifier for month and year update c6463e6
19+
- [BUGFIX] Only execute month and year update when fields exist 95da92e
20+
- [BUGFIX] Check if tag does exist before accessing properties ed8e58e
21+
- [BUGFIX] Check if category does exist before accessing properties 6675721
22+
- [BUGFIX] Check if author does exist before accessing properties b716822
23+
- [BUGFIX] Do not include google captcha when disabled in settings b1f4ab4
24+
- [BUGFIX] Respect translation settings in archive widget (#77) 843e2f3
25+
- [BUGFIX] Use correct column type for comment sorting by date in backend a88a725
26+
- [BUGFIX] Use correct column type for post sorting by date in backend 3f5c413
27+
- [BUGFIX] Use publishDate for date sorting in backend module 5c3a893
28+
- [BUGFIX] Ensure tag link viewhelper always returns a string 0e40385
29+
- [BUGFIX] Add missing comment id attribute for section links 8dd0c84
30+
- [BUGFIX] Respect configured size in Avatar ImageProvider (#74) f750dfd
31+
- [BUGFIX] Add severity classes to flash messages (#76) 1a3ebf5
32+
- [BUGFIX] Correct cgl and remove obsolete php_versions file 14bbb91
33+
- [BUGFIX] Add crdate field configuration for extbase a46fff7
34+
- [BUGFIX] Use today as publishing date for new blog entries (#59) 2fea8d7
35+
- [BUGFIX] Add plugins to new content element wizard (#61) ee1f657
36+
- [BUGFIX] Remove storage constraint from finding current post (#63) 5210aea
37+
- [BUGFIX] Only add storage constraint if pages could be resolved (#65) 0a256be
38+
- [BUGFIX] Avoid exception when accessing uninitialized settings (#50) 13508ba
39+
- [BUGFIX] Set format for comments rss feed (#56) 53046b4
40+
- [BUGFIX] Correct fluid namespace definitions - fixes #51 (#52) 9d402a1
41+
- [BUGFIX] Allow language synchronization (#48) 8073303
42+
- [BUGFIX] Fix language sensitivity of getCurrentPost (#47) e3c89ae
43+
- [BUGFIX] Fix column width for comment actions column 2d2d5fd
44+
145
# 9.1.1
246

347
## FEATURE

Documentation/Settings.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
; you can use in 'conf.py'
2424

2525
project = TYPO3 Blog Extension
26-
version = 9.1.2-dev
27-
release = 9.1.2-dev
26+
version = 9.1.2
27+
release = 9.1.2
2828
t3author = TYPO3 GmbH
2929
copyright = Copyright since 2016 by TYPO3 GmbH
3030

composer.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,9 @@
4343
"typo3/cms": {
4444
"cms-package-dir": "{$vendor-dir}/typo3/cms",
4545
"web-dir": ".build/web"
46+
},
47+
"branch-alias": {
48+
"dev-v9.1": "9.1.x-dev"
4649
}
4750
},
4851
"scripts": {

ext_emconf.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
'clearCacheOnLoad' => 0,
1818
'author' => 'TYPO3 GmbH',
1919
'author_email' => 'info@typo3.com',
20-
'version' => '9.1.2-dev',
20+
'version' => '9.1.2',
2121
'constraints' => [
2222
'depends' => [
2323
'typo3' => '9.5.1-9.5.99',

0 commit comments

Comments
 (0)