The update to Drupal Core 8.6 renames the table for `taxonomy__term__hierarchy` to `taxonomy__term__parents`. This can cause an error if you try to refresh the cache before running update hooks. Simply running the updates first will resolve the issue.
In this release, the module code was written from scratch. Also fixed some bugs and added a hook to change the priority role of the user. Note! Before updating, remove the default meta tags for the roles and configure them again after the update.
Issue #3004239: Changed the logic of which default image field name for media entity should be used for the Social share image styles and tokens.
Issue #2997571 by alonaoneill: Changed [Varbase Media] module info.yml to project:module syntax standard not to have a broken installation of sub profiles.