Plugin Directory

Changeset 2938111


Ignore:
Timestamp:
07/13/2023 10:12:33 AM (3 years ago)
Author:
imjoehaines
Message:

Release version 1.6.3

Location:
bugsnag/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • bugsnag/trunk/bugsnag-php/Configuration.php

    r2419953 r2938111  
    1919    public $notifier = array(
    2020        'name' => 'Bugsnag PHP (Official)',
    21         'version' => '2.10.1',
     21        'version' => '2.10.2',
    2222        'url' => 'https://bugsnag.com',
    2323    );
     
    4141
    4242    public $curlOptions = array();
     43    public $timeout;
    4344
    4445    public $debug = false;
  • bugsnag/trunk/bugsnag.php

    r2855065 r2938111  
    44Plugin URI: https://bugsnag.com
    55Description: 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.2
     6Version: 1.6.3
    77Author: Bugsnag Inc.
    88Author URI: https://bugsnag.com
     
    1818    private static $NOTIFIER = array(
    1919        'name' => 'Bugsnag Wordpress (Official)',
    20         'version' => '1.6.2',
     20        'version' => '1.6.3',
    2121        'url' => 'https://github.com/bugsnag/bugsnag-wordpress',
    2222    );
  • bugsnag/trunk/readme.txt

    r2855065 r2938111  
    33Tags: bugsnag, error, monitoring, exception, logging
    44Requires at least: 2.0
    5 Tested up to: 6.1.1
    6 Stable tag: 1.6.2
     5Tested up to: 6.3
     6Stable tag: 1.6.3
    77License: GPLv2 or later
    88
     
    3838
    3939== Changelog ==
     40
     41= 1.6.3 =
     42* Fix PHP 8.2 deprecation notice
    4043
    4144= 1.6.2 =
Note: See TracChangeset for help on using the changeset viewer.