Skip to content

Releases: chrometoasters/silverstripe-metadescription-fallback

PHP 8.3 compatibility

07 Apr 12:58
adafb8c
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.1.0...2.2.0

2.1.0

03 Aug 07:18
f59331a
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.0.4...2.1.0

2.0.3

08 Apr 23:53
c53dc4c
Compare
Choose a tag to compare

Ensure $ chars are escaped in the replacement string to avoid back-referencing matches.

1.0.4

08 Apr 23:53
727ccd4
Compare
Choose a tag to compare

Ensure $ chars are escaped in the replacement string to avoid back-referencing matches.

Enable multi-line-text for Metadata description

11 Dec 20:48
668eb4c
Compare
Choose a tag to compare
  1. ensure only one entry for presents
  2. the value is well formatted and escaped, using DBText::ATT()

1.0.3

10 Oct 23:26
Compare
Choose a tag to compare
Remove php constraint

2.0.1

19 Feb 02:17
937cd97
Compare
Choose a tag to compare

Convert paragraphs to spaces in the output, convert multiple spaces into a single one.

SilverStripe 4 update

15 Feb 01:08
2ce0592
Compare
Choose a tag to compare

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

14 Jul 13:16
Compare
Choose a tag to compare
Merge pull request #2 from chrometoasters/bug/strip_tags

Ensure HTML tags are stripped from meta description

PHP 7 support

02 Jun 06:34
Compare
Choose a tag to compare
Merge pull request #1 from michalkleiner/pulls/adjust-php-version-con…

…straint

Adjust PHP version constraint in composer.json file