Skip to content

Commit

Permalink
Bump version to v2.4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
ArturMoczulski committed Aug 13, 2018
1 parent 24c6c64 commit 2f0e865
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.5
Stable tag: 2.4.6
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.6 (August 13th 2018) =
* Configuration option custom_data_method doesn’t exist in Rollbar (https://github.com/rollbar/rollbar-php-wordpress/issues/66)

= 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
Expand Down Expand Up @@ -180,6 +183,9 @@ Yes. It's actually the recommended method of installation.

== Upgrade Notice ==

= Version 2.4.6 (August 13th 2018) =
* Configuration option custom_data_method doesn’t exist in Rollbar (https://github.com/rollbar/rollbar-php-wordpress/issues/66)

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

private $config;
private static $instance;
Expand Down

0 comments on commit 2f0e865

Please sign in to comment.