Skip to content

Add author to post type support for event and venue.#1050

Merged
mauteri merged 4 commits intodevelopfrom
GP-1049
Apr 19, 2025
Merged

Add author to post type support for event and venue.#1050
mauteri merged 4 commits intodevelopfrom
GP-1049

Conversation

@mauteri
Copy link
Copy Markdown
Contributor

@mauteri mauteri commented Apr 19, 2025

Description of the Change

author was not added to supported for events and venues. This meant author was not showing up with changes to WordPress 6.8.

Closes #1049

How to test the Change

Changelog Entry

Added - New feature
Changed - Existing functionality
Deprecated - Soon-to-be removed feature
Removed - Feature
Fixed - Bug fix
Security - Vulnerability

Credits

Props @mauteri, @patriciabt

Checklist:

  • I agree to follow this project's Code of Conduct.
  • I have updated the documentation accordingly.
  • I have added tests to cover my change.
  • All new and existing tests pass.

@what-the-diff
Copy link
Copy Markdown

what-the-diff bot commented Apr 19, 2025

PR Summary

  • Addition of 'author' Support in Post Type Registration
    The update allows the inclusion of 'author' in the post type registration within the file class-event-setup.php. This enhancement will enable better tracking and attribution of events' creators.

  • Author Support for Post Type Registration in 'class-venue.php'
    This change adds 'author' support to the post type registration inside the class-venue.php. This improved functionality ensures the identification of post authors in the venue context is streamlined.

@mauteri mauteri marked this pull request as ready for review April 19, 2025 13:55
@github-actions
Copy link
Copy Markdown
Contributor

Preview changes with Playground

You can preview the recent changes for PR#1050 with the following PHP versions:

PHP Version 8.3

PHP Version 7.4

Download .zip with build changes

Made with 💙 from GatherPress & a little bit of WordPress Playground. Changes will not persist between sessions.

@mauteri mauteri merged commit a5201e5 into develop Apr 19, 2025
35 checks passed
@mauteri mauteri deleted the GP-1049 branch April 19, 2025 21:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Author not showing up in events for WordPress 6.8

1 participant