Releases: chrometoasters/silverstripe-metadescription-fallback
Releases · chrometoasters/silverstripe-metadescription-fallback
PHP 8.3 compatibility
What's Changed
- Replace deprecated get_class call with static::class by @michalkleiner in #10
Full Changelog: 2.1.0...2.2.0
2.1.0
What's Changed
- Silverstripe 5 compatibility by @jalamanderman in #9
New Contributors
- @jalamanderman made their first contribution in #9
Full Changelog: 2.0.4...2.1.0
2.0.3
Ensure $
chars are escaped in the replacement string to avoid back-referencing matches.
1.0.4
Ensure $
chars are escaped in the replacement string to avoid back-referencing matches.
Enable multi-line-text for Metadata description
- ensure only one entry for presents
- the value is well formatted and escaped, using DBText::ATT()
1.0.3
Remove php constraint
2.0.1
Convert paragraphs to spaces in the output, convert multiple spaces into a single one.
SilverStripe 4 update
This release updates the module to be compatible with SilverStripe 4.
Also in this release we have added a new feature where the extension can be applied to dataobjects along with a trait which allows them to output metatags, for example if they are being used as pages.
Note the name of the extension has been altered slightly from the 1.x versions to reflect its more generic nature, its now called MetaDescriptionFallbackExtension
1.0.2
Merge pull request #2 from chrometoasters/bug/strip_tags Ensure HTML tags are stripped from meta description
PHP 7 support
1.0.1 Merge pull request #1 from michalkleiner/pulls/adjust-php-version-con…