Skip to content

Releases: dynamic/silverstripe-base-site

6.0.1

30 Aug 05:28
Compare
Choose a tag to compare

What's Changed

Full Changelog: 6.0.0...6.0.1

6.0.0

26 Aug 20:58
Compare
Choose a tag to compare

What's Changed

Full Changelog: 5.0.0...6.0.0

5.0.0

26 Aug 19:10
Compare
Choose a tag to compare

What's Changed

  • CI cleanup old workflows by @jsirish in #136
  • REFACTOR move modules with page types to recipe base site by @jsirish in #137
  • CI Silverstripe GitHub Action by @jsirish in #138
  • REFACTOR SeoExtension - text target length, remove tech debt by @jsirish in #139
  • REFACTOR require site tools 2 by @jsirish in #140

Full Changelog: 4.1.0...5.0.0

4.1.0

05 Oct 17:13
a78e5e2
Compare
Choose a tag to compare

What's Changed

  • ENHANCEMENT SearchExtension by @muskie9 in #124
  • DEPRECATION fix null passed to preg_match_all() in SeoExtension::MetaComponents() by @muskie9 in #134
  • BUGFIX NavigationColumnTest, NavigationGroupTest by @jsirish in #135

Full Changelog: 4.0.12...4.1.0

4.0.12

08 Oct 00:16
Compare
Choose a tag to compare

4.0.12 (2021-10-07)

Full Changelog

Fixed bugs:

  • BUG Virtual Page fields can be "non-virtual" by config but won't pass current checks for field manipulation limits #132

Merged pull requests:

  • UPDATE allow MetaDescription field via config #131 (muskie9)

4.0.11

04 Oct 17:57
Compare
Choose a tag to compare

4.0.11 (2021-10-04)

Full Changelog

Closed issues:

  • BUG calling ->setTargetLength() on Virtual Page fields causes error #127

Merged pull requests:

  • BUGFIX only apply target length if not virtual page #128 (muskie9)

4.0.10

12 Sep 01:50
Compare
Choose a tag to compare

4.0.10 (2021-09-11)

Full Changelog

Closed issues:

  • SEO canonical declaration for blog/blogpost category/tag/pagination #121

Merged pull requests:

  • UPDATE set canonical in cases where there is category/tag/pagination #122 (muskie9)

4.0.9

10 Sep 20:29
Compare
Choose a tag to compare

4.0.9 (2021-09-10)

Full Changelog

Closed issues:

  • REFACTOR manipulate MetaDescription when rendering vs on write #119

Merged pull requests:

  • REFACTOR limit field value when rendering meta vs on save #120 (muskie9)
  • FEATURE SeoExtension - text target length on MetaDescription, Title #118 (jsirish)

4.0.8

04 Jun 03:32
5d751a7
Compare
Choose a tag to compare

Full Changelog

Merged pull requests:

4.0.7

03 Nov 15:58
Compare
Choose a tag to compare

4.0.7 (2020-11-03)

Full Changelog

Fixed bugs:

  • BUG SEOExtension Call to a member function FieldList() on null #114

Merged pull requests:

  • BUGFIX check for valid field before calling FieldList #115 (muskie9)
  • CI GitHub workflow initial #113 (jsirish)