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: .github/ISSUE_TEMPLATE/compatibility-test-failure.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ The automated compatibility test has failed for the following environment:
19
19
20
20
### Next Steps
21
21
22
-
This issue has been automatically created because the Simple WP Site Exporter plugin failed compatibility testing with this specific WordPress and PHP version combination. This could indicate:
22
+
This issue has been automatically created because the EngineScript Site Exporter plugin failed compatibility testing with this specific WordPress and PHP version combination. This could indicate:
23
23
24
24
#### Potential Issues:
25
25
1.**PHP Compatibility**: Code may use features not available in PHP {{ env.PHP_VERSION }}
@@ -41,7 +41,7 @@ This issue has been automatically created because the Simple WP Site Exporter pl
41
41
docker run --rm -v $(pwd):/app wordpress:{{ env.WP_VERSION }}-php{{ env.PHP_VERSION }}-apache
# Run PHPMD but don't fail the build on naming convention issues
367
-
phpmd simple-wp-site-exporter.php text phpmd.xml || echo "PHPMD completed with warnings (WordPress naming conventions may differ from PHPMD defaults)"
367
+
phpmd enginescript-site-exporter.php text phpmd.xml || echo "PHPMD completed with warnings (WordPress naming conventions may differ from PHPMD defaults)"
0 commit comments