Skip to content

3.36

Compare
Choose a tag to compare
@jorgecc jorgecc released this 19 Feb 13:53
· 132 commits to master since this release

2020-02-19 3.36

  • removed compileExpression() // it was never used
  • solved csrfIsValid() when it is compile with mode BladeOne::MODE_FAST
  • @csrf tag it has a new argument (name of the token)
    * @csrf('_mytag')
  • method csrfIsValid has a new argument (name of the token)
    * $ blade->csrfIsValid(true,'_mytag');