Skip to content

Daymark 0.6.0

Choose a tag to compare

@github-actions github-actions released this 04 Aug 00:20
· 165 commits to main since this release
025159f

Changed

  • Moment is now Daymark, and your posts are now called Marks — the wordpress.org plugin review team did not approve the name "Moment" and approved "Daymark". The app lives at /daymark on new installs; existing installs keep their current app URL, so a home-screen icon keeps working. (#35)
  • Existing installs are converted automatically: a one-time migration renames the stored options, per-user preferences, post and comment meta, and the section pages' blocks/shortcodes in place. Nothing is lost and nothing needs to be done by hand. (The migration will be retired in a later release.) (#35)
  • For developers: every public identifier is renamed with no back-compat bridges — REST is daymark/v1 with a marks resource, blocks are daymark/*, shortcodes [daymark_*], hooks and meta use the daymark_/_daymark_* prefixes (the post marker is _daymark_is_mark), and PHP classes are Daymark_*. (#35)

Full Changelog: 0.5.0...0.6.0