Blog

Pods 1.14.4: Bug fixes and tweaks

Release Notes Security Update Reminder: As of Pods 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) Note: Oh hey, Pods 2.0 is coming out September 21st! Please help us continue to test the beta this week: http://dev.podsframework.org/tag/pods2/ Changed: …

Read more

Pods 2.0 impact on WordPress core

I was looking through some filters I’ve been enjoying utilizing in Pods 2.0 lately, and remembered that I was the one who ticketed and patched them in! Check out how Pods 2.0 has effected WordPress during it’s development here: http://core.trac.wordpress.org/changeset/15983 http://core.trac.wordpress.org/changeset/16017 http://core.trac.wordpress.org/changeset/16019 http://core.trac.wordpress.org/changeset/16056 http://core.trac.wordpress.org/changeset/16059 http://core.trac.wordpress.org/changeset/16106 http://core.trac.wordpress.org/changeset/16286 http://core.trac.wordpress.org/changeset/21831 http://core.trac.wordpress.org/changeset/21837 http://core.trac.wordpress.org/ticket/15249 http://core.trac.wordpress.org/ticket/15250 http://core.trac.wordpress.org/ticket/21614 (committed) http://core.trac.wordpress.org/ticket/21676 During testing, …

Read more

Pods 1.14.3: Bug fixes and tweaks

Release Notes Added: Reordering a Pod (using pods_ui_manage) now has a new capability check for pods_reorder_pod_podname (Custom WP capability you can add to the user’s role if they don’t have pod_podname access already) Added: New pods_page_precode_X action, where X is the Pod Page URI Fixed: get_field from returning values if an id is not set …

Read more