diff --git a/readme.txt b/readme.txt index 51351c1..e0a361d 100644 --- a/readme.txt +++ b/readme.txt @@ -4,7 +4,7 @@ Tags: rollbar, full stack, error, tracking, error tracking, error reporting, rep Requires at least: 6.5.0 Tested up to: 6.9 Requires PHP: 8.1 -Stable tag: 3.0.0 +Stable tag: 3.1.0 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -150,7 +150,7 @@ using composer. == Changelog == -= Version 3.1.0 (?) = += Version 3.1.0 (December 18th 2025) = * Fixed settings values not being saved correctly when they match the default. * Added `rollbar_js_nonce` filter to allow customizing the nonce used in the Rollbar JS snippet. * Added support for WordPress 6.9. diff --git a/rollbar.php b/rollbar.php index 0abb1cd..ecc8cff 100755 --- a/rollbar.php +++ b/rollbar.php @@ -4,7 +4,7 @@ * Plugin Name: Rollbar * Plugin URI: https://wordpress.org/plugins/rollbar * Description: Rollbar full-stack error tracking for WordPress. - * Version: 3.0.0 + * Version: 3.1.0 * Author: Rollbar * Author URI: https://rollbar.com * Text Domain: rollbar diff --git a/src/Plugin.php b/src/Plugin.php index a7c01c1..fa1dff6 100644 --- a/src/Plugin.php +++ b/src/Plugin.php @@ -24,7 +24,7 @@ */ final class Plugin extends AbstractSingleton { - public const VERSION = '3.0.0'; + public const VERSION = '3.1.0'; /** * Configuration array for Rollbar.