Skip to content

Commit 48f54d3

Browse files
authored
Merge pull request #121 from rollbar/release/2.7.1
Update to version 2.7.1
2 parents 00b403e + dc63103 commit 48f54d3

File tree

4 files changed

+10
-4
lines changed

4 files changed

+10
-4
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rollbar-php-wordpress",
3-
"version": "2.7.0",
3+
"version": "2.7.1",
44
"description": "Official Rollbar full-stack error tracking for WordPress supported by Rollbar, Inc.",
55
"main": "index.js",
66
"directories": {

readme.txt

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Contributors: arturmoczulski, jorbin
33
Tags: rollbar, full stack, error, tracking, error tracking, error reporting, reporting, debug
44
Requires at least: 4.4.0
55
Tested up to: 6.3.1
6-
Stable tag: 2.7.0
6+
Stable tag: 2.7.1
77
License: GPLv2 or later
88
License URI: http://www.gnu.org/licenses/gpl-2.0.html
99

@@ -105,6 +105,9 @@ Yes. It's actually the recommended method of installation.
105105

106106
== Changelog ==
107107

108+
= Version 2.7.1 (September 13 2023)
109+
* Fix issue that could lead to fatal error with some settings (https://github.com/rollbar/rollbar-php-wordpress/pull/120)
110+
108111
= Version 2.7.0 (September 11 2023)
109112
* Updated PHP Dependencies including loading seperate dependencies for PHP7 and PHP8. (https://github.com/rollbar/rollbar-php-wordpress/pull/114)
110113
* 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.
225228

226229
== Upgrade Notice ==
227230

231+
= Version 2.7.1 (September 13 2023)
232+
Fix issue that could lead to fatal error with some settings
233+
228234
= Version 2.7.0 (September 11 2023)
229235
Add compatability for modern PHP versions
230236

rollbar-php-wordpress.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Plugin Name: Rollbar
44
* Plugin URI: https://wordpress.org/plugins/rollbar
55
* Description: Rollbar full-stack error tracking for WordPress
6-
* Version: 2.7.0
6+
* Version: 2.7.1
77
* Author: Rollbar
88
* Author URI: https://rollbar.com
99
* Text Domain: rollbar

src/Plugin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
class Plugin {
1111

12-
const VERSION = "2.7.0";
12+
const VERSION = "2.7.1";
1313

1414
private $config;
1515

0 commit comments

Comments
 (0)