Skip to content

Commit

Permalink
Bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
imjoehaines committed Jul 13, 2023
1 parent 99036b4 commit e338fa1
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
Changelog
=========

## v1.6.3 (2023-07-13)

* Fix PHP 8.2 deprecation notice

## v1.6.2 (2023-01-26)

* Fix broken url in notifier configuration & add docs link to test notification [#60](https://github.com/bugsnag/bugsnag-wordpress/pull/60)
Expand Down
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 URI: https://bugsnag.com
Description: Bugsnag monitors for errors and crashes on your wordpress site, sends them to your bugsnag.com dashboard, and notifies you by email of each error.
Version: 1.6.2
Version: 1.6.3
Author: Bugsnag Inc.
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.2',
'version' => '1.6.3',
'url' => 'https://github.com/bugsnag/bugsnag-wordpress',
);

Expand Down
7 changes: 5 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Contributors: loopj
Tags: bugsnag, error, monitoring, exception, logging
Requires at least: 2.0
Tested up to: 6.1.1
Stable tag: 1.6.2
Tested up to: 6.3
Stable tag: 1.6.3
License: GPLv2 or later

Bugsnag is a WordPress plugin that automatically detects errors & crashes on your WordPress site, and notifies you by email, chat or issues system
Expand Down Expand Up @@ -38,6 +38,9 @@ To manually install Bugsnag:

== Changelog ==

= 1.6.3 =
* Fix PHP 8.2 deprecation notice

= 1.6.2 =
* Fix broken url in notifier configuration & add docs link to test notification.
* Bump "tested up to" WordPress version
Expand Down

0 comments on commit e338fa1

Please sign in to comment.