Releases: v17development/flarum-seo
v2.0.3 | Fix migration issue
What's Changed
Full Changelog: v2.0.2...v2.0.3
Flarum SEO 2.0 - Reworked & new features
It's finally time for Flarum SEO 2.0! With lots of changes and a fresh and reworked codebase, it's ready for the bright future of Flarum.
It's now easier than ever to extend the Flarum SEO extension. Exiting right? A good example how that could work can be seen here:
- https://github.com/v17development/flarum-seo/blob/master/src/Subscribers/DiscussionSubscriber.php
- https://github.com/v17development/flarum-seo/blob/master/src/Page/DiscussionPage.php
Or review the SEO update for the blog extension.
SEO Meta editor
Exiting news! New in this version is the SeoMeta editor. With this editor, you are able to change meta tags on a page on. You can give discussion keywords, update their social-media image and create separate cards for Twitter / X & other social media!
Seo Meta will be stored in a separate table in your database and will automatically update as soon as content changes. When a crawled loads your page, it will use the stored data or generate one on the fly for the next time.
While automatically is great, the advanced part is that you can disable auto-meta updates and configure the page yourself!
Changelog
- New: SEO Meta editor
- Fixed #70
- Fixed #67
- Fixed #59
- Fixed: #55
- Fixed #51
- Fixed: #73
- Fixed: #76
- Merged: #94
- Merged: #90
Update
To update, run:
composer update v17development/flarum-seo
Important: You need to run migrations!
v2.0.1
Fix bug
Release v1.8.1
Release v1.8.0
Release v1.7.2
Fixed Route pages.index on method POST already exists
error
Release v1.7.1
Release v1.7.0
- Refactored parts of the code
- Extension is beta-16 ready
- Fixed issue with setting targets in new tab
Release v1.6.2
Bug fixes:
- Fix issue with json_decode when no do-follow domains have been set
- Also improved the domain placeholder in the do-follow setting dialog
Release v1.6.1
Merge pull request #48 from v17development/dev Better domain host determination