Releases: getshifter/wp-serverless-forms
Releases · getshifter/wp-serverless-forms
1.3.2
Hotfix 🔥Removed Axios Dep
1.3.1 Removed axios dependency
Say hello to Zapier + WP Serverless Forms 👋
1.3.0 updated to version 1.3.0
Pre-release: Support for WPForms and thank you pages!
This pre-release includes the following:
- Support for "thank you" pages, also known as the page that users are redirected to when they successfully submit the form. '/thank-you'
- Console logs for logged in users. If an endpoint is not set but the plugin is installed, a console log will display to assist for troubleshooting. e.g.
console.log("WP Serverless Forms is installed but no endpoint is set."); - Testing for when no-endpoint is set. If no-endpoint is set, the main script for this plugin will not run. No console.log errors will display for logged out users.
Added support for Gravity Forms, wohoo! 🎉
This release added limited support for Gravity Forms.
What does limited mean?
I say limited because Gravity Forms offers a lot. This this release/plugin cover all of the many features Gravity Forms offers? No, but it does cover the basics.
What's new?
- Adds required HTML attributes in replace of GF's JavaScript approach e.g.
<input required - Disabled Ajax on forms by default, Ajax is not supported yet
- Removes onClick validation in favor or HTML required attributes
Test release
1.1.4 Updated assets
Release
1.1.2
Removed unused files
Merge pull request #8 from getshifter/develop removed unused code
Adding GitHub Action
Adding GitHub actions to create a release pipeline to wp.org