Releases: v17development/flarum-seo
v2.0.5
What's Changed
- fix: add missing
flarum/tags
as optional dependency by @DavideIadeluca in #104
New Contributors
- @DavideIadeluca made their first contribution in #104
Full Changelog: v2.0.4...v2.0.5
v2.0.4
What's Changed
- Fix some issues with v2 by @rafaucau and @alexisrazok in #102
- Fix "Failed to initialize" #98
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