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.
- Fix a dependency constraint (0f5d80d)
- Allow passing custom options to
sentry_init()
(a2641db)
- Add utility functions to test the current environment (#31)
- Add a
FacetsManager
to easily filter content withpre_get_posts
(#32) - Add a
facets_get('key')
Twig function to easily get the value of a facets filter from the query string (#32)
- Fix dependency conflict (#32)
- Add a
Sentry
class to easily configure Sentry integration for both front-end and back-end (#29)
- Remove some typing that can cause errors at runtime (6053ce0)
- Add an
EmailManager
to configurePHPMailer
via environment variables (#22) - Add
enqueue_script($handle, $path)
andenqueue_style($handle, $path)
method to theAssetsManager
class (#23) - Add a
Plugin::disable
method to thePlugin
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)