PushType v0.10.0 Release Notes

Release Date: 2016-11-21 // over 7 years ago
  • ๐Ÿ”– Version 0.10.0 introduces a new API engine, a node preview feature, some cleaning up of internal methods and a bag of bug fixes.

    • ๐Ÿ†• New API engine for managing content and enabling external integrations
    • Auth engine authenticates the API engine using JWT
    • ๐Ÿ†• New feature to allow administrators to preview draft nodes
    • Improved namespacing of PushType engines and rewrite of mount_push_type routing method
    • Ability to mount the PushType front end somewhere other than the root of your project
    • Rewrite of media_path and node_path URL helpers with simplified use. asset_host URLs used where appropriate.
    • ๐Ÿ‘Œ Improved validation on parent-child node relationships
    • ๐Ÿ›  Fixed pagination bug on asset modal
    • ๐Ÿ›  Fixed thumbnail bug on SVG asset uploads