Releases: rollbar/rollbar-php-wordpress
Releases · rollbar/rollbar-php-wordpress
V2.7.1
What's Changed
- Cast "1" and "0" as booleans when they are expected as booleans. by @aaronjorbin in #120
- Update to version 2.7.1 by @aaronjorbin in #121
Full Changelog: v2.7.0...v2.7.1
V2.7.0
What's Changed
- Fix unit tests and PHP8.1+ compatibility by @aaronjorbin in #114
- Bump semver from 5.7.1 to 5.7.2 by @dependabot in #115
- update to 2.7.0 by @aaronjorbin in #118
New Contributors
- @aaronjorbin made their first contribution in #114
Full Changelog: v2.6.4...v2.7.0
v2.6.4
What's Changed
- Updated admin test results to show a skipped test as a success by @Brugman in #110
- Fixed new session being created on every request by @danielmorell in #111
- Added search for WP_ENV as a constant or the environment by @Brugman in #108
- Added a link to settings from the plugins page by @Brugman in #109
New Contributors
Full Changelog: v2.6.3...v2.6.4
v2.6.3
v2.6.2
v2.6.1
v2.6.0
v2.5.1
v2.5.0
- #73 Catching errors before ‘init’ action: Moved Rollbar initialization from
plugins_loaded
hook to the invocation of the main plugin file - #73 Catching errors before ‘init’ action: Added support for running the plugin as a Must-Use plugin
- #73 Catching errors before ‘init’ action: Added
Enable as a Must-Use plugin
settings - UI improvements
v2.4.8
- Update dependencies to latest version including
rollbar-php