Skip to content

Commit

Permalink
Bump versions to 2.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
ArturMoczulski committed Aug 7, 2018
1 parent 508d98f commit afa158c
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
10 changes: 9 additions & 1 deletion 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: 4.8.2
Stable tag: 2.4.4
Stable tag: 2.4.5
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

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

== Changelog ==

= Version 2.4.5 (August 7th 2018) =
* Update rollbar-php to v1.6.1
* Remove mentions of IRC channel from README.md and readme.txt

= Version 2.4.4 (June 18th 2018) =
* Update rollbar-php to v1.5.3

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

== Upgrade Notice ==

= Version 2.4.5 (August 7th 2018) =
* Update rollbar-php to v1.6.1
* Remove mentions of IRC channel from README.md and readme.txt

= Version 2.4.4 (June 18th 2018) =
* Update rollbar-php to v1.5.3

Expand Down
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.4.4
* Version: 2.4.5
* 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.4.4";
const VERSION = "2.4.5";

private $config;
private static $instance;
Expand Down

0 comments on commit afa158c

Please sign in to comment.