Skip to content

Releases: NitroXy/php-forms

1.1.0

29 May 21:25
@ext ext
Compare
Choose a tag to compare

Breaking changes:

  • Layout classes must now implement preamble and postamble functions.
  • Layout classes must now implement render_hidden function.

Bugfixes:

  • Fixed layout being instance instead of string.

Features:

  • Supports additional HTTP methods (PATCH, DELETE, etc).
  • Support customizing <form> wrapper using preamble and postamble.