Release 0.2.1 - Tweaks
Thanks to the contribution of @askvortsov there's a new version with new functionalities and tweaks! Again, thanks for the PR!
Changelog:
- Added an option to make the blog the homepage ( v17development/flarum-blog43 )
- Added a setting to add a link to the blog to the sidebar navigation
- Added Index Page's sideNav widget below the categories widget
- Added internationalization to admin
- Updated night mode support ( v17development/flarum-blog16 )
- Updated beta-15 extenders
- Reimplemented hiding blog tags from the sideNav via JS
- Fixed an issue with the tag redirector
How to update?
To update, run:
composer update v17development/flarum-blog
To install, run:
composer require v17development/flarum-blog
If you have feature requests, create an issue on GitHub 😎
Thanks! I already did the SEO in the initial release of Blogs as you can see on the item controller https://github.com/v17development/flarum-blog/blob/master/src/Controller/BlogItemController.php#L49
Currently it's se to BlogPosting
as type ( https://schema.org/BlogPosting ), but we could change this in the future. If you'd like to contribute, don't hesistate 😃
fakruzaruret I suggest trying the extension out on localhost or a subdomain 🙂