PluginProbe ʕ •ᴥ•ʔ
Pods – Custom Content Types and Fields / 2.9.19.4
Pods – Custom Content Types and Fields v2.9.19.4
2.8.23.4 2.9.19.4 3.0.10.4 3.1.4.2 3.2.8.3 3.3.9.1 trunk 1.14.8 2.7.31.3 2.8.23.3 2.9.19.3 3.0.10.3 3.1.4.1 3.2.0 3.2.1 3.2.1.1 3.2.2 3.2.4 3.2.5 3.2.6 3.2.7 3.2.7.1 3.2.8 3.2.8.1 3.2.8.2 3.3.0 3.3.1 3.3.2 3.3.3 3.3.4 3.3.5 3.3.6 3.3.7 3.3.8 3.3.9
pods / .phpcs.compat.xml
pods Last commit date
classes 2 weeks ago components 2 weeks ago deprecated 2 weeks ago includes 2 weeks ago sql 2 weeks ago src 2 weeks ago tribe-common 2 weeks ago ui 2 weeks ago vendor 2 weeks ago .phpcs.compat.xml 2 weeks ago .phpcs.xml 2 weeks ago changelog.txt 2 weeks ago init.php 2 weeks ago license.txt 2 weeks ago readme.txt 2 weeks ago
.phpcs.compat.xml
22 lines
1 <?xml version="1.0"?>
2 <ruleset name="Pods PHP Compatibility">
3 <config name="testVersion" value="5.6-"/>
4
5 <exclude-pattern>*/\.github/*</exclude-pattern>
6 <exclude-pattern>*/\.wordpress-org/*</exclude-pattern>
7 <exclude-pattern>*/files/*</exclude-pattern>
8 <exclude-pattern>*/node_modules/*</exclude-pattern>
9 <exclude-pattern>*/repo/*</exclude-pattern>
10 <exclude-pattern>*/tests/*</exclude-pattern>
11 <exclude-pattern>*/vendor/*</exclude-pattern>
12 <exclude-pattern>*/cli/*</exclude-pattern>
13 <exclude-pattern>*/fields/*</exclude-pattern>
14 <exclude-pattern>*/widgets/*</exclude-pattern>
15
16 <arg name="extensions" value="php"/>
17 <arg name="colors"/>
18 <arg name="report" value="full,summary"/>
19
20 <rule ref="PHPCompatibilityWP"/>
21 </ruleset>
22