From 667bec7ffdb8586197f60d6decde4862a07656f5 Mon Sep 17 00:00:00 2001 From: Artur Moczulski Date: Wed, 20 Feb 2019 22:44:10 +0000 Subject: [PATCH] Bump version to v2.5.1 --- readme.txt | 8 +++++++- rollbar-php-wordpress.php | 2 +- src/Plugin.php | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/readme.txt b/readme.txt index c3db1238..b6cc587d 100644 --- a/readme.txt +++ b/readme.txt @@ -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.5.0 +Stable tag: 2.5.1 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -105,6 +105,9 @@ Yes. It's actually the recommended method of installation. == Changelog == += Version 2.5.1 (February 20th 2019) = +* Fixed a call to Rollbar\Wordpress\Defaults for enableMustUsePlugin (https://github.com/rollbar/rollbar-php-wordpress/pull/75) + = Version 2.5.0 (February 19th 2019) = * Moved Rollbar initialization from `plugins_loaded` hook to the invocation of the main plugin file (https://github.com/rollbar/rollbar-php-wordpress/issues/73) * Added support for running the plugin as a Must-Use plugin (https://github.com/rollbar/rollbar-php-wordpress/issues/73) @@ -203,6 +206,9 @@ Yes. It's actually the recommended method of installation. == Upgrade Notice == += Version 2.5.1 (February 20th 2019) = +* Fixed a call to Rollbar\Wordpress\Defaults for enableMustUsePlugin (https://github.com/rollbar/rollbar-php-wordpress/pull/75) + = Version 2.5.0 (February 19th 2019) = * Moved Rollbar initialization from `plugins_loaded` hook to the invocation of the main plugin file (https://github.com/rollbar/rollbar-php-wordpress/issues/73) * Added support for running the plugin as a Must-Use plugin (https://github.com/rollbar/rollbar-php-wordpress/issues/73) diff --git a/rollbar-php-wordpress.php b/rollbar-php-wordpress.php index 823c52f1..6436a9f6 100755 --- a/rollbar-php-wordpress.php +++ b/rollbar-php-wordpress.php @@ -3,7 +3,7 @@ * Plugin Name: Rollbar * Plugin URI: https://wordpress.org/plugins/rollbar * Description: Rollbar full-stack error tracking for WordPress - * Version: 2.5.0 + * Version: 2.5.1 * Author: Rollbar * Author URI: https://rollbar.com * Text Domain: rollbar diff --git a/src/Plugin.php b/src/Plugin.php index ff70aa88..828ae31d 100644 --- a/src/Plugin.php +++ b/src/Plugin.php @@ -9,7 +9,7 @@ class Plugin { - const VERSION = "2.5.0"; + const VERSION = "2.5.1"; private $config;