Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
jessicard committed Mar 27, 2015
1 parent a034d4d commit 56ee444
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
Changelog
=========

2.5.3
-----
- Add support for custom curl options

2.5.2
-----
- Add support for setHostname
Expand Down
Binary file modified build/bugsnag.phar
Binary file not shown.
2 changes: 1 addition & 1 deletion example/php/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
require_once "../../build/bugsnag.phar";

$bugsnag = new Bugsnag_Client("066f5ad3590596f9aa8d601ea89af845");
$bugsnag->notifyError("Broken", "Something broke", array("tab" => array("paying" => true, "object" => (object)array("key" => "value"), "null" => NULL, "string" => "Test", "int" => 4)));
$bugsnag->notifyError("Broken", "Something broke", array("tab" => array("paying" => true, "object" => (object)array("key" => "value"), "null" => NULL, "string" => "test", "int" => 4)));

?>
2 changes: 1 addition & 1 deletion src/Bugsnag/Configuration.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class Bugsnag_Configuration
public $proxySettings = array();
public $notifier = array(
'name' => 'Bugsnag PHP (Official)',
'version' => '2.5.1',
'version' => '2.5.3',
'url' => 'https://bugsnag.com',
);
public $sendEnvironment = false;
Expand Down

0 comments on commit 56ee444

Please sign in to comment.