Pods 2.9.4 Maintenance Update
This update includes 6 features, 2 enhancements, 1 change, 1 tweak, and 21 bug fixes
This update includes 6 features, 2 enhancements, 1 change, 1 tweak, and 21 bug fixes
We are releasing Pods 2.7.10 onto the WordPress.org plugin repository today to accommodate WordPress 5.0 and Gutenberg Compatibility. Updated Post for 2.7.11 Update: 2.7.11 was also released into the repository to handle an overaggressive Gutenberg Block Editor check. This was causing some conflicts with Classic Editor and Yoast SEO, but has been corrected. If you update …
Today we released a beta version of a plugin that implements the WordPress REST API plugin WP-API for Pods. Our new plugin, PODS JSON API adds new end points that allow access to various methods in the Pods and Pods API classes when using WP-API. This plugin may be merged into Pods itself in the future …
Pods Frontier Auto Templates is an add-on plugin for Pods that allows you to easily set which Pods Template is used to display the content for post type and custom taxonomy Pods. Today we released a new version, 1.0, with an option to replace post content with the Pods Template, instead of appending the template …
Update:This post was updated on Monday May 19th to reflect changes made in version 0.2.0. Pods Frontier Auto Templates is a new Pods plugin for automatic output of Pods Templates. This new plugin, the first created with our new Pods Plugin starter plugin, allows you to easily set which Pods Template is used to display …
Pods 2.1 is now out, go check out all the goodies and see the change log at http://wordpress.org/extend/plugins/pods/changelog/
Background The Pods Framework has been around since late 2008. Planning, design, development, and testing started in 2010 for Pods 2.0 leading to an Alpha release on January 2nd, 2012. Beta was released on August 12th, 2012. Now Pods 2.0 has finally arrived, as of September 21st, 2012! After our soft launch, we’ve been working …
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: …
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 …
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