field_inheritance 3.0.2

Bug fixes

Consolidate Upgrade path logic

Contributors (1)

plopesc

Changelog

Issues: 0 issues resolved.

Changes since 3.0.1 (compare):

Misc

  • Improve upgrade path logic
  • PHPCS

field_inheritance 3.0.1

Bug fixes

Fix bug in FieldStorageDefinitionSubscriber

Contributors (1)

plopesc

Changelog

Issues: 1 issues resolved.

Changes since 3.0.0 (compare):

field_inheritance 3.0.0

Bug fixes
New features

First stable release of the 3.x branch.

This new release offers a new architecture where the Field Inheritance information is stored as a field to improve performance and ease the content migration. An upgrade path between 2.x and 3.x is provided. Please test it carefully before pushing these changes to live and report any possible issue.

field_inheritance 3.0.0-beta1

Initial beta version for the 3.x branch that will add support for D11 and drop support for older versions of Drupal

Contributors (4)

divyansh.gupta, owenbush, pfrenssen, plopesc

Changelog

Issues: 6 issues resolved.

field_inheritance 2.0.0

Bug fixes

Stable release for Field Inheritance.

Changes since 2.0.0-rc6

field_inheritance 2.0.0-beta2

Bug fixes

Add composer.json file so we can apply the core patch to address #2981047: Allow adding computed bundle fields in Views

Resolve failing tests in travis-ci, due to no tests existing and an outdated phpunit.xml file

Update the core versioning to require 8.8 || 9

field_inheritance 8.x-1.0-beta4

Bug fixes
Unsupported

Add composer.json file so we can apply the core patch to address #2981047: Allow adding computed bundle fields in Views

Resolve failing tests in travis-ci, due to no tests existing and an outdated phpunit.xml file

Update the core versioning to require 8.8 || 9

field_inheritance 2.0.0-beta1

New features

Initial release to support semantic versioning. Functionally equivalent to the 8.x-1.0-beta3 release.

field_inheritance 8.x-1.0-alpha12

Bug fixes
Unsupported

Fix issue with not using field inheritance id without bundle and type in views

field_inheritance 8.x-1.0-alpha10

Bug fixes
Unsupported

Periods are reserved characters in config, so use underscore as a separator instead

field_inheritance 8.x-1.0-alpha8

Bug fixes
New features
Unsupported

Alpha8 allows different bundles to have the same machine name inheritance, and reorder plugins

field_inheritance 8.x-1.0-alpha7

New features
Unsupported

Alpha7 adds a generic field inheritance plugin and auto adds the field to the display

field_inheritance 8.x-1.0-alpha6

Bug fixes
New features
Unsupported

Alpha6 adds support for layout builder, and commerce price and address fields

field_inheritance 8.x-1.0-alpha5

Bug fixes
Unsupported

Alpha5 addresses coding standards issues and missing config schema problems

field_inheritance 8.x-1.0-alpha4

New features
Unsupported

Views support added to inherited fields

Note:

There are 2 known incompatibility issues with Drupal Core at this time:

Views does not support computed bundle fields - This prevents inherited fields from being used in Views. However, applying the patch within the issue does resolve this problem.

field_inheritance 8.x-1.0-alpha3

Bug fixes
Unsupported

Alpha3 release to update the api function name for altering inheritance class

field_inheritance 8.x-1.0-alpha2

Bug fixes
New features
Unsupported

Alpha 2 release containing several bug fixes including inheritance of basefields and reversing the configuration to select included entities/bundles rather than excluded entities/bundles.

field_inheritance 8.x-1.0-alpha1

New features
Unsupported

This is the initial alpha1 release for 8.x-1.0 version of field inheritance.

The core functionality exists to allow users to create, edit, and delete field inheritance configuration entities. Additionally, users can create new field inheritance configuration entities from within an entity's create/edit form.

Subscribe with RSS Subscribe to Releases for Field Inheritance