Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 14, 2023

Bumps johnbillion/extended-cpts from 4.5.2 to 5.0.3.

Release notes

Sourced from johnbillion/extended-cpts's releases.

5.0.3

  • Confirms the library is tested with WordPress 6.1

5.0.2

  • Fixes a Composer installation issue, thanks @​defunctl 👍
  • Confirms the library is tested with WordPress 5.9

5.0.1

  • Fixes an issue with the title argument for post type listing screen columns, thanks @​huubl 👍

5.0.0

This is mostly a release to modernise the internal code in the library, with some fixes and potentially breaking changes.

  • The minimum supported PHP version is now 7.4
  • The minimum officially supported version of WordPress is now 5.6
  • An admin column custom callback function now receives the WP_Post object as its first parameter (use this instead of the $post global) - #135
  • Internal PHP classes were namespaced and renamed which means you may need to update any strictly typed parameters when using the ext-cpts/* or ext-taxos/* actions - See https://github.com/johnbillion/extended-cpts/wiki/Available-filters-and-actions for details
  • Post types are now included in the Recently Published dashboard section by default (dashboard_activity argument) - #163
  • Potentially incorrectly displayed dates for admin columns that use date_format have been fixed - #105
  • New actions were introduced: ext-cpts/{post_type}/admin-instance and ext-taxos/{taxonomy}/admin-instance - #166
Commits
  • 4daaaef Version 5.0.3.
  • e50e321 Merge branch 'develop' into wp61
  • 2a9731a Don't report unmatched ignored errors.
  • c8e1805 Nightlies are on dev-main.
  • 0ef8d6f Add CI testing for WordPress 6.1.
  • 4cb7c53 Use latest Ubuntu in CI.
  • 1d70684 Various argument updates.
  • f88cca6 Give a helping hand to YAML validation in VS Code.
  • 758ffa8 Fix some issues reported by PHPStan.
  • c397088 Updated johnbillion/args to 1.4.1
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [johnbillion/extended-cpts](https://github.com/johnbillion/extended-cpts) from 4.5.2 to 5.0.3.
- [Release notes](https://github.com/johnbillion/extended-cpts/releases)
- [Commits](johnbillion/extended-cpts@4.5.2...5.0.3)

---
updated-dependencies:
- dependency-name: johnbillion/extended-cpts
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jun 14, 2023
@jazzsequence jazzsequence merged commit 40b6635 into main Jun 14, 2023
@jazzsequence jazzsequence deleted the dependabot/composer/johnbillion/extended-cpts-5.0.3 branch June 14, 2023 18:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants