Releases: Log1x/sage-html-forms
Releases · Log1x/sage-html-forms
v1.1.0
Change log
Enhancements
- 🔧 Change render priority to
5
for improved compatibility (Fixes #19) by @netserwisIT in #20 - 🔒️ Add nonce field introduced in HTML Forms v1.5.4 by @johanmolen in #23
- 📝 Clarify variables in README by @csorrentino in #22
- 👷 Update workflow by @Log1x in #24
New Contributors
- @netserwisIT made their first contribution in #20
- @johanmolen made their first contribution in #23
- @csorrentino made their first contribution in #22
Full Changelog: v1.0.6...v1.1.0
v1.0.6
v1.0.5
v1.0.4
Change log
Enhancements
- enhance(console): Truncate form:list submission results (#13)
- chore(readme): Change HTML Forms URL to WordPress.org
- chore(readme): add HTML Forms to the requirements
Bug fixes
v1.0.3
v1.0.2
Change log
Enhancements
- feat(console): Add form:list command for displaying available forms and their submissions
- feat(view): Add
@htmlform
blade directive for calling the form in views - enhance(provider): Clean up ServiceProvider
- enhance(admin): Better implementation of the admin menu clean up