Changelog
1.8.1 (Jan 17, 2010)
- ADDED: Pre-drop and Post-drop helpers
- ADDED: Several plugin hook actions, e.g. "pods_pre_save_pod_item"
- IMPROVED: bypass Pod Pages when $pods = 404
- IMPROVED: <label> added to each input field
- IMPROVED: Before/After helpers are now Pre-save/Post-save helpers
- FIXED: date picker for Public Forms
- FIXED: IE issue when saving a form
1.8.0 (Jan 5, 2010)
- IMPROVED: custom publicForm() ordering
- FIXED: DB error when using Input Filters
- FIXED: UTF-8 characters in "code" columns
1.7.9 (Dec 17, 2009)
- ADDED: full API for database IO
- ADDED: support for wp-config.php above webroot
- IMPROVED: AJAX requests now go through the API
- IMPROVED: nicEdit.js and swfupload.js load only when needed
- IMPROVED: New MySQL tables use UTF-8
- FIXED: PHP warnings break AJAX output
- FIXED: Removed <br /> from default nicEdit output
- FIXED: "headers already sent" warning
- FIXED: IE issue with the datepicker
1.7.8 (Nov 13, 2009)
- IMPROVED: file column: "Browse Server" feature
- IMPROVED: File uploader automatically detects max upload size
- FIXED: PHP warning on Roles page when no pods exist
1.7.7 (Nov 6, 2009)
- FIXED: bug when renaming columns
- FIXED: bug with duplicate file progress bars
- FIXED: nicEdit width bug in IE
- FIXED: uninstall script
- FIXED: bug with Pod Pages not being found (for WP subdirectory installs)
- FIXED: state + country data not being loaded with clean install
1.7.6 (Oct 27, 2009)
- NOTE: BACKUP YOUR DATABASE BEFORE UPGRADING!
- IMPROVED: Brand new file uploader
- IMPROVED: Complete file column integration w/ WP Media Manager
- ADDED: Drag-n-drop column sorting under "Manage Pods"
- IMPROVED: get_field() to support new file columns
- FIXED: Bug when adding a new PICK column
1.7.5 (Oct 15, 2009)
- FIXED: Pod Page precode couldn't access some WP core functions
- FIXED: Now using STYLESHEETPATH instead of TEMPLATEPATH (for child theme support, thanks xentek)
- FIXED: Killed the pesky 404 for Pod Pages (thanks Scott)
- FIXED: Pods menu won't appear for users with no access (thanks Scott)
- IMPROVED: Interface cleanup (*ahem* Welcome page)
- ADDED: Help text within the Pods management panel
- ADDED: Ability to view the changelog from within the Welcome page
- ADDED: is_pod_page() function
1.7.4 (Sep 30, 2009)
- ADDED: Multiple public forms on a single page
- ADDED: Submit button "label" parameter for publicForm()
- FIXED: better SESSION conflict handling
- FIXED: When editing an item, public forms would overwrite ALL columns (even when a user specifies columns to use)
1.7.3 (Sep 21, 2009)
- ADDED: Detail Page option under Manage Pods
- IMPROVED: pagination hidden unless needed
- IMPROVED: role manager now using checkboxes
- IMPROVED: pods_url_variable() now supports POST and SESSION variables
- FIXED: rare jQuery conflict that disabled the submit button on Public Forms
- CHANGED: Magic Tag functionality with PICK columns (see "print_field" package)
1.7.2 (Sep 2, 2009)
Go to page: 1
2
3
4
5
- ADDED: dot-traversal for get_field() and Magic Tags (thanks JP)
- IMPROVED: public form security (less "Form token expired" nags, better validation)
- IMPROVED: slug columns are now *really* unique
- IMPROVED: more efficient findRecords() - table JOINs are only used when needed
- FIXED: minor bug when determining which Pod Page takes precedence (thanks Scott)
- FIXED: major permissions bug with pods_access (thanks Scott)
- FIXED: The default column type was blank in Safari
- FIXED: fatal bug when importing a CSV file with the Pods API (thanks Andy)
- FIXED: Pod() input parameters now being sanitized (thanks Scott)
- FIXED: session_start() moved into the WP "init" hook (to play nice with Shopp and other plugins)
