This repository has been archived by the owner on Oct 15, 2024. It is now read-only.
Version 1.1.6
- [Fixed] Fixed a fun recursion bug that would cause meta arrays nested more than 1 deep to not be sanitized & parsed properly
- [Added] Added Composer support for
type: craft-plugin
incomposer.json
- [Fixed] Removed the
?>
from theconfig.php
as per Lindsey's best practices - [Fixed] The meta variables rendered by
craft.seomatic.renderIdentity()
,craft.seomatic.renderWebsite()
andcraft.seomatic.renderPlace()
are now taken from the Twig context, so they can be modified before output - [Fixed] The metas will now be cached as intended (oops), which should increase performance a bit
- [Improved] Updated the README.md