Skip to content

2.8.0

Choose a tag to compare

@github-actions github-actions released this 27 Mar 03:16
· 32 commits to develop since this release
2.8.0
930406d

Added

  • Added the sprig.isSuccess variable.
  • Added the sprig.isError variable.
  • Added the sprig.message variable.
  • Added the sprig.modelId variable.

Deprecated

  • Deprecated the success variable. Use sprig.isSuccess or sprig.isError instead.
  • Deprecated the flashes variable. Use sprig.message or craft.app.session.flash() instead.
  • Deprecated the id variable. Use sprig.modelId instead.