We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fe9d8d commit 92beddaCopy full SHA for 92bedda
CHANGELOG.md
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
6
7
## [Unreleased]
8
9
+## [3.18.0] - 2023-10-27
10
+### Added
11
+- Check-Ins: Add support for slug url
12
+
13
## [3.17.0] - 2023-10-17
14
### Changed
15
- Modify parameter names to be more descriptive (from $id to $idOrName)
src/HoneybadgerLaravel.php
@@ -12,7 +12,7 @@
class HoneybadgerLaravel extends Honeybadger
{
- const VERSION = '3.17.0';
+ const VERSION = '3.18.0';
16
17
// Don't forget to sync changes to this with the config file defaults
18
const DEFAULT_BREADCRUMBS = [
0 commit comments