File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
66
77## [ Unreleased]
8+
9+ ## [ 3.17.0] - 2023-10-17
810### Changed
911- Modify parameter names to be more descriptive (from $id to $idOrName)
1012
Original file line number Diff line number Diff line change 2222 ],
2323 "require" : {
2424 "php" : " ^7.2|^8.0" ,
25- "honeybadger-io/honeybadger-php" : " ^2.15 .0" ,
25+ "honeybadger-io/honeybadger-php" : " ^2.16 .0" ,
2626 "sixlive/dotenv-editor" : " ^1.1|^2.0" ,
2727 "illuminate/console" : " ^7.0|^8.0|^9.0|^10.0" ,
2828 "illuminate/support" : " ^7.0|^8.0|^9.0|^10.0" ,
Original file line number Diff line number Diff line change 1212
1313class HoneybadgerLaravel extends Honeybadger
1414{
15- const VERSION = '3.16 .0 ' ;
15+ const VERSION = '3.17 .0 ' ;
1616
1717 // Don't forget to sync changes to this with the config file defaults
1818 const DEFAULT_BREADCRUMBS = [
You can’t perform that action at this time.
0 commit comments