Blog

Pods 2.7.10 Release: Gutenberg and WP 5.0 Compatibility

pods-2.7.10-update

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 …

Read more

Introducing Pods JSON API

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 …

Read more

Introducing Pods Frontier Auto Templates

Pods Frontier Auto Templates Logo

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 …

Read more

Pods 2.0 has arrived!

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 …

Read more

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 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

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