1.1.1
July 30th, 2018
- Fix Entry and page slugs get validated for uniqueness to prevent overriding existing items. #17
- Fix Changing the title (and therefore the slug) changes the slug/filename.
- Fix Fix error when updating a page
1.1.0
July 16th, 2018
- New Assets may be uploaded.
- New Page and entries may be deleted.
- New Add
error
array variable so you can create inline errors. (eg.error:title
etc) - Fix Boolean string values are converted to booleans. (eg.
"true"
becomestrue
) - Fix Publish state can be specified when creating entries.
- Fix The "slugify" field (typically
title
) is always required. - Fix The
title
field is always whitelisted. - Fix Fix issue where errors were not shown when editing entries or creating pages.