You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+23-3Lines changed: 23 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,24 @@ This projects adheres to [Keep a CHANGELOG](http://keepachangelog.com/) and uses
14
14
15
15
_Nothing yet._
16
16
17
+
## [1.1.1] - 2023-08-26
18
+
19
+
### Changed
20
+
21
+
#### Modernize
22
+
23
+
*`Modernize.FunctionCalls.Dirname`: the sniff will now respect a potentially set [`php_version` configuration option][php_version-config] and only report on modernizations which are possible on the configured `php_version`. [#261]
24
+
If the `php_version` is not set, the sniff will continue to report on all modernization options.
25
+
26
+
#### Other
27
+
28
+
* Various documentation improvements. Props in part to [@szepeviktor].
0 commit comments