File tree Expand file tree Collapse file tree 2 files changed +14
-1
lines changed
Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change 11Changelog
22=========
33
4+ ## 3.29.2 (2025-01-13)
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 type annotations will continue to be present and accurate
10+
11+ ### Fixes
12+
13+ * Ensure PHP 8.4 compatibility
14+ [ #672 ] ( https://github.com/bugsnag/bugsnag-php/pull/672 )
15+
16+
417## 3.29.1 (2023-05-10)
518
619### Fixes
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments