Skip to content

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 added the scope: build scripts Automating task runners and compilation processes label Nov 27, 2023
@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

Labels

scope: build scripts Automating task runners and compilation processes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Replace Appsero's Updater.php during plugin build

3 participants