Skip to content

Releases: chrometoasters/silverstripe-advanced-taxonomies

3.1.6

21 May 10:45
5d8302d
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.1.5...3.1.6

4.0.0-alpha10

11 Oct 01:02
e748e0a
Compare
Choose a tag to compare
4.0.0-alpha10 Pre-release
Pre-release

Adding a feature where taxonomy type can determine whether singular or plural display name will be used for its child terms when displaying on the front-end.
Each term can also override this and/or provide a custom display name.

4.0.0 alpha9

21 Jun 23:12
65ac84d
Compare
Choose a tag to compare
4.0.0 alpha9 Pre-release
Pre-release
4.0.0-alpha9

Merge pull request #29 from chrometoasters/pulls/28-publish-on-unvers…

4.0.0 alpha8

29 Apr 23:35
0f0624b
Compare
Choose a tag to compare
4.0.0 alpha8 Pre-release
Pre-release
4.0.0-alpha8

Merge pull request #27 from chrometoasters/pulls/26-fresh-install-mig…

4.0.0 alpha7

28 Mar 23:19
Compare
Choose a tag to compare
4.0.0 alpha7 Pre-release
Pre-release
4.0.0-alpha7

Ensure the migration runs only once via BaseObject and not its subcla…

4.0.0 alpha6

28 Mar 22:58
Compare
Choose a tag to compare
4.0.0 alpha6 Pre-release
Pre-release
4.0.0-alpha6

Skip migration when BaseObject or BaseTerm contain any data

4.0.0 alpha5

16 Mar 00:26
Compare
Choose a tag to compare
4.0.0 alpha5 Pre-release
Pre-release
Get legacy TaxonomyTerm db fields from the db table

The ORM doesn't know about the legacy fields that moved to other tables
anymore.

4.0.0 alpha4

15 Mar 23:07
Compare
Choose a tag to compare
4.0.0 alpha4 Pre-release
Pre-release

Enhancements to the migration script to excluded fields added to BaseObject and BaseTerm (e.g. through an extension) that are not present on TaxonomyTerm.

Skip the migration when all base tables have the same number of records to avoid running the migration for each class extending BaseObject due to requireDefaultRecords being called for each ancestor.

4.0.0 alpha3

15 Mar 22:23
Compare
Choose a tag to compare
4.0.0 alpha3 Pre-release
Pre-release
4.0.0-alpha3

Fix migration task class name usage

4.0.0 alpha2

15 Mar 13:11
Compare
Choose a tag to compare
4.0.0 alpha2 Pre-release
Pre-release

Main changes

  • Adding automatic migration from 3.x to 4.x data model format.

Notes

  • Automatic migration can be disabled by setting Chrometoaster\AdvancedTaxonomies\Dev\AT4xMigrationTask::enable_v4_migration to false via yaml config.