From 6015ccfa4142c1176ddba295d4a5334d4edd5724 Mon Sep 17 00:00:00 2001 From: Josh Date: Tue, 30 Sep 2025 10:15:08 +0100 Subject: [PATCH] bump version --- bugsnag.php | 4 ++-- readme.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bugsnag.php b/bugsnag.php index 57d91c7..2f71fe3 100644 --- a/bugsnag.php +++ b/bugsnag.php @@ -3,7 +3,7 @@ Plugin Name: BugSnag Error Monitoring plugin Plugin URI: https://bugsnag.com Description: Automatically detects errors & crashes on your WordPress site using BugSnag to notify you by email, chat or issues system. -Version: 1.6.4 +Version: 1.6.5 Author: BugSnag Author URI: https://bugsnag.com License: GPLv2 or later @@ -17,7 +17,7 @@ class Bugsnag_Wordpress private static $NOTIFIER = array( 'name' => 'Bugsnag Wordpress (Official)', - 'version' => '1.6.4', + 'version' => '1.6.5', 'url' => 'https://github.com/bugsnag/bugsnag-wordpress', ); diff --git a/readme.txt b/readme.txt index b7a1fb5..91265f1 100644 --- a/readme.txt +++ b/readme.txt @@ -3,7 +3,7 @@ Contributors: loopj Tags: bugsnag, error, monitoring, exception, logging Requires at least: 2.0 Tested up to: 6.8.2 -Stable tag: 1.6.4 +Stable tag: 1.6.5 License: GPLv2 or later Automatically detects errors & crashes on your WordPress site using BugSnag to notify you by email, chat or issues system.