Skip to content

Releases: inpsyde/wp-context

1.7.0

Choose a tag to compare

@Chrico Chrico released this 01 Sep 10:52
Immutable release. Only release title and notes can be modified.
3d2196b

What's Changed

New Contributors

Full Changelog: 1.6.1...1.7.0

v1.6.1

Choose a tag to compare

@Chrico Chrico released this 05 Aug 14:30
Immutable release. Only release title and notes can be modified.
ecfc4ca

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

Choose a tag to compare

@Chrico Chrico released this 04 Aug 11:00
Immutable release. Only release title and notes can be modified.
988e66f

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

Choose a tag to compare

@lloc lloc released this 16 Oct 10:46
1350ada

What's Changed

  • Psalm suppress for RedundantCondition & MixedArgument by @lloc in #11

v1.5.0

Choose a tag to compare

@gmazzap gmazzap released this 09 Jan 09:15
1f61ccb

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

Choose a tag to compare

@gmazzap gmazzap released this 14 Sep 12:41
1e30337

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

Choose a tag to compare

@gmazzap gmazzap released this 14 Sep 12:43

Fixed

  • REST request determined correctly when using 'rest_route' URL query var

v1.3.0

Choose a tag to compare

@gmazzap gmazzap released this 03 Aug 18:05

Added

  • WpContext::isWpActivate() / WpContext::WP_ACTIVATE to check for /wp-activate.php in multisite installations.

v1.2.0

Choose a tag to compare

@gmazzap gmazzap released this 03 Aug 18:02

Changed

  • WpContext class is not final anymore, but most of its methods are now final.

v1.1.1

Choose a tag to compare

@gmazzap gmazzap released this 10 Mar 06:53

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