Version 2.0.2

September 1, 2022

Fixed

Fix error, if entry doesn't exist in primary site. Thank you, @sfsmfc! #28

Version 2.0.1

August 27, 2022

Fixed

  • Fallback to PrimarySiteId when siteId is not set. #27

Version 2.0.0

June 16, 2022

Fixed

  • Fix bug when requested element id is null in ElementRelationsController::actionGetByElementId. elementId in is now always an int. (0 = null = unused). #21

Version 2.0.0-beta.3

May 25, 2022

Fixed

  • Fix Exception while creating a new entry. #19

Version 2.0.0-beta.2

May 21, 2022

Fixed

  • Fixed Utility Exception when total is zero.

Version 2.0.0-beta.1

May 11, 2022

Added

  • Added basic support for Craft 4.

Version 1.3.6

May 11, 2022

Fixed

  • Fixed Exception which occurred while saving a user. #16

Version 1.3.5

April 11, 2022

Fixed

  • Fixed utilities total count mismatch. #13
  • Fix percentage of CreateRefreshElementRelationsJobsJob. #15

Version 1.3.4

April 11, 2022

Updated

  • Minimize queue job duplicates.
  • Updated database field elementrelations.relations from text to mediumText.

Fixed

  • Fixed performance when redactor/linkit is enabled.

Removed

  • Removed bulkJobSize config option.

Version 1.3.3

February 21, 2022

Updated

  • Prioritize tasks that arrived in the queue via the request refresh buttons.

Fixed

  • Fixed bug that occurred on overview pages when cache is disabled.

Version 1.3.2

February 20, 2022

Updated

  • Updated Queue Job Priority to 4096.

Version 1.3.1

February 20, 2022

Added

  • Added config option for bulk job size.

Version 1.3.0

February 20, 2022

Added

  • Added refresh and reload buttons to element detail field.
  • Show last update date on element detail page.
  • Allow for disabling element events when caching is enabled.

Updated

  • Updated Queue Job Names.
  • Don't refresh non-stale element relations when rebuilding cache without force option.

Fixed

  • Use illuminate/collections as collect() package. #9
  • Only load one element relation at a time. Improves performance on overview pages.

Version 1.2.6

February 4, 2022

Version Bump

Version 1.2.5

February 4, 2022

Fixed

  • Better fix for #6 Safely dropping foreign keys and index on siteId and markup columns.

Version 1.2.4

February 2, 2022

Fixed

  • Fixed #6.

Version 1.2.3

January 7, 2022

Added

  • Added support for LinkIt.

Version 1.2.2

January 6, 2022

Fixed

  • Fix purging of custom fields on User Elements.

Version 1.2.1

January 6, 2022

Added

  • Added Support for Redactor.

Updated

  • Improved Cache Invalidation.

Version 1.2.0

January 4, 2022

Updated

  • Update caching logic.

Fixed

  • There is now always a hint when an element is used in another site.

Version 1.1.3

December 28, 2021

Fixed

  • Add csrf token to utilities form.

Version 1.1.2

December 28, 2021

Added

  • Added Utility Page for Cache Refresh

Version 1.1.1

December 28, 2021

Fixed

  • Database Migrations

Version 1.1.0

December 28, 2021

Added

  • Added caching system and new table to store data and speed up repeated fetches. Big thanks to @gbowne for the implementation! #3

Version 1.0.6

November 18, 2021

Added

  • Added support for Profile Photos.

Fixed

  • Fixed bug that occurred on prefixed SEOmatic fields.
  • SEOmatic and Profile Photo check now only occur when element is an Asset. -> Performance

Version 1.0.5

November 13, 2021

Fixed

  • Fixed bug that occurred on Craft CMS installations with table prefixes. Thank you @gbowne-quickbase! #1

Version 1.0.4

October 25, 2021

Added

  • Added support for SEOmatic.

Version 1.0.3

October 25, 2021

Fixed

  • Removed translation methods in field edit view..

Version 1.0.2

October 25, 2021

Added

  • Show element relations of other sites, when there are none in the current site.
  • Improved frontend performance by delaying the requests by 100ms.

Version 1.0.1

October 23, 2021

Fixed

  • Fixed composer.lock

Version 1.0.0

October 23, 2021

Added

  • Initial release