-
Notifications
You must be signed in to change notification settings - Fork 20
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
Updating stable playground-ready branch with latest changes to main #174
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--------- Signed-off-by: Namith Jawahar <[email protected]>
* Update blueprint.json Switching to default theme of 2022 to support minimum WP Playground support for WordPress version as 5.9.9 Signed-off-by: Namith Jawahar <[email protected]> * Switching blueprint.json to 2022 theme Signed-off-by: Alex Sirota <[email protected]> --------- Signed-off-by: Alex Sirota <[email protected]> Signed-off-by: Namith Jawahar <[email protected]>
…rite is enabled. (#80) * Add class for overriding plugins screens. * Remove unused tabs when API rewrite is enabled.
…abled. (#82) * Add class for overriding themes screens. * Hide unsupported filters. * Redirect unsupported filters to `theme-install.php`. --------- Signed-off-by: Alex Sirota <[email protected]> Co-authored-by: Alex Sirota <[email protected]>
* Add PHPUnit scaffolding. * Add Composer files for dependencies and test script. * Add `.gitignore`. * Add sample test for `Admin_Settings::get_setting()`. * Add PHP 8.3 to the test matrix. * Add `.cache/*` to `.gitignore`. * Limit testing to PHP 7.4 (minimum) and 8.3 (latest).
* Fix PHP version. * Add `push` and `workflow_dispatch` workflow triggers.
* Introduce a test constant. * Don't initialize when the tests are running. * Use a new object for testing `Admin_Settings::get_setting()`.
* Add French translations. * load any available translations with code in the plugin
Signed-off-by: Colin Stewart <[email protected]>
* added German translation * added gitignore for .DS_Store Signed-off-by: Harikrishnan R <[email protected]>
The Voltron has landed. See if you can find where.
…#118) * `Admin Settings`: Add multisite-safe deletion of all settings. * Delete all settings when the plugin is uninstalled.
Fixed typo in code deleted when addressing #102
* create zip with each new tagged release * update .gitattributes
Signed-off-by: Alex Sirota <[email protected]>
* Add Coding Standard. * Add PHPCS cache directory. * Coding Standards: Apply PHPCBF to codebase. * Coding Standards: Add GitHub workflow. --------- Signed-off-by: Alex Sirota <[email protected]> Co-authored-by: Alex Sirota <[email protected]>
Signed-off-by: Alex Sirota <[email protected]>
* Added License File Added License File * License Updates 1) Uses latest copy of GPL License from gnu.org which replaces the physical address of organization with the we address 2) Updates all references of GPL within the plugin to GPLv2
Signed-off-by: Alex Sirota <[email protected]> Co-authored-by: Alex Sirota <[email protected]>
* adding ISSUE_TEMPLATE helps new GitHub contributors file better bugs or feature requests Signed-off-by: Alex Sirota <[email protected]> * update GPLv2 license Signed-off-by: Alex Sirota <[email protected]> * Update .github/ISSUE_TEMPLATE/BugReport.yml Co-authored-by: Colin Stewart <[email protected]> Signed-off-by: Alex Sirota <[email protected]> --------- Signed-off-by: Alex Sirota <[email protected]> Co-authored-by: Colin Stewart <[email protected]>
* added lots of config to bug reports --------- Signed-off-by: Alex Sirota <[email protected]> Co-authored-by: Colin Stewart <[email protected]>
* added site health option --------- Signed-off-by: Alex Sirota <[email protected]>
* added needs triage label to feature request --------- Signed-off-by: Alex Sirota <[email protected]>
asirota
added
bug
Something isn't working
documentation
Improvements or additions to documentation
enhancement
New feature or request
i18n
Internationalization & Localization
labels
Nov 11, 2024
Signed-off-by: Alex Sirota <[email protected]>
costdev
approved these changes
Nov 11, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
bug
Something isn't working
documentation
Improvements or additions to documentation
enhancement
New feature or request
i18n
Internationalization & Localization
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Pull Request
What changed?
lots changed since Oct 29 2024, the last PR on playground-ready from main
Why did it change?
lots of improvements, translations...
Did you fix any specific issues?
this is just an update of the stable branch
CERTIFICATION
By opening this pull request, I do agree to abide by the Code of Conduct and be bound by the terms of the Contribution Guidelines in effect on the date and time of my contribution as proven by the revision information in GitHub.