Releases: inpsyde/wp-context
Releases · inpsyde/wp-context
1.7.0
Compare
Sorry, something went wrong.
No results found
Chrico
released this
01 Sep 10:52
Immutable
release. Only release title and notes can be modified.
What's Changed
New Contributors
Full Changelog : 1.6.1...1.7.0
v1.6.1
Compare
Sorry, something went wrong.
No results found
Chrico
released this
05 Aug 14:30
Immutable
release. Only release title and notes can be modified.
What's Changed
Suppress MissingClassConstType Psalm issue by @gmazzap in #14
Revert hook priority from -300982 to PHP_INT_MIN by @zhyian in #16
New Contributors
Full Changelog : 1.6.0...1.6.1
v1.6.0
Compare
Sorry, something went wrong.
No results found
Chrico
released this
04 Aug 11:00
Immutable
release. Only release title and notes can be modified.
What's Changed
AT-716: Update Inpsyde in code to Syde (license, copyright, text) by @overclokk in #12
Update CODEOWNERS to Platform Engineering team by @dottxado in #13
Maintenance: Modernize dependencies and QA by @gmazzap in #9
New Contributors
Full Changelog : 1.5.1...1.6.0
v1.5.1
Compare
Sorry, something went wrong.
No results found
lloc
released this
16 Oct 10:46
What's Changed
Psalm suppress for RedundantCondition & MixedArgument by @lloc in #11
v1.5.0
Compare
Sorry, something went wrong.
No results found
Changed
WordPress changed is_login_screen() to is_login()
In case is_login() is not available, use a 1:1 fallback for it
v1.4.0
Compare
Sorry, something went wrong.
No results found
Added
Support for new (WP 6.1) is_login_screen() function
Changed
Refreshed QA workflow: updated dependencies, made use of reusable workflows. Test all PHP versions from 7.1 to 8.1.
v1.3.1
Compare
Sorry, something went wrong.
No results found
Fixed
REST request determined correctly when using 'rest_route' URL query var
v1.3.0
Compare
Sorry, something went wrong.
No results found
Added
WpContext::isWpActivate() / WpContext::WP_ACTIVATE to check for /wp-activate.php in multisite installations.
v1.2.0
Compare
Sorry, something went wrong.
No results found
Changed
WpContext class is not final anymore, but most of its methods are now final.
v1.1.1
Compare
Sorry, something went wrong.
No results found
Changed
Switch from roots/wordpress to johnpbloch/wordpress-core
Update Psalm
Improve PHPCS checks (fix testVersion, run for tests, check PSR-4)
Remove hook callbacks when not needed anymore