Skip to content

Commit 4f5ee06

Browse files
committed
Prepare a release with PHP 8.4 compatibility
1 parent f5b4d2d commit 4f5ee06

2 files changed

Lines changed: 15 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,20 @@
11
Changelog
22
=========
33

4+
## 3.29.2 (2025-01-XX)
5+
6+
This release should ensure compatibility with PHP 8.4 by removing the usage of certain
7+
deprecated features by:
8+
- Removing `E_STRICT` from the error list in PHP 8.4+
9+
- Removing type annotations from parameters defaulting to `null`. Comment typal annotations
10+
will continue to be present and accurate
11+
12+
### Fixes
13+
14+
* Ensure PHP 8.4 compatibility
15+
[#672](https://github.com/bugsnag/bugsnag-php/pull/672)
16+
17+
418
## 3.29.1 (2023-05-10)
519

620
### Fixes

src/Configuration.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ class Configuration implements FeatureDataStore
8585
*/
8686
protected $notifier = [
8787
'name' => 'Bugsnag PHP (Official)',
88-
'version' => '3.29.1',
88+
'version' => '3.29.2',
8989
'url' => 'https://bugsnag.com',
9090
];
9191

0 commit comments

Comments
 (0)