Skip to content

Commit

Permalink
Merge pull request #121 from rollbar/release/2.7.1
Browse files Browse the repository at this point in the history
Update to version 2.7.1
  • Loading branch information
aaronjorbin authored Sep 13, 2023
2 parents 00b403e + dc63103 commit 48f54d3
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rollbar-php-wordpress",
"version": "2.7.0",
"version": "2.7.1",
"description": "Official Rollbar full-stack error tracking for WordPress supported by Rollbar, Inc.",
"main": "index.js",
"directories": {
Expand Down
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, jorbin
Tags: rollbar, full stack, error, tracking, error tracking, error reporting, reporting, debug
Requires at least: 4.4.0
Tested up to: 6.3.1
Stable tag: 2.7.0
Stable tag: 2.7.1
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.7.1 (September 13 2023)
* Fix issue that could lead to fatal error with some settings (https://github.com/rollbar/rollbar-php-wordpress/pull/120)

= Version 2.7.0 (September 11 2023)
* Updated PHP Dependencies including loading seperate dependencies for PHP7 and PHP8. (https://github.com/rollbar/rollbar-php-wordpress/pull/114)
* Updated node development dependencies (https://github.com/rollbar/rollbar-php-wordpress/pull/115)
Expand Down Expand Up @@ -225,6 +228,9 @@ Yes. It's actually the recommended method of installation.

== Upgrade Notice ==

= Version 2.7.1 (September 13 2023)
Fix issue that could lead to fatal error with some settings

= Version 2.7.0 (September 11 2023)
Add compatability for modern PHP versions

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

private $config;

Expand Down

0 comments on commit 48f54d3

Please sign in to comment.