Skip to content

Commit 987a009

Browse files
authored
Merge pull request #169 from rollbar/release/v3.2.0
Release v3.2.0
2 parents f7f7d58 + 014e427 commit 987a009

5 files changed

Lines changed: 7 additions & 7 deletions

File tree

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rollbar",
3-
"version": "3.1.3",
3+
"version": "3.2.0",
44
"description": "Official Rollbar full-stack error tracking for WordPress supported by Rollbar, Inc.",
55
"main": "index.js",
66
"directories": {

readme.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Tags: rollbar, full stack, error, tracking, error tracking, error reporting, rep
44
Requires at least: 6.6.0
55
Tested up to: 7.0
66
Requires PHP: 8.2
7-
Stable tag: 3.1.3
7+
Stable tag: 3.2.0
88
License: GPLv2 or later
99
License URI: http://www.gnu.org/licenses/gpl-2.0.html
1010

@@ -150,7 +150,7 @@ using composer.
150150

151151
== Changelog ==
152152

153-
= Version 3.2.0 =
153+
= Version 3.2.0 (June 26th 2026) =
154154
* Added support for WordPress 7.0.
155155
* Removed support for PHP 8.1.
156156
* Removed support for WordPress 6.6.

rollbar.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Plugin Name: Rollbar
55
* Plugin URI: https://wordpress.org/plugins/rollbar
66
* Description: Rollbar full-stack error tracking for WordPress.
7-
* Version: 3.1.3
7+
* Version: 3.2.0
88
* Author: Rollbar
99
* Author URI: https://rollbar.com
1010
* Text Domain: rollbar

src/Plugin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
*/
2525
final class Plugin extends AbstractSingleton
2626
{
27-
public const VERSION = '3.1.3';
27+
public const VERSION = '3.2.0';
2828

2929
/**
3030
* Configuration array for Rollbar.

0 commit comments

Comments
 (0)