Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to version 2.7.1 #121

Merged
merged 1 commit into from
Sep 13, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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