Skip to content
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
4 changes: 2 additions & 2 deletions bugsnag.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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',
);

Expand Down
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down