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 renamed function in helpers library #62

Merged
merged 2 commits into from
Mar 13, 2024

Conversation

BrianHenryIE
Copy link
Contributor

@BrianHenryIE BrianHenryIE commented Mar 12, 2024

Proposed changes

"wp-forge/helpers": "^2.0" is being used and had a breaking change where it namespaced and renamed a function. This PR updates this library's code to call the correct function.

Type of Change

  • Bugfix (non-breaking change which fixes an issue)

Checklist

Further comments

wp-forge/helpers wasn't previously required in this project's composer.json so I added it to keep the dependency tree clear.

Fixes #61

@circlecube circlecube merged commit e5b234c into main Mar 13, 2024
1 of 3 checks passed
@circlecube circlecube deleted the Fix-renamed-function-in-helpers-library branch March 13, 2024 13:34
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.

Call to undefined data_get function
2 participants