Skip to content

Commit

Permalink
Merge pull request #93 from rollbar/release-v2.6.2
Browse files Browse the repository at this point in the history
Release v2.6.2
  • Loading branch information
Jon authored Mar 4, 2020
2 parents 52fa404 + cfc19b3 commit 81d487c
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
10 changes: 8 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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)

Expand Down Expand Up @@ -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)

Expand Down Expand Up @@ -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!
* Initial release!
2 changes: 1 addition & 1 deletion rollbar-php-wordpress.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/Plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

class Plugin {

const VERSION = "2.6.1";
const VERSION = "2.6.2";

private $config;

Expand Down

0 comments on commit 81d487c

Please sign in to comment.