Skip to content

Commit f278982

Browse files
Bump version to v2.6.1
1 parent 5b4606d commit f278982

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

readme.txt

Lines changed: 7 additions & 1 deletion
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.5.1
6+
Stable tag: 2.6.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.6.1 (December 27th 2019) =
109+
* fix(initPhpLogging): Moving fetch settings to before settings check. (https://github.com/rollbar/rollbar-php-wordpress/pull/84)
110+
108111
= Version 2.5.1 (February 20th 2019) =
109112
* Fixed a call to Rollbar\Wordpress\Defaults for enableMustUsePlugin (https://github.com/rollbar/rollbar-php-wordpress/pull/75)
110113

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

207210
== Upgrade Notice ==
208211

212+
= Version 2.6.1 (December 27th 2019) =
213+
* fix(initPhpLogging): Moving fetch settings to before settings check. (https://github.com/rollbar/rollbar-php-wordpress/pull/84)
214+
209215
= Version 2.5.1 (February 20th 2019) =
210216
* Fixed a call to Rollbar\Wordpress\Defaults for enableMustUsePlugin (https://github.com/rollbar/rollbar-php-wordpress/pull/75)
211217

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

1414
private $config;
1515

0 commit comments

Comments
 (0)