Skip to content

Commit 4dd5278

Browse files
authored
Merge pull request #118 from aaronjorbin/master
update to 2.7.0
2 parents d16bb99 + 6492ad0 commit 4dd5278

File tree

4 files changed

+15
-8
lines changed

4 files changed

+15
-8
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.6.4",
3+
"version": "2.7.0",
44
"description": "Official Rollbar full-stack error tracking for WordPress supported by Rollbar, Inc.",
55
"main": "index.js",
66
"directories": {

readme.txt

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
=== Rollbar ===
2-
Contributors: arturmoczulski
2+
Contributors: arturmoczulski, jorbin
33
Tags: rollbar, full stack, error, tracking, error tracking, error reporting, reporting, debug
4-
Requires at least: 3.5.1
5-
Tested up to: 5.8.4
6-
Stable tag: 2.6.4
4+
Requires at least: 4.4.0
5+
Tested up to: 6.3.1
6+
Stable tag: 2.7.0
77
License: GPLv2 or later
88
License URI: http://www.gnu.org/licenses/gpl-2.0.html
99

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

106106
== Changelog ==
107107

108+
= Version 2.7.0 (September 11 2023)
109+
* Updated PHP Dependencies including loading seperate dependencies for PHP7 and PHP8. (https://github.com/rollbar/rollbar-php-wordpress/pull/114)
110+
* Updated node development dependencies (https://github.com/rollbar/rollbar-php-wordpress/pull/115)
111+
108112
= Version 2.6.4 (June 13th 2022) =
109113
* Updated admin test results to show a skipped test as a success (https://github.com/rollbar/rollbar-php-wordpress/pull/110)
110114
* Fixed new session being created on every request (https://github.com/rollbar/rollbar-php-wordpress/pull/111)
@@ -221,6 +225,9 @@ Yes. It's actually the recommended method of installation.
221225

222226
== Upgrade Notice ==
223227

228+
= Version 2.7.0 (September 11 2023)
229+
Add compatability for modern PHP versions
230+
224231
= Version 2.6.4 (June 13th 2022) =
225232
Updated admin test results to show a skipped test as a success. Fixed new session being created on every request. Added search for WP_ENV as a constant or the environment. Added a link to settings from the plugins page.
226233

rollbar-php-wordpress.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
* Plugin Name: Rollbar
44
* Plugin URI: https://wordpress.org/plugins/rollbar
55
* Description: Rollbar full-stack error tracking for WordPress
6-
* Version: 2.6.4
6+
* Version: 2.7.0
77
* Author: Rollbar
88
* Author URI: https://rollbar.com
99
* Text Domain: rollbar
1010
* Requires PHP: 7.0
11-
* Tested up to: 5.8.4
11+
* Tested up to: 6.3.1
1212
*
1313
* @package Rollbar\Wordpress
1414
* @author flowdee,arturmoczulski

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.6.4";
12+
const VERSION = "2.7.0";
1313

1414
private $config;
1515

0 commit comments

Comments
 (0)