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.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
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