Skip to content

Releases: getshifter/wp-serverless-forms

1.3.2

25 May 19:15

Choose a tag to compare

Version bump

Hotfix 🔥Removed Axios Dep

25 May 15:06

Choose a tag to compare

1.3.1

Removed axios dependency

Say hello to Zapier + WP Serverless Forms 👋

24 May 20:33

Choose a tag to compare

1.3.0

updated to version 1.3.0

Pre-release: Support for WPForms and thank you pages!

22 Mar 22:09

Choose a tag to compare

This pre-release includes the following:

  1. Support for "thank you" pages, also known as the page that users are redirected to when they successfully submit the form. '/thank-you'
  2. 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.");
  3. 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! 🎉

14 Mar 17:27

Choose a tag to compare

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

06 Mar 23:37

Choose a tag to compare

1.1.4

Updated assets

Release

06 Mar 23:16

Choose a tag to compare

1.1.3

Updated readme

1.1.2

06 Mar 22:11

Choose a tag to compare

updated workflow file

Removed unused files

06 Mar 22:06
9ae2375

Choose a tag to compare

Merge pull request #8 from getshifter/develop

removed unused code

Adding GitHub Action

06 Mar 20:57

Choose a tag to compare

Adding GitHub actions to create a release pipeline to wp.org