Skip to content
This repository has been archived by the owner on Dec 4, 2022. It is now read-only.

Releases: sebastiangreger/kirby3-sendmentions

Major update: Version 1.0 beta 1

02 Jun 08:47
51d4b13
Compare
Choose a tag to compare

Please note: while the plugin automatically converts stored data from version 0.x to the new storage logic (no guarantees; always make sure to have a backup of your content before updating plugins!), manual changes to the settings in config.php are required (most importantly setting up templates to send webmentions for, and the newly introduced asynchronous cronjob setup). See the Readme document for details.

Finally moving from experimental to beta, version 1.0 brings a wide range of updates:

  • storage of send log moved to a new file format (YAML in a subfolder structure, instead of JSON)
  • support for virtual pages
  • new panel section with better overview of sent mentions and tools to trigger resubmissions, access archived copies etc.
  • notifications are sent asynchronously by default to avoid long lag in Panel UI (requires cron job; synchronous mode still possible to reactivate for the moment, but to be deprecated in future version)
  • plugin by default inactive for all templates (data minimalism + privacy-by-default); needs to be configured in config.php
  • page-level controls to override site-wide default for ping on publish/update