Releases: rollbar/rollbar-php-wordpress
Releases · rollbar/rollbar-php-wordpress
v3.0.0-beta.0
What's Changed
- Fixed CSRF vulnerability.
- Removed support for PHP 8.0 and below.
- Updated and improved the settings page.
- Updated the Rollbar core PHP SDK to v4.1.
- Added support for telemetry and added auto-instrumentation.
- Added support for
ROLLBAR_DISABLE_ADMIN
to remove the plugin settings page from the admin. - Added support for
ROLLBAR_SETTINGS
to configure the plugin without the admin page. - Added support for
ROLLBAR_CLIENT_ACCESS_TOKEN
constant or environment variable to set the client access token. - Added support for
WP_PROXY_BYPASS_HOSTS
,WP_PROXY_USERNAME
, andWP_PROXY_PASSWORD
for better proxy management. - Added
rollbar_api_admin_permission
filter to allow custom authorization of the admin API. - Added
rollbar_disable_admin
filter to allow custom disabling of the admin page. - Added
rollbar_php_config
filter to allow more exact control over Rollbar PHP configurations. - Added
rollbar_telemetry_actions
filter to allow control of which actions are logged via telemetry. - Added
rollbar_telemetry_custom_handlers
filter to allow custom control over what is logged in telemetry messages. - Added 'framework' details with the WordPress version to the item payload.
- Added unit tests.
Full Changelog: v2.7.1...v3.0.0-beta.0
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