We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7a6425 commit d648284Copy full SHA for d648284
phpcs.xml
@@ -70,7 +70,7 @@
70
<properties>
71
<!-- Set the text domain for internationalization -->
72
<property name="text_domain" type="array">
73
- <element value="optimizations-ace-mc"/>
+ <element value="Simple-WP-Site-Exporter"/>
74
</property>
75
</properties>
76
</rule>
@@ -82,7 +82,7 @@
82
83
<!-- WordPress PHP compatibility -->
84
<rule ref="PHPCompatibilityWP"/>
85
- <config name="minimum_supported_wp_version" value="6.5"/>
+ <config name="minimum_supported_wp_version" value="6.8"/>
86
<config name="testVersion" value="7.4-"/>
87
88
<!-- Show progress -->
0 commit comments