From 131f6a561ec320d26bf7f1665dbd99ca8e85b404 Mon Sep 17 00:00:00 2001 From: Daniel Morell Date: Fri, 6 Mar 2026 14:50:00 -0600 Subject: [PATCH] Release v3.1.2 --- readme.txt | 6 +++++- src/Plugin.php | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/readme.txt b/readme.txt index df1a180..10d327e 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.1.1 +Stable tag: 3.1.2 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -150,6 +150,10 @@ using composer. == Changelog == += Version 3.1.2 (March 6th 2026) = +* Fixed namespace strings not prefixed by PHPScoper. +* Added NamespaceTokenFixer to fix unscoped namespace strings. + = Version 3.1.1 (December 22nd 2025) = * Fixed composer autoload ClassLoader namespace not replaced by PHPScoper in v3.1.0. diff --git a/src/Plugin.php b/src/Plugin.php index a10acc7..7930fbf 100644 --- a/src/Plugin.php +++ b/src/Plugin.php @@ -24,7 +24,7 @@ */ final class Plugin extends AbstractSingleton { - public const VERSION = '3.1.1'; + public const VERSION = '3.1.2'; /** * Configuration array for Rollbar.