Skip to content
This repository has been archived by the owner on Oct 15, 2024. It is now read-only.

Version 1.1.6

Compare
Choose a tag to compare
@khalwat khalwat released this 03 Mar 18:26
· 396 commits to master since this release
  • [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 in composer.json
  • [Fixed] Removed the ?> from the config.php as per Lindsey's best practices
  • [Fixed] The meta variables rendered by craft.seomatic.renderIdentity(), craft.seomatic.renderWebsite() and craft.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