Skip to content

Commit 264a083

Browse files
committed
bump minimum versions
1 parent 68cb7bc commit 264a083

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

codeat.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -133,17 +133,17 @@
133133
</rule>
134134
<rule ref="WordPress.WP.DeprecatedClasses">
135135
<properties>
136-
<property name="minimum_supported_version" value="4.7" />
136+
<property name="minimum_supported_version" value="5.3" />
137137
</properties>
138138
</rule>
139139
<rule ref="WordPress.WP.DeprecatedFunctions">
140140
<properties>
141-
<property name="minimum_supported_version" value="4.7" />
141+
<property name="minimum_supported_version" value="5.3" />
142142
</properties>
143143
</rule>
144144
<rule ref="WordPress.WP.DeprecatedParameters">
145145
<properties>
146-
<property name="minimum_supported_version" value="4.7" />
146+
<property name="minimum_supported_version" value="5.3" />
147147
</properties>
148148
</rule>
149149
<!-- Superglobal input not validated or sanitized. -->

0 commit comments

Comments
 (0)