Skip to content

Latest commit

 

History

History
61 lines (36 loc) · 2.54 KB

CHANGELOG.md

File metadata and controls

61 lines (36 loc) · 2.54 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

v2.2.2 - 2024.04.19

Fixed

  • Fix a dependency constraint (0f5d80d)

v2.2.1 - 2024.03.28

Fixed

  • Allow passing custom options to sentry_init() (a2641db)

v2.2.0 - 2024.03.28

Added

  • Add utility functions to test the current environment (#31)
  • Add a FacetsManager to easily filter content with pre_get_posts (#32)
  • Add a facets_get('key') Twig function to easily get the value of a facets filter from the query string (#32)

Fixed

  • Fix dependency conflict (#32)

v2.1.0 - 2024.03.12

Added

  • Add a Sentry class to easily configure Sentry integration for both front-end and back-end (#29)

v2.0.1 - 2024.03.09

Fixed

  • Remove some typing that can cause errors at runtime (6053ce0)

v2.0.0 - 2024.03.08

Added

  • Add an EmailManager to configure PHPMailer via environment variables (#22)
  • Add enqueue_script($handle, $path) and enqueue_style($handle, $path) method to the AssetsManager class (#23)
  • Add a Plugin::disable method to the Plugin helper class (#26)
  • Add a request helper function (#26)
  • Add a Request helper class (#26)
  • Add a env helper function (#26)
  • Add a Env helper class (#26)

Changed

  • ⚠️ Rename the PluginHelper class to Plugin (#26)
  • CleanupManager: Disable XML-RPC by default (#21)
  • Remove WordPress Code Standard sniffs for PHPCS (#26)