Blog

Pods 1.14.2: Bug fix and Security Reminder

Release Notes

  • Security Update Reminder (from 1.12): AJAX API calls all utilize _wpnonce hashes, update your customized publicForm / input helper code AJAX (api.php and misc.php expect `wp_create_nonce(‘pods-‘ . $action)` usage)
  • Changed: More strictness to the above security update, also setting tighter defaults for security access w/ uploader

3 thoughts on “Pods 1.14.2: Bug fix and Security Reminder”

  1. I mean is possible in 1.14.2 version to use wp_redirect function call (in post save helper) to redirect user after submitting the public form to another, e.g. thank you page? I mean will this code now work in post save helper for a pod e.g. this code

    • the php code is not showing, so I will try once more wp_redirect(‘../thanks’); PLease, merge these 3 replies into one if possible, I wasn’t able to edit my post. There is not such a function available. Just permalink and reply. Thanks.

Comments are closed.