Blog

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

Pods 1.14.1: Bug fixes

Release Notes Changed: Uploaded files now uses data-post-id attribute in file row div to avoid issues with IDs, backwards compatibility maintained for old input helpers using IDs Fixed: Uploaded files not showing in form in the order of upload on subsequent edits Fixed: Fixed an issue with adding / editing fields where “Related to” dropdown …

Read more

Pods 1.14: New Uploader (plupload) and Bug fixes

Release Notes Important Change / Addition: For installations using WordPress 3.3+, we have switched the default uploader to Plupload from SWFUpload due to incompatibilities introduced in WP 3.3.2 that effect all plugins and themes using the styled button. Be sure to update your file upload helpers using our examples at https://pods.io/packages/file-uploader-input-helpers/ Added: edit_where_any option in …

Read more