Skip to content

Commit

Permalink
Update changelog and set callbackUrl arg to the correct name
Browse files Browse the repository at this point in the history
  • Loading branch information
sc0ttkclark committed Jul 5, 2023
1 parent ea6c7b2 commit a7120e3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
5 changes: 3 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Contributors: sc0ttkclark, zrothauser, keraweb, jimtrue, quasel, nicdford, james
Donate link: https://friends.pods.io/
Tags: pods, custom post types, custom taxonomies, content types, custom fields, block
Requires at least: 6.0
Tested up to: 6.2
Tested up to: 6.3
Requires PHP: 7.2
Stable tag: 3.0.0-rc-1
License: GPLv2 or later
Expand Down Expand Up @@ -186,7 +186,8 @@ New minimum required versions have been updated as follows which includes notice

**3.0 Changelog**

* Feature: Conditional Logic for Fields - You can now choose to show or hide a Pods field based on the value of another Pods field. More will be expanded into this functionality in the future. #609 (@zrothauser, @sc0ttkclark, @Shelob9)
* Feature: Conditional Logic for Fields - You can now choose to show or hide a Pods field based on the value of another Pods field. More will be expanded into this functionality in the future. #609 (@zrothauser, @sc0ttkclark, @Shelob9)
* Feature: Support for the new WordPress 6.3 (or if you are using the Gutenberg plugin) feature for Command Palettes. This will allow you to contextually go to the Edit Pod screen for the matching Pod configuration of that post type. (@sc0ttkclark)
* Added: Set up backward compatible updates to our prior `depends-on` and related logic for internal conditional logic prior to Pods 3.0 so they now properly translate over to the new format required. (@sc0ttkclark)
* Added: When importing and exporting Pods packages, they now include the list of active components.
* Fixed: When extending a post type or taxonomy it will now use the associated post type or taxonomy label when setting up the pod so it matches. #6350 (@sc0ttkclark)
Expand Down
6 changes: 3 additions & 3 deletions src/Pods/Blocks/API.php

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a7120e3

Please sign in to comment.