We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 221868f commit f013ca9Copy full SHA for f013ca9
3 files changed
CHANGELOG.md
@@ -1,6 +1,10 @@
1
Changelog
2
=========
3
4
+2.5.4
5
+-----
6
+- Fix HHVM support for release 2.5.3
7
+
8
2.5.3
9
-----
10
- Add support for custom curl options
build/bugsnag.phar
33 Bytes
src/Bugsnag/Configuration.php
@@ -18,7 +18,7 @@ class Bugsnag_Configuration
18
public $proxySettings = array();
19
public $notifier = array(
20
'name' => 'Bugsnag PHP (Official)',
21
- 'version' => '2.5.3',
+ 'version' => '2.5.4',
22
'url' => 'https://bugsnag.com',
23
);
24
public $sendEnvironment = false;
0 commit comments