Skip to content

Releases: dynamic/silverstripe-site-tools

6.0.0

19 Nov 00:06
a15e1d5

Choose a tag to compare

SilverStripe 6 upgrade. Requires PHP 8.3+ and SilverStripe 6.

Key Changes:

  • Upgrade to SilverStripe 6 (#30)
  • Update PHP requirement to ^8.3 || ^8.4
  • Fix DataExtension namespace (ORM → Core\Extension)
  • Fix validator namespaces
  • Add ValidationResult return types

Full Changelog: 5.0.0...6.0.0

Note on Version History

Previous releases 2.0.0, 2.0.1, and an earlier 3.0.0 have been deprecated and retagged to align with SilverStripe major versions. Version 2.x was skipped to align with SilverStripe's version numbering.

5.0.0

19 Nov 00:05
cb46e52

Choose a tag to compare

Breaking change: Migrate to SilverStripe Link. Requires SilverStripe 5.

Key Changes:

  • BREAKING: Migrate from Linkable to SilverStripe Link (#28)
  • Migrate PageHeaderImage.ss (#27)
  • Add GitHub Sponsors funding configuration

Full Changelog: 4.0.0...5.0.0

4.0.0

19 Nov 00:05
fa7ce08

Choose a tag to compare

SilverStripe 5 upgrade. Drops support for SilverStripe 4.

Key Changes:

  • Update for SilverStripe 5 (^5 only)
  • DocBlock updates and refactoring
  • HeaderImage adjustments

Full Changelog: 3.0.0...4.0.0

3.0.0

19 Nov 00:05
9a65d7e

Choose a tag to compare

SilverStripe 4/5 compatible release. Transition version supporting both SS4 and SS5.

Key Changes:

  • Allow SilverStripe 5 compatibility
  • Migrate Linkable to Link
  • Migrate in blog extensions
  • GitHub workflow improvements

Full Changelog: 1.1.2...3.0.0

1.1.2

31 May 16:13
c17ab73

Choose a tag to compare

What's Changed

  • CI GitHub workflow by @jsirish in #18
  • BUGFIX some has_one relations require cascade_duplicates by @muskie9 in #22

Full Changelog: 1.1.1...1.1.2

1.1.1

02 Dec 20:57

Choose a tag to compare

1.1.1 (2020-12-02)

Full Changelog

Fixed bugs:

  • BUG link existing doesn't work for HasOneButtonField, disable feature #10

Merged pull requests:

  • BUGFIX Link Existing doesn't work for HeaderImage field #16 (muskie9)

1.1.0

21 Sep 21:08

Choose a tag to compare

1.1.0 (2020-09-21)

Full Changelog

Merged pull requests:

  • UPDATE hasonefield version constraint #15 (muskie9)

1.0.3

15 Sep 14:55
2430497

Choose a tag to compare

1.0.3 (2020-09-15)

Full Changelog

Merged pull requests:

  • BUGFIX legacy.yml for HeaderImage classname migration #13 (jsirish)

1.0.2

14 Apr 19:56
3db4bd7

Choose a tag to compare

1.0.2 (2020-04-14)

Full Changelog

Closed issues:

  • CompanyAddress - add phone, phone2, fax, email fields #11

Merged pull requests:

1.0.1

25 Mar 03:22
6f2d8ff

Choose a tag to compare

1.0.1 (2020-03-24)

Full Changelog

Merged pull requests:

  • FEATURE migrate PrevNextExtension #9 (jsirish)