Releases: outl1ne/nova-page-manager
Releases · outl1ne/nova-page-manager
2.1.1
2.1.0
2.0.3
2.0.2
2.0.1
Changed
- Hide Pages' IDs
- Order pages in such a way that its children are shown underneath it in Index view (by @KasparRosin)
- Slug field now shows the parents' slugs in edit and create views (by @KasparRosin)
- Slug field now only allows alphanumeric characters, dashes and underscores (by @KasparRosin)
2.0.0
NB! This is a major release. Please consult UPGRADING.md for an upgrading guide.
Changed
- Moved all configuration options from
NovaPageManager::configure()
toconfig/nova-page-manager.php
. - Improved drafting feature (thanks to @KasparRosin)
- Changed page link text from 'view' to 'view draft' when the page is a draft (thanks to @KasparRosin)
- Fixed draft not updating all of the Page's fields when publishing (thanks to @KasparRosin)
- Fixed "create & add another" continuously adding draft buttons to the UI (thanks to @KasparRosin)