Skip to content

Commit afa158c

Browse files
Bump versions to 2.4.5
1 parent 508d98f commit afa158c

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

readme.txt

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

@@ -105,6 +105,10 @@ Yes. It's actually the recommended method of installation.
105105

106106
== Changelog ==
107107

108+
= Version 2.4.5 (August 7th 2018) =
109+
* Update rollbar-php to v1.6.1
110+
* Remove mentions of IRC channel from README.md and readme.txt
111+
108112
= Version 2.4.4 (June 18th 2018) =
109113
* Update rollbar-php to v1.5.3
110114

@@ -176,6 +180,10 @@ Yes. It's actually the recommended method of installation.
176180

177181
== Upgrade Notice ==
178182

183+
= Version 2.4.5 (August 7th 2018) =
184+
* Update rollbar-php to v1.6.1
185+
* Remove mentions of IRC channel from README.md and readme.txt
186+
179187
= Version 2.4.4 (June 18th 2018) =
180188
* Update rollbar-php to v1.5.3
181189

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

1414
private $config;
1515
private static $instance;

0 commit comments

Comments
 (0)