Skip to content

Release 9.0.2

Compare
Choose a tag to compare
@NeoBlack NeoBlack released this 15 Feb 10:40
· 480 commits to master since this release

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

  • [FEATURE] Add pagination to routes (#36) a31b548

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