Version 2.0.0

May 18, 2022

Added

  • Added Craft 4 compatibility

Version 1.3.2

March 29, 2022

Fixed

  • Bring input more in line with latest Craft changes, closes #34

Version 1.3.1

December 14, 2021

Changed

  • Omit saving of relations that were not modified

Version 1.3.0

August 25, 2021

Changed

  • Added Craft 3.7 compatibility (thanks to @brandonkelly)

Version 1.2.5

June 8, 2021

Changed

  • Show field handle in fields list

Version 1.2.4

March 4, 2021

Added

  • Added PHP8 support

Version 1.2.3

December 23, 2020

Fixed

  • Fixed PHP error when source was set to "*"

Version 1.2.2

September 21, 2020

Fixed

  • Fixed issue where only enabled elements were saved

Version 1.2.1

May 13, 2020

Fixed

  • Fixed issue where no fields could be found

Version 1.2.0

May 8, 2020

Added

  • Added support for Categories

Fixed

  • Fixed error when saving from a SuperTable field

Version 1.1.8

March 17, 2020

Fixed

  • Fixes issue when the cached element didn't have any old sources

Version 1.1.7

November 28, 2019

Fixed

  • Fixes issue where the cached element could be queried from the target site, while it should come from the source site

Version 1.1.6

November 27, 2019

Fixed

  • Fixes issue where we reversed to the primary site rather than the current site
  • Fixes issue where a cached element could not be found, but the field still relied on it

Version 1.1.5

May 24, 2019

Fixed

  • Fixed issue where SQL errors could occur if the Craft installation's tables were prefixed

Version 1.1.4

May 9, 2019

Fixed

  • Fixed a PHP error that could occur of "all sources" was checked

Version 1.1.3

May 9, 2019

Changed

  • You can now select Entries fields in all contexts as target field

Fixed

  • Prevented selection of another reverse entries field as target field

Version 1.1.2

May 9, 2019

Fixed

  • Fixed eager loading map

Version 1.1.1

March 29, 2019

Changed

  • You can now only select Entries fields as target field.

Version 1.1.0

March 15, 2019

Added

  • Added Craft 3.1 compatibility

Removed

  • Removed Schematic compatibility (not compatible with Craft 3.1)

Version 1.0.4

December 10, 2018

Fixed

  • Fixed saving new reverse relations
  • Fixed deleting reverse relations
  • Fixed bug when importing with Schematic when the target field didn't yet exist
  • Fixed bug where targets where validated

Version 1.0.3

December 7, 2018

Fixed

  • Fixed bug when importing with Schematic

Version 1.0.2

December 7, 2018

Added

  • Added Schematic support

Version 1.0.1

December 7, 2018

Added

  • Added plugin icon
  • Added Dutch translation

Fixed

  • Fixed allowed sources implementation
  • Fixed deprecation warning

Version 1.0.0

December 7, 2018

Added

  • Initial release