Skip to content

Commit 7ceaada

Browse files
Bump version to v2.4.4
1 parent 80f453e commit 7ceaada

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

readme.txt

Lines changed: 11 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: 4.8.2
6-
Stable tag: 2.4.3
6+
Stable tag: 2.4.4
77
License: GPLv2 or later
88
License URI: http://www.gnu.org/licenses/gpl-2.0.html
99

@@ -106,6 +106,9 @@ Yes. It's actually the recommended method of installation.
106106

107107
== Changelog ==
108108

109+
= Version 2.4.4 (June 18th 2018) =
110+
* Update rollbar-php to v1.5.3
111+
109112
= Version 2.4.3 (June 11th 2018) =
110113
* Update rollbar-php to v1.5.2
111114
* Use rollbar-php:v1.5.2 new defaults methods to handle restoring default settings.
@@ -174,6 +177,13 @@ Yes. It's actually the recommended method of installation.
174177

175178
== Upgrade Notice ==
176179

180+
= Version 2.4.4 (June 18th 2018) =
181+
* Update rollbar-php to v1.5.3
182+
183+
= Version 2.4.3 (June 11th 2018) =
184+
* Update rollbar-php to v1.5.2
185+
* Use rollbar-php:v1.5.2 new defaults methods to handle restoring default settings.
186+
177187
= Version 2.4.2 (25th May 2018) =
178188
* Fixed the plugin not always respecting the boolean true settings (https://github.com/rollbar/rollbar-php-wordpress/issues/58)
179189

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

1414
private $config;
1515
private static $instance;

0 commit comments

Comments
 (0)