Skip to content

2.0.0

Latest
Compare
Choose a tag to compare
@bradyvercher bradyvercher released this 10 Oct 17:29
  • SatisPress now requires PHP 8+.
  • Updated Composer dependencies. The latest versions of PSR packages and the Pimple container may prevent conflicts with other plugins.
  • Added return type hints for classes implementing ArrayAccess. This prevents errors in PHP 8+.
  • Fixed a fatal error in the Envato integration. See #182. Props @BjornKraft
  • Added satispress_debug_mode filter to prevent exceptions from being thrown in the request handler. See #211.
  • Fixed output of code tags in the admin.
  • Prevented errors when header names aren't strings. See #192.
  • Fixed formatting of the authors array in package.json. See #185. Props @NielsdeBlaauw
  • Added the package name to the information displayed on the Repository tab in the admin. See #191. Props @tyrann0us
  • Fixed numerous WPCS warnings and errors after updating to WPCS 3.