Changeset 2938111
- Timestamp:
- 07/13/2023 10:12:33 AM (3 years ago)
- Location:
- bugsnag/trunk
- Files:
-
- 3 edited
-
bugsnag-php/Configuration.php (modified) (2 diffs)
-
bugsnag.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
bugsnag/trunk/bugsnag-php/Configuration.php
r2419953 r2938111 19 19 public $notifier = array( 20 20 'name' => 'Bugsnag PHP (Official)', 21 'version' => '2.10. 1',21 'version' => '2.10.2', 22 22 'url' => 'https://bugsnag.com', 23 23 ); … … 41 41 42 42 public $curlOptions = array(); 43 public $timeout; 43 44 44 45 public $debug = false; -
bugsnag/trunk/bugsnag.php
r2855065 r2938111 4 4 Plugin URI: https://bugsnag.com 5 5 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. 6 Version: 1.6. 26 Version: 1.6.3 7 7 Author: Bugsnag Inc. 8 8 Author URI: https://bugsnag.com … … 18 18 private static $NOTIFIER = array( 19 19 'name' => 'Bugsnag Wordpress (Official)', 20 'version' => '1.6. 2',20 'version' => '1.6.3', 21 21 'url' => 'https://github.com/bugsnag/bugsnag-wordpress', 22 22 ); -
bugsnag/trunk/readme.txt
r2855065 r2938111 3 3 Tags: bugsnag, error, monitoring, exception, logging 4 4 Requires at least: 2.0 5 Tested up to: 6. 1.16 Stable tag: 1.6. 25 Tested up to: 6.3 6 Stable tag: 1.6.3 7 7 License: GPLv2 or later 8 8 … … 38 38 39 39 == Changelog == 40 41 = 1.6.3 = 42 * Fix PHP 8.2 deprecation notice 40 43 41 44 = 1.6.2 =
Note: See TracChangeset
for help on using the changeset viewer.