Skip to content

Commit

Permalink
Bump version to v2.4.8
Browse files Browse the repository at this point in the history
  • Loading branch information
ArturMoczulski committed Jan 17, 2019
1 parent 3804879 commit 967b198
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
8 changes: 7 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.7
Stable tag: 2.4.8
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.4.8 (January 17th 2019) =
* Update rollbar-php to v1.7.4

= Version 2.4.7 (August 14th 2018) =
* Update rollbar-php to v1.6.2

Expand Down Expand Up @@ -186,6 +189,9 @@ Yes. It's actually the recommended method of installation.

== Upgrade Notice ==

= Version 2.4.8 (January 17th 2019) =
* Update rollbar-php to v1.7.4

= Version 2.4.7 (August 14th 2018) =
* Update rollbar-php to v1.6.2

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.7
* Version: 2.4.8
* 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.7";
const VERSION = "2.4.8";

private $config;
private static $instance;
Expand Down

0 comments on commit 967b198

Please sign in to comment.