Skip to content
This repository was archived by the owner on Jun 16, 2026. It is now read-only.

Releases: statamic/workshop

1.1.3

21 Aug 19:24

Choose a tag to compare

  • [fix] You can now update date/order keys when editing entries.

1.1.2

21 Aug 19:03
5fc0cd0

Choose a tag to compare

  • [fix] Leaving empty file upload fields no longer throw errors.

1.1.1

30 Jul 16:23

Choose a tag to compare

  • [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

16 Jul 18:46

Choose a tag to compare

  • [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" becomes true)
  • [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.

1.0.0

01 Sep 20:57

Choose a tag to compare

  • [new] 🐣Initial release.