Releases: TYPO3GmbH/blog
Release 9.0.3
TASK
- [TASK] Update ddev to 1.9.1 5203c04
- [TASK] Add several typo3/cms packages as development dependency 8cfa98d
- [TASK] Update ddev to 1.7.1 b062a2a
- [TASK] Remove .travis.yaml from archive ed6b09a
BUGFIX
- [BUGFIX] Remove obsolete fields and enable cropping for author images 7994108
- [BUGFIX] Remove display condition for slug fields of custom records (#43) 9045add
- [BUGFIX] Set default doktype for post model (#83) 0a506c9
- [BUGFIX] Use settings.lists in documentation a1a7cb6
- [BUGFIX] Use LocalizationUtility instead of LanguageService fcb83de
- [BUGFIX] Avoid exception when comment is not set f88f7ac
- [BUGFIX] Only execute publish date update when fields exist 11210f5
- [BUGFIX] Only execute month and year update when fields exist e99b34f
- [BUGFIX] Check if tag does exist before accessing properties 5326fac
- [BUGFIX] Check if category does exist before accessing properties 53fb359
- [BUGFIX] Check if author does exist before accessing properties 6aec95b
- [BUGFIX] Do not include google captcha when disabled in settings 16aeee5
- [BUGFIX] Respect translation settings in archive widget (#77) 5c71f04
- [BUGFIX] Use correct column type for comment sorting by date in backend 6d3f5e3
- [BUGFIX] Use correct column type for post sorting by date in backend 54f56bc
- [BUGFIX] Use publishDate for date sorting in backend module cbfefb3
- [BUGFIX] Ensure tag link viewhelper always returns a string 6529670
- [BUGFIX] Add missing comment id attribute for section links 1e0dcfc
- [BUGFIX] Respect configured size in Avatar ImageProvider (#74) 6dadd6f
- [BUGFIX] Add severity classes to flash messages (#76) 2adfc55
- [BUGFIX] Correct path to fixer config in composer.json 473940a
- [BUGFIX] Correct travis cgl fixer config fb828a2
- [BUGFIX] Add crdate field configuration for extbase 3ac861f
- [BUGFIX] Use today as publishing date for new blog entries (#59) 42fc55e
- [BUGFIX] Add plugins to new content element wizard (#61) c2faaea
- [BUGFIX] Remove storage constraint from finding current post (#63) f477ee4
- [BUGFIX] Only add storage constraint if pages could be resolved (#65) 5b598ef
- [BUGFIX] Avoid exception when accessing uninitialized settings (#50) d05382e
- [BUGFIX] Set format for comments rss feed (#56) b0f32fb
- [BUGFIX] Correct fluid namespace definitions - fixes #51 (#52) 76804af
- [BUGFIX] Allow language synchronization (#48) 9006fb9
- [BUGFIX] Fix language sensitivity of getCurrentPost (#47) 1ba7068
Release 8.7.6
TASK
- [TASK] Update ddev to 1.9.1 2fb88eb
- [TASK] Update ddev to 1.7.1 f7b3170
- [TASK] Remove .travis.yaml from archive dc755dd
BUGFIX
- [BUGFIX] Remove obsolete fields and enable cropping for author images b31a526
- [BUGFIX] Set default doktype for post model (#83) 6155665
- [BUGFIX] Use settings.lists in documentation 310189f
- [BUGFIX] Avoid exception when comment is not set a098b27
- [BUGFIX] Only execute month and year update when fields exist 6e07854
- [BUGFIX] Check if tag does exist before accessing properties f1a3f49
- [BUGFIX] Check if category does exist before accessing properties 6b9189d
- [BUGFIX] Check if author does exist before accessing properties 20efb0e
- [BUGFIX] Do not include google captcha when disabled in settings 9a0643e
- [BUGFIX] Use correct column type for comment sorting by date in backend 63239b6
- [BUGFIX] Use correct column type for post sorting by date in backend 66292b1
- [BUGFIX] Add missing comment id attribute for section links c973a76
- [BUGFIX] Respect configured size in Avatar ImageProvider (#74) 89bf706
- [BUGFIX] Add severity classes to flash messages (#76) 694e7ad
- [BUGFIX] Correct travis cgl fixer config eacac9f
- [BUGFIX] Use today as publishing date for new blog entries (#59) 8f47217
- [BUGFIX] Remove storage constraint from finding current post (#63) a3d6c1d
- [BUGFIX] Only add storage constraint if pages could be resolved (#65) c3b0cc5
- [BUGFIX] Avoid exception when accessing uninitialized settings (#50) ea0f3a4
- [BUGFIX] Set format for rss feeds (#55) 59943b9
- [BUGFIX] Fix format detection for feed data (#54) a29cdc8
- [BUGFIX] Correct fluid namespace definitions - fixes #51 (#52) 57317d9
Release 9.1.1
Important
We enhanced the routes configuration for the 9.x releases and decided to introduce slug fields for categories, tags, and authors to enable you to have URLs like you are used to having with EXT:realurl in the 8.x cycle. For this, we needed to introduce new database fields, and we adapted the route configuration we provided and tried to deliver a good out of the box experience.
Since the slug fields are not filled yet and this may lead to strange behavior we also provided upgrade wizards for existing records that will populate all slug fields for the mentioned records.
Please check the Upgrade-Wizards in the Install tool
We hope that this will make it more easy for you, also to provide your own route configuration. Please note that we needed to add prefixes for the different kinds of routes to have unique matcher patterns. You can strip them even more down if you can isolate these routes to specific pages within your system. The configuration is now split into multiple parts to be more easy to understand and scoped.
Please check the Default configuration and use/adapt the configuration to your needs: https://github.com/TYPO3GmbH/blog/tree/v9.1/Configuration/Routes
All packages are updated on Packagist and uploaded to TER.
We hope you enjoy the release and improvements.
Feel free to open issues and send pull requests.
FEATURE
- [FEATURE] Add pagination to routes (#36) 129441c
- [FEATURE] Make pagination configurable (#34) 5b97ffc
TASK
- [TASK] Add fontawesome to development setup cd561c6
- [TASK] Enable xdebug for ddev and add vscode debug config 06c3a90
- [TASK] Add extension-helper as dev dependency to generate releases 4ab11f7
- [TASK] Set development environment 0bc3871
- [TASK] Update ddev to 1.6.0 8840f6b
- [TASK] Add config to ignored folders 7bfa54f
- [TASK] Update documentation for github 09e1ae8
- [TASK] Setup travis 08a7298
- [TASK] Adjust and improve documentation Resolves: EXTBLOG-151 Releases: master, 9.1, 9.0 2348246
- [TASK] Add test package and ddev f2c4449
BUGFIX
- [BUGFIX] Resolve endless loop when calling archive without params (#35) 35218dc
- [BUGFIX] Set addQueryStringMethod again to avoid faulty strict mode 568bed5
- [BUGFIX] Generate correct link to blog rss channel 97edc74
- [BUGFIX] Make route-enhancer configuration work (#29) 46d5a05
- [BUGFIX] Introduce path-segments for tags, author and category - fixes #31 (#32) 9a07321
- [BUGFIX] Remove outdated realurl information and use route enhancer (#30) d09ba68
- [BUGFIX] LinkViewHelper must set correct controller context (#28) 11ad2f2
- [BUGFIX] Add extension name to uriFor in all ViewHelpers (#6) 83b25d9
- [BUGFIX] Fix #24: TypyError exception when calling PostRepository::findRelatedPosts() (#25) eba1bca
- [BUGFIX] Remove limitToPages setting from default routes config dc30d8c
- [BUGFIX] Let the SocialImageWizard working again Resolves: EXTBLOG-154 Releases: master, 9.1, 9.0 72bf836
- [BUGFIX] Add missing export-ignore for .ddev configuration 2968a7f
- [BUGFIX][EXTBLOG-152] Allow typo3fluid/fluid in versions 2.5 and above 4ed9833
Release 9.0.2
Important
We enhanced the routes configuration for the 9.x releases and decided to introduce slug fields for categories, tags, and authors to enable you to have URLs like you are used to having with EXT:realurl in the 8.x cycle. For this, we needed to introduce new database fields, and we adapted the route configuration we provided and tried to deliver a good out of the box experience.
Since the slug fields are not filled yet and this may lead to strange behavior we also provided upgrade wizards for existing records that will populate all slug fields for the mentioned records.
Please check the Upgrade-Wizards in the Install tool
We hope that this will make it more easy for you, also to provide your own route configuration. Please note that we needed to add prefixes for the different kinds of routes to have unique matcher patterns. You can strip them even more down if you can isolate these routes to specific pages within your system. The configuration is now split into multiple parts to be more easy to understand and scoped.
Please check the Default configuration and use/adapt the configuration to your needs: https://github.com/TYPO3GmbH/blog/tree/v9.0/Configuration/Routes
All packages are updated on Packagist and uploaded to TER.
We hope you enjoy the release and improvements.
Feel free to open issues and send pull requests.
FEATURE
TASK
- [TASK] Add fontawesome to development setup bceec79
- [TASK] Enable xdebug for ddev and add vscode debug config e702b09
- [TASK] Add extension-helper as dev dependency to generate releases fccf194
- [TASK] Set development environment 3e4c1cb
- [TASK] Update ddev to 1.6.0 a46a854
- [TASK] Add config to ignored folders 346573d
- [TASK] Update documentation for github a9b264b
- [TASK] Setup travis ff60b6d
- [TASK] Adjust and improve documentation Resolves: EXTBLOG-151 Releases: master, 9.1, 9.0 e30cdfa
- [TASK] Add test package and ddev 496239b
BUGFIX
- [BUGFIX] Resolve endless loop when calling archive without params (#35) a7cf507
- [BUGFIX] Generate correct link to blog rss channel 04f4bc0
- [BUGFIX] Make route-enhancer configuration work (#29) ef73abd
- [BUGFIX] Introduce path-segments for tags, author and category - fixes #31 (#32) cece9ee
- [BUGFIX] Remove outdated realurl information and use route enhancer (#30) 08d7b82
- [BUGFIX] LinkViewHelper must set correct controller context (#28) 287aeb4
- [BUGFIX] Add extension name to uriFor in all ViewHelpers (#6) fa96943
- [BUGFIX] Fix #24: TypyError exception when calling PostRepository::findRelatedPosts() (#25) 5a6d68c
- [BUGFIX] Remove limitToPages setting from default routes config be45561
- [BUGFIX] Let the SocialImageWizard working again Resolves: EXTBLOG-154 Releases: master, 9.1, 9.0 f5d68b5
- [BUGFIX][EXTBLOG-152] Allow typo3fluid/fluid in versions 2.5 and above 609960b
Release 8.7.4
TASK
- [TASK] Add fontawesome to development setup e774019
- [TASK] Add extension-helper as dev dependency to generate releases 551ea13
- [TASK] Set development environment 8e4a6f9
- [TASK] Update ddev to 1.6.0 0c807e6
- [TASK] Update documentation for github 9d7925e
- [TASK] Setup travis 0f7436d
- [TASK] Add test package and ddev 643abf0
BUGFIX
- [BUGFIX] Resolve endless loop when calling archive without params (#35) 4271208
- [BUGFIX] LinkViewHelper must set correct controller context (#28) 98659cf
- [BUGFIX] Remove platform override, symfony polyfill and add php requirement f9ebb28
- [BUGFIX] Return Type Declaration void is unsupported in PHP 7.0 - fixes #16 d9a6806
- [BUGFIX] Add extension name to uriFor in all ViewHelpers (#6) 5bca0ec
- [BUGFIX][EXTBLOG-152] Allow typo3fluid/fluid in versions 2.3 and above 3678e3d