diff --git a/changelog.txt b/changelog.txt index 3a2a4c364c..7688976097 100644 --- a/changelog.txt +++ b/changelog.txt @@ -2,6 +2,12 @@ Found a bug? Have a great feature idea? Get on GitHub and tell us about it and w Our GitHub has the full list of all prior releases of Pods: https://github.com/pods-framework/pods/releases += 3.0.7 - October 19th, 2023 = + +* Fixed: Avoid duplicate fields showing up when registering fields manually through `pods_group_add()` instead of through normal DB or file-based configs. #6317 (@sc0ttkclark) +* Fixed: Resolve cases where Settings pod types would treat every save as a new item. (@sc0ttkclark) +* Fixed: Swept through the codebase to fix all remaining return type issues with PHP 8+ for the most common extended/implemented methods. (@sc0ttkclark) + = 3.0.6 - October 2nd, 2023 = * Fixed: Resolved a plugin conflict with The Events Calendar / Event Tickets plugins that was introduced in 3.0.5. (@sc0ttkclark) @@ -2387,3 +2393,534 @@ Fixed: Serial comma display works again for Users, Comments, and Media relations * Added: ability to override pager var ($this->page_var) * Added: load_helper, load_pod, load_template, drop_helper, drop_pod, drop_template methods support the "name" field as well as the id * Added: load_page, drop_page methods support the "uri" field as well as the id + += 1.8.2 - February 14th, 2010 = + +* IMPROVED: PICK taxonomy support (not just categories) +* IMPROVED: "Browse Content" styling +* ADDED: import/export file column support +* FIXED: magic tag bug with "wp_" column names +* FIXED: replaced str_split for PHP4 users +* FIXED: $_POSTs in save_pod_item (API) +* FIXED: weird Pod Page chars added when using nginx proxy + += 1.8.1 - January 17th, 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: