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

Updating Playground-ready from main #98

Merged
merged 25 commits into from
Nov 5, 2024
Merged

Updating Playground-ready from main #98

merged 25 commits into from
Nov 5, 2024

Conversation

asirota
Copy link
Member

@asirota asirota commented Nov 2, 2024

Pull Request

What changed?

added PHP unit tests, fixed a bug

Why did it change?

because new PHP unit tests have been added

Did you fix any specific issues?

#88

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. I also agree that any previous contributions shall be deemed subject to the terms of the
version in effect on the date and time of this pull request, or any future revisions for pull requests I may submit.
Further, I certify that this work is my own, is original, does not violate the intellectual property of any other person
or entity, and I am not violating any license agreements or contracts I have with any person or entity. Finally, I agree
that this code may be licensed under any license deemed appropraite by AspirePress, including but not
limited to open source, closed source, proprietary or custom licenses, and that such license terms neither violate my
rights or my copyright to this code.

namithj and others added 8 commits October 29, 2024 13:50
* 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()`.
@asirota asirota added the enhancement New feature or request label Nov 2, 2024
@asirota asirota added this to the Phase 1 milestone Nov 2, 2024
@asirota asirota requested a review from chuckadams November 2, 2024 12:20
@asirota asirota self-assigned this Nov 2, 2024
@asirota
Copy link
Member Author

asirota commented Nov 2, 2024

I closed the previous PR and opened this one and resolved conflict in VS code using merge editor there, please review PR so I can update playground-ready branch with latest changes.

@chuckadams
Copy link

Alas, as I don't have write access to the repo, my review approval doesn't unlock any merge to a protected main branch. 🤷

@asirota
Copy link
Member Author

asirota commented Nov 2, 2024

Yeah there's a resolve conflict that's in one file and I have to do it on command line and resolve in merge code editor.

namithj and others added 14 commits November 3, 2024 17:04
* Add French translations. 

* load any available translations with code in the plugin
* 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
costdev and others added 3 commits November 4, 2024 17:33
* create zip with each new tagged release

* update .gitattributes
@asirota asirota merged commit ccd03ce into playground-ready Nov 5, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

8 participants