All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- Better fix for #6 Safely dropping foreign keys and index on
siteId
andmarkup
columns.
- Fixed #6.
- Added support for LinkIt.
- Fix purging of custom fields on User Elements.
- Added Support for Redactor.
- Improved Cache Invalidation.
- Update caching logic.
- There is now always a hint when an element is used in another site.
- Add csrf token to utilities form.
- Added Utility Page for Cache Refresh
- Database Migrations
- Added caching system and new table to store data and speed up repeated fetches. Big thanks to @gbowne for the implementation! #3
- Added support for Profile Photos.
- Fixed bug that occurred on prefixed SEOmatic fields.
- SEOmatic and Profile Photo check now only occur when element is an Asset. -> Performance
- Fixed bug that occurred on Craft CMS installations with table prefixes. Thank you @gbowne-quickbase! #1
- Added support for SEOmatic.
- Removed translation methods in field edit view..
- Show element relations of other sites, when there are none in the current site.
- Improved frontend performance by delaying the requests by 100ms.
- Fixed composer.lock
- Initial release