Skip to content

Commit 81d487c

Browse files
author
Jon
authored
Merge pull request #93 from rollbar/release-v2.6.2
Release v2.6.2
2 parents 52fa404 + cfc19b3 commit 81d487c

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

readme.txt

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Contributors: arturmoczulski
33
Tags: rollbar, full stack, error, tracking, error tracking, error reporting, reporting, debug
44
Requires at least: 3.5.1
55
Tested up to: 5.1.1
6-
Stable tag: 2.6.1
6+
Stable tag: 2.6.2
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.6.2 (March 4th 2020) =
109+
* don’t start a session for wp-cron (https://github.com/rollbar/rollbar-php-wordpress/pull/88)
110+
108111
= Version 2.6.1 (December 27th 2019) =
109112
* fix(initPhpLogging): Moving fetch settings to before settings check. (https://github.com/rollbar/rollbar-php-wordpress/pull/84)
110113

@@ -209,6 +212,9 @@ Yes. It's actually the recommended method of installation.
209212

210213
== Upgrade Notice ==
211214

215+
= Version 2.6.2 (March 4th 2020) =
216+
* don’t start a session for wp-cron (https://github.com/rollbar/rollbar-php-wordpress/pull/88)
217+
212218
= Version 2.6.1 (December 27th 2019) =
213219
* fix(initPhpLogging): Moving fetch settings to before settings check. (https://github.com/rollbar/rollbar-php-wordpress/pull/84)
214220

@@ -310,4 +316,4 @@ Yes. It's actually the recommended method of installation.
310316
* Added escaping for setting values
311317

312318
= Version 1.0.0 (4th November 2015) =
313-
* Initial release!
319+
* Initial release!

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.6.1
6+
* Version: 2.6.2
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.6.1";
12+
const VERSION = "2.6.2";
1313

1414
private $config;
1515

0 commit comments

Comments
 (0)