Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

release: v1.23.0 #3097

Merged
merged 64 commits into from
Apr 10, 2024
Merged

release: v1.23.0 #3097

merged 64 commits into from
Apr 10, 2024

Conversation

jasonbahl
Copy link
Collaborator

@jasonbahl jasonbahl commented Apr 10, 2024

Release Notes

New Features

  • #3073: feat: expose hasPassword and password fields on Post objects. Thanks @justlevine!
  • #3091: feat: introduce actions and filters for GraphQL Admin Notices

Chores / Bugfixes

  • #3079: fix: GraphiQL IDE test failures
  • #3084: perf: refactor PluginConnectionResolver to only fetch plugins once. Thanks @justlevine! (edit: This was not included in this release and was improperly documented. Will be part of a future release).
  • #3092: ci: test against wp 6.5
  • #3093: ci: Update actions in GitHub workflows and cleanup. Thanks @justlevine!
  • #3093: chore: update Composer dev-deps and lint. Thanks @justlevine!

jasonbahl and others added 30 commits March 14, 2024 15:21
test(3063): Adds test for #3603
- remove wp-env from package.json and put it in its own .wp-env.json file
- remove unused remark scripts
- remove .remarkrc
- add jest dependencies
jasonbahl and others added 25 commits April 1, 2024 11:25
- add `hasPassword` as an allowed restricted field on the Post model. This allows public users to see the value of the `hasPassword` field, which can help determine UI elements to render (i.e. a PW entry form)
feat: expose `hasPassword` and `password` fields on Post objects
- introduce `graphql_admin_notices_render_notice` action
- introduce `graphql_admin_notices_is_plugin_scoped_page` filter
…le-adjustments

feat: introduce actions and filters for GraphQL Admin Notices
…-php8.1

- update testing integration to test against 6.5-php83, 6.5-php8.2 and 6.5-php8.1
chore: update Composer dev-deps and lint.
ci: Update actions in GitHub workflows and cleanup
@jasonbahl jasonbahl self-assigned this Apr 10, 2024
@coveralls
Copy link

Coverage Status

coverage: 84.373%. remained the same
when pulling 8a3d8f8 on release/v1.23.0
into 181c9e0 on master.

@jasonbahl jasonbahl merged commit 24bd28b into master Apr 10, 2024
28 checks passed
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.

None yet

4 participants