From b5cdff111437cd12d2cc2a7ca4c6eab91191cbd6 Mon Sep 17 00:00:00 2001 From: Tom Longridge Date: Mon, 29 Sep 2025 15:39:51 +0100 Subject: [PATCH] docs: update plugin name and metadata --- CHANGELOG.md | 4 ++++ README.md | 60 +++++++++++++++++++--------------------------- SECURITY.md | 2 +- bugsnag.php | 6 ++--- example/README.md | 29 +++++++++++----------- readme.txt | 20 +++++++++------- views/settings.php | 26 ++++++++++---------- 7 files changed, 71 insertions(+), 76 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d20aa3e..5810385 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ Changelog ========= +## v1.6.5 (2025-09-30) + +* Update plugin metadata [#66](https://github.com/bugsnag/bugsnag-wordpress/pull/67) + ## v1.6.4 (2025-09-15) * Patch CVE-2025-58806 [#66](https://github.com/bugsnag/bugsnag-wordpress/pull/66) diff --git a/README.md b/README.md index bc98c44..455afdb 100644 --- a/README.md +++ b/README.md @@ -1,23 +1,25 @@ -Bugsnag Notifier for WordPress -============================== +
+ + + + SmartBear BugSnag logo + + +

Error monitoring plugin for WordPress

+
-The Bugsnag Notifier for WordPress gives you instant notification of errors -in your WordPress sites. +[![Documentation](https://img.shields.io/badge/documentation-latest-blue.svg)](https://docs.bugsnag.com/platforms/php/wordpress/) -[Bugsnag](https://www.bugsnag.com/) captures errors in real-time from your web, -mobile and desktop applications, helping you to understand and resolve them -as fast as possible. Create a free account to start -capturing errors from your applications. Learn more about [error monitoring and error reporting](https://www.bugsnag.com/) with Bugsnag. +The BugSnag Error Monitoring plugin for WordPress gives you instant notification of errors in your WordPress sites. -The Bugsnag Notifier for WordPress supports WordPress 2.0+, PHP 5.2+ and -requires the cURL extension to be available in PHP. +[BugSnag](https://www.bugsnag.com/) captures errors in real-time from your web, mobile and desktop applications, helping you to understand and resolve them as fast as possible. Create a free account to start capturing errors from your applications. Learn more about [error monitoring and error reporting](https://www.bugsnag.com/) with BugSnag. -You can always read about the plugin or download it from the -[WordPress Plugin Directory](http://wordpress.org/plugins/bugsnag/). +This plugin supports WordPress 2.0+, PHP 5.2+ and requires the cURL extension to be available in PHP. +You can read about the plugin or download it from the [WordPress Plugin Directory](http://wordpress.org/plugins/bugsnag/). -How to Install --------------- + +## How to Install 1. Download the latest [bugsnag.zip](https://github.com/bugsnag/bugsnag-wordpress/releases/latest). @@ -33,39 +35,27 @@ How to Install [Bugsnag Dashboard](https://bugsnag.com). -Building from Source --------------------- +## Building from Source -If you would like to build a new zip file of the plugin from source, you can -run our build script using [Thor](http://whatisthor.com/). You'll need both -`ruby` and the `thor` gem installed (`gem install thor`). Then you can -generate a new zip by running: +If you would like to build a new zip file of the plugin from source, you can run our build script using [Thor](http://whatisthor.com/). You'll need both `ruby` and the `thor` gem installed (`gem install thor`). Then you can generate a new zip by running: ```shell thor wordpress:zip bugsnag-wordpress.zip ``` +## Support -Reporting Bugs or Feature Requests ----------------------------------- - -Please report any bugs or feature requests on the github issues page for this -project here: - - +* [Read the integration guide](https://docs.bugsnag.com/platforms/php/wordpress) +* [Search open and closed issues](https://github.com/bugsnag/bugsnag-wordpress/issues?utf8=✓&q=is%3Aissue) for similar problems +* [Report a bug or request a feature](https://github.com/bugsnag/bugsnag-wordpress/issues/new) - -Contributing ------------- +## Contributing - [Fork](https://help.github.com/articles/fork-a-repo) the [notifier on github](https://github.com/bugsnag/bugsnag-wordpress) - Commit and push until you are happy with your contribution - [Make a pull request](https://help.github.com/articles/using-pull-requests) - Thanks! +## License -License -------- - -The Bugsnag WordPress notifier is free software released under the WordPress-friendly GPLv2 License. -See [LICENSE.txt](https://github.com/bugsnag/bugsnag-wordpress/blob/master/LICENSE.txt) for details. +The BugSnag WordPress plugin is free software released under the WordPress-friendly GPLv2 License. See [LICENSE.txt](https://github.com/bugsnag/bugsnag-wordpress/blob/master/LICENSE.txt) for details. diff --git a/SECURITY.md b/SECURITY.md index bd00b5b..95fab52 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -8,4 +8,4 @@ ## Reporting a Vulnerability -If you find a vulnerability in this SDK, please report it to our [Support Team](mailto:support@bugsnag.com) for review. \ No newline at end of file +If you find a vulnerability in this SDK, please report it to our [Support Team](mailto:security@smartbear.com) for review. \ No newline at end of file diff --git a/bugsnag.php b/bugsnag.php index f8c28e1..57d91c7 100644 --- a/bugsnag.php +++ b/bugsnag.php @@ -1,10 +1,10 @@ -

Bugsnag Settings

+

BugSnag Settings

- Bugsnag automatically detects errors & crashes on your WordPress site, plugins & themes. + BugSnag automatically detects errors & crashes on your WordPress site, plugins & themes.

- Errors are sent to your Bugsnag Dashboard for you to view and debug, and we'll also notify you by email, chat, sms or create a ticket in your issue tracking system if you use one. We'll also show you exactly how many times each error occurred, and how many users were impacted by each crash. + Errors are sent to your BugSnag Dashboard for you to view and debug, and we'll also notify you by email, chat, sms or create a ticket in your issue tracking system if you use one. We'll also show you exactly how many times each error occurred, and how many users were impacted by each crash.

apiKey)) { ?>
-

Please configure your Bugsnag API Key to enable this plugin

+

Please configure your BugSnag API Key to enable this plugin

- Sign up for a Bugsnag Account and create a project with type WordPress,
+ Sign up for a BugSnag Account and create a project with type WordPress,
you'll then be shown your API Key, which you should paste here:

@@ -33,20 +33,20 @@ - +

- You can find your API Key on your Bugsnag Dashboard. + You can find your API Key on your BugSnag Dashboard.

- +

- The information to remove from Bugsnag reports, one per line. + The information to remove from BugSnag reports, one per line. Use this if you want to ensure you don't send sensitive data such as passwords, and credit card numbers to our servers.

@@ -86,14 +86,14 @@ apiKey)) { ?>
-

Test your connection to Bugsnag

+

Test your connection to BugSnag

-

Use this button to send a test event that can be viewed in your Bugsnag Dashboard.

+

Use this button to send a test event that can be viewed in your BugSnag Dashboard.

Note - any configuration options applied in code will not be applied to this test event.