What’s in the version numbering for Pods?

I imagine version numbering has been used in so many different ways by plugin authors and coders across the web, so I figured I’d clear up the confusion for anyone wondering how we version the Pods plugin. Let’s start with the structure, MAJOR.MINOR.PATCH As you can see above, the first number is the MAJOR numbering, …

Read more

Bundling Pods UI in Pods pre 2.0?

Should we bundle Pods UI within Pods 1.9.9? Considering it’s installed with almost every Pods installation, it makes sense to bundle them together for easier install and less confusion by new users. Right now, Pods UI checks to see if Pods 2.0 is installed before running, if it is then it outputs a notice saying …

Read more

Pods UI 0.7.4.1: Bug Fixes

Release Notes Bugfix: Duplication feature updated to fit code update in publicForm (pod_id + tbl_row_id) Bugfix: Fixed action links to apply_filters before checking if it’s empty Bugfix: Fixed heading / value handling Bugfix: ‘bool’ now accepted as coltype in addition to ‘boolean’ to match Pods Bugfix: Fixed validate notice reference in demo.php plugin

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