Blog

Pods 1.12: Security Update, Features, Changes, and Bug Fixes

Release Notes Important: As with all upgrades, we take them seriously. If you experience any major issues when upgrading to this version from a previous version, immediately contact [email protected] and we’ll help get your upgrade issue figured out (critical bugs only please) Security Update: AJAX API calls all utilize _wpnonce hashes, update your customized publicForm …

Read more

Pods 1.11: MySQL Performance Improvements, Minor Features, and Bug Fixes

Release Notes Improved: MySQL performance enhanced with a number of MySQL indexes and column type tweaks, your DB will be automatically upgraded for you Added: PodInit :: setup now has filters / actions that run before / after install and updates Added: PodInit :: setup now explicitly sets CHARSET / COLLATE options as defined in …

Read more

Pods 1.10.1: Minor Features, Improvements, and Bug Fixes

Release Notes Added: New wp_pod and wp_pod_tbl_* table fix tool under Pods >> Setup >> Settings tab to resync your wp_pod table (clear orphans in wp_pod, and sync from wp_pod_tbl_* to wp_pod what doesn’t already exist) – Useful for those who imported directly to wp_pod_tbl_* but forgot to import into wp_pod Added: Set Meta Tags …

Read more

Pods 1.10: New Features, Bug Fixes, and Pods UI now included!

Release Notes Added: Full revamped UI for Content Management via Pods UI (you no longer need two separate plugins – Pods and Pods UI) Added: TinyMCE is now the default visual editor in WP Admin pages (nicEdit remains default for frontend forms), you can still use the newly updated TinyMCE for Pods package to customize …

Read more

Pods 1.9.8: Overwrite Existing Package Feature / Bug Fixes

Release Notes Added: New Option to override existing packages during package import Added: Pods and additional database calls are not initiated (but you can run the code as the files are included) when SHORTINIT is defined and set to true (also does not load much of WP itself) Improved: Enhanced display / error information and …

Read more

Pods 1.9.7: Minor Features / Bug Fixes

Release Notes Added: ‘having’ parameter to Pod :: findRecords Added: #spacer_$name ID is now set on the spacer (div.pods_form div.clear) directly after a field) for clean UI when utilizing advanced CSS / jQuery usage; Also increased spacing by 5px Improved: Increased integer limits on IDs throughout the database to allow for more (or just higher …

Read more

Pods 1.9.6: Security Update / New Features / Bug Fixes

Release Notes Security Update: New security settings section in the Pods >> Setup >> Settings tab to restrict access to the File Browser / Uploader used in publicForm — adjust the settings to fit your site if you experience any problems with your File Uploader Changed: PICK Field Multi-select saving now uses data-value=”…” instead of …

Read more

Getting the Current Full URL of any page in Pods 1.9.6

Pods 1.9.6 isn’t out yet, we’re waiting on the fully working TinyMCE API to be ready, but once it is, we’ve added a new function called get_current_url() You can use get_current_url() to get the full URL including the protocol, current hostname, and URI. This differs from just using $_SERVER[‘REQUEST_URI’] because it’s absolute. You can use …

Read more