Update 1.2
This release brings you keywords support for the home page. Also, the extension now supports the current version of fof/best-answer
and fof/sitemap
.
How to update?
To update, run:
composer update v17development/flarum-seo
To install, run:
composer require v17development/flarum-seo
Then check in the admin dashboard if version 1.2 is installed. And add your forum keywords! π
Changelog:
- Added forum keywords support
- Added support for
fof/best-answer
, thanks to v17development/flarum-seo26
- Added site
og:type
property and added og:url
property to home page
- Added missing
og:title
to tag page
- Updated Canonical URL for profiles and added
profile:username
property
- Replaced
Zend
namespace with Laminas
- Removed support for
flagrow/sitemap
and moved to fof/sitemap
- Bumped minimal Flarum version to
Beta 12
The above update will fix the following issues of: TommyTran732 alfathso therealsujitk and implements some of Alshain feedback.