Blog

Pods project status update

We’ve been hard at work on Pods 3.0, which started out as Pods 2.4. We decided to up the version from Pods 2.4 to 3.0 due to some large performance improvement changes in our code architecture. Specifically, for memory usage and how we’re handling our objects for the inclusion of Field Groups and Loop Fields. …

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

New Component: Import Post Types and Taxonomies created by the Custom Post Type UI plugin

Check out this new component we created yesterday. It can be enabled under Pods Admin > Components. It will walk you through the simple process of migrating your Custom Post Types and Taxonomies directly from Custom Post Type UI into Pods 2.0 — It will import all of your labels and settings, so you can …

Read more

Pods 1.12.4: Tweaks and bug fixes

Release Notes Added: ‘offset’ parameter to Pod::findRecords, allows you to offset what results to start with, which is added to the offset calculated based on current page number and limit Added: ‘page_var’ parameter to Pod::findRecords, allows you to set a custom page_var (default is ‘pg’), setting it will reset the current page number, set during …

Read more

Pods 1.12.3: Bug fix release

Release Notes Added: Pods UI findRecords parameters array now goes through a new filter called “pods_ui_findrecords” Fixed: Forcing boolean check if true in bypass_helpers in PodAPI Fixed: Pod Page automatic title generation now removed WP home path (for WP sites in sub-directories); Props @chrisbliss18 Fixed: nicEdit JS “A.createRange()||document.createRange()” fix for JS errors on certain browsers …

Read more

Pods 2.0 Alpha Testing

Current Alpha Version: 35 (08/07/2012) How to Install First, Grab the ZIP on our GitHub, extract the contents of the “pods-framework-pods-XXXXX” folder inside and upload it into a new folder located at wp-content/plugins/pods-2.0/ (Use pods-2.0 as the folder name instead of just ‘pods’ in order to allow you to flip between Pods 1.x and 2.0 during testing) …

Read more