From dc6310300571dddfff9865d43b212e907b01e5c8 Mon Sep 17 00:00:00 2001 From: Aaron Jorbin Date: Wed, 13 Sep 2023 16:06:50 -0600 Subject: [PATCH] Update to version 2.7.1 --- package.json | 2 +- readme.txt | 8 +++++++- rollbar-php-wordpress.php | 2 +- src/Plugin.php | 2 +- 4 files changed, 10 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index aa4aa7f7..55891114 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rollbar-php-wordpress", - "version": "2.7.0", + "version": "2.7.1", "description": "Official Rollbar full-stack error tracking for WordPress supported by Rollbar, Inc.", "main": "index.js", "directories": { diff --git a/readme.txt b/readme.txt index 2c38a1ef..b72c7b4f 100644 --- a/readme.txt +++ b/readme.txt @@ -3,7 +3,7 @@ Contributors: arturmoczulski, jorbin Tags: rollbar, full stack, error, tracking, error tracking, error reporting, reporting, debug Requires at least: 4.4.0 Tested up to: 6.3.1 -Stable tag: 2.7.0 +Stable tag: 2.7.1 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -105,6 +105,9 @@ Yes. It's actually the recommended method of installation. == Changelog == += Version 2.7.1 (September 13 2023) +* Fix issue that could lead to fatal error with some settings (https://github.com/rollbar/rollbar-php-wordpress/pull/120) + = Version 2.7.0 (September 11 2023) * Updated PHP Dependencies including loading seperate dependencies for PHP7 and PHP8. (https://github.com/rollbar/rollbar-php-wordpress/pull/114) * Updated node development dependencies (https://github.com/rollbar/rollbar-php-wordpress/pull/115) @@ -225,6 +228,9 @@ Yes. It's actually the recommended method of installation. == Upgrade Notice == += Version 2.7.1 (September 13 2023) +Fix issue that could lead to fatal error with some settings + = Version 2.7.0 (September 11 2023) Add compatability for modern PHP versions diff --git a/rollbar-php-wordpress.php b/rollbar-php-wordpress.php index 67cdbe01..ad3915ef 100755 --- a/rollbar-php-wordpress.php +++ b/rollbar-php-wordpress.php @@ -3,7 +3,7 @@ * Plugin Name: Rollbar * Plugin URI: https://wordpress.org/plugins/rollbar * Description: Rollbar full-stack error tracking for WordPress - * Version: 2.7.0 + * Version: 2.7.1 * Author: Rollbar * Author URI: https://rollbar.com * Text Domain: rollbar diff --git a/src/Plugin.php b/src/Plugin.php index 77a4b02b..ca9389dc 100644 --- a/src/Plugin.php +++ b/src/Plugin.php @@ -9,7 +9,7 @@ class Plugin { - const VERSION = "2.7.0"; + const VERSION = "2.7.1"; private $config;