File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11Changelog
22=========
33
4+ ## 3.0.1 (2016-07-08)
5+
6+ ### Bug Fixes
7+
8+ * Lowered the minimum PHP version to 5.5.0
9+ [ Graham Campbell] ( https://github.com/GrahamCampbell )
10+ [ #295 ] ( https://github.com/bugsnag/bugsnag-php/pull/295 )
11+
412## 3.0.0 (2016-07-07)
513
614This is a major refactor to make the library clearer and easier to use. The
715minimum PHP version supported has been updated to 5.5.9. For upgrading
816instructions, see
917[ the upgrading guide] ( https://github.com/bugsnag/bugsnag-php/blob/master/UPGRADING.md#2x-to-3x ) .
1018
11-
1219### Enhancements
1320
1421* Added a pipeline system for loading request information, app information, and
@@ -31,7 +38,6 @@ instructions, see
3138
3239* Every bug
3340
34-
3541## 2.9.1 (2016-07-06)
3642
3743### Bug Fixes
Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ class Configuration
6262 */
6363 protected $ notifier = [
6464 'name ' => 'Bugsnag PHP (Official) ' ,
65- 'version ' => '3.0.0 ' ,
65+ 'version ' => '3.0.1 ' ,
6666 'url ' => 'https://bugsnag.com ' ,
6767 ];
6868
You can’t perform that action at this time.
0 commit comments