From cfc19b3d5769b6cde507f629f3f9bb9dcb78a747 Mon Sep 17 00:00:00 2001 From: Jon de Andres Date: Wed, 4 Mar 2020 14:19:57 -0800 Subject: [PATCH] Release v2.6.2 --- readme.txt | 10 ++++++++-- rollbar-php-wordpress.php | 2 +- src/Plugin.php | 2 +- 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/readme.txt b/readme.txt index 91cad878..4a0a5f17 100644 --- a/readme.txt +++ b/readme.txt @@ -3,7 +3,7 @@ Contributors: arturmoczulski Tags: rollbar, full stack, error, tracking, error tracking, error reporting, reporting, debug Requires at least: 3.5.1 Tested up to: 5.1.1 -Stable tag: 2.6.1 +Stable tag: 2.6.2 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.6.2 (March 4th 2020) = +* don’t start a session for wp-cron (https://github.com/rollbar/rollbar-php-wordpress/pull/88) + = Version 2.6.1 (December 27th 2019) = * fix(initPhpLogging): Moving fetch settings to before settings check. (https://github.com/rollbar/rollbar-php-wordpress/pull/84) @@ -209,6 +212,9 @@ Yes. It's actually the recommended method of installation. == Upgrade Notice == += Version 2.6.2 (March 4th 2020) = +* don’t start a session for wp-cron (https://github.com/rollbar/rollbar-php-wordpress/pull/88) + = Version 2.6.1 (December 27th 2019) = * fix(initPhpLogging): Moving fetch settings to before settings check. (https://github.com/rollbar/rollbar-php-wordpress/pull/84) @@ -310,4 +316,4 @@ Yes. It's actually the recommended method of installation. * Added escaping for setting values = Version 1.0.0 (4th November 2015) = -* Initial release! \ No newline at end of file +* Initial release! diff --git a/rollbar-php-wordpress.php b/rollbar-php-wordpress.php index d7cffc5d..9ad74b26 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.6.1 + * Version: 2.6.2 * Author: Rollbar * Author URI: https://rollbar.com * Text Domain: rollbar diff --git a/src/Plugin.php b/src/Plugin.php index 4d16acc9..734c2030 100644 --- a/src/Plugin.php +++ b/src/Plugin.php @@ -9,7 +9,7 @@ class Plugin { - const VERSION = "2.6.1"; + const VERSION = "2.6.2"; private $config;