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

feat: replace Appsero Updater.php with blank class to pass .org req's #131

Merged
merged 2 commits into from
Nov 27, 2023

Conversation

jasonbahl
Copy link
Contributor

What does this implement/fix? Explain your changes.

WordPress.org isn't allowing plugins that include the Appsero Client SDK to be approved for hosting on WordPress.org due to code in the Updater.php class. (see: Appsero/client#34)

This PR gets around that by replacing the Updater.php file with a blank Updater.php class during the plugin-build step

Does this close any currently open issues?

closes #129

Any other comments?

Ideally this is a temporary workaround as the Appsero team is working with WordPress.org on a more permanent solution

…s in the Appsero dependency

- add build/Updater.php class to be used to copy and replace the Appsero Updater.php class with a blank class
@jasonbahl jasonbahl self-assigned this Nov 27, 2023
… it happens every time composer install is run
@jasonbahl jasonbahl merged commit 8ae6cd0 into main Nov 27, 2023
@jasonbahl jasonbahl deleted the feat/129-replace-updater-in-build branch January 24, 2024 20:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Replace Appsero's Updater.php during plugin build
2 participants