Daymark 0.6.0
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
/daymarkon 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/v1with amarksresource, blocks aredaymark/*, shortcodes[daymark_*], hooks and meta use thedaymark_/_daymark_*prefixes (the post marker is_daymark_is_mark), and PHP classes areDaymark_*. (#35)
Full Changelog: 0.5.0...0.6.0