Summary
PressedMail 1.0.25 fixes one issue. If you use PressedMail and PressedNotes on
the same site, updating to 1.0.24 could break the site's REST API, including
editor and admin screens. This release removes the conflicting route.
Fixed
- PressedMail now serves its REST routes only under
pressedmail/v1. The old
api/v1 mirror could conflict with another plugin and stop WordPress REST
requests. Removing the mirror prevents that conflict.
Both editions shipped the mirror, so both editions change.
Upgrade Notes
- If your site showed "There has been a critical error on this website" after
updating to 1.0.24 with PressedNotes active, update to 1.0.25. You do not
need to change settings or reconnect a mailbox.
- Anything of your own that called
/wp-json/api/v1/...directly must call
/wp-json/pressedmail/v1/... instead. The plugin itself never needed the old
path.





