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

fix: expose canonicalUrl to unauthenticated users. #102

Merged
merged 4 commits into from
Aug 10, 2024

Conversation

justlevine
Copy link
Member

What

This PR fixes the canonicaLUrls visibility in the SEO model to make RankMathSeo.canonicalUrl visible for unauthenticated users.

Additionally, Composer's dev-deps have been updated to their latest (non-breaking) versions.

Why

Closes #100

How

Testing Instructions

Additional Info

Checklist:

  • My code is tested to the best of my abilities.
  • My code follows the WordPress Coding Standards.
  • My code has proper inline documentation.
  • I have added unit tests to verify the code works as intended.
  • The changes in this PR have been noted in CHANGELOG.md

@justlevine justlevine force-pushed the chore/expose-canonicalUrl branch from 49e8b7a to 75f3768 Compare August 10, 2024 11:23
src/Model/Seo.php Show resolved Hide resolved
src/Model/Seo.php Show resolved Hide resolved
@justlevine justlevine merged commit fd8a957 into AxeWP:develop Aug 10, 2024
16 checks passed
@justlevine justlevine deleted the chore/expose-canonicalUrl branch August 10, 2024 11:27
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.

Missing field in allowed fields makes field null when user not logged in
1 participant