Skip to content

Snap, editable slug and API response hooks

Latest
Compare
Choose a tag to compare
@olliephillips olliephillips released this 30 Sep 12:52
· 9 commits to master since this release
f0472b9

This release includes new features.

  1. Snap support. Install Ponzu CMS as a snap. See #313 & #307.
    Thanks @igorljubuncic

  2. Editable slug. Ponzu users can now maintain the slug as part of their item maintenance. See #309.
    Thanks @junnotantra

  3. BeforeAPIResponse and AfterAPIResponse hooks added offering opportunities to modify API response. See #305