Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing Required PHP Header in Conversion Tracking Plugin #56

Open
mralaminahamed opened this issue Dec 10, 2024 · 0 comments
Open

Missing Required PHP Header in Conversion Tracking Plugin #56

mralaminahamed opened this issue Dec 10, 2024 · 0 comments

Comments

@mralaminahamed
Copy link
Member

The Quality Insights Toolkit (QIT) validation test has identified missing required headers in the Conversion Tracking extension (Version 2.1.0). This needs to be addressed to ensure proper plugin compatibility and documentation.

Current Issues:

  • The 'Requires PHP' header is missing from the plugin's main file
  • Test date: 2024-12-06 11:11:38
  • Test summary shows 0 errors but 2 warnings

Required Actions:

  1. Add the missing 'Requires PHP' header to the plugin's main PHP file
  2. Format the header according to WordPress plugin requirements

Example of proper header implementation:

/**
 * Plugin Name: WooCommerce Conversion Tracking
 * Version: 2.1.0
 * Requires PHP: 7.4     <-- Add this line
 * WC requires at least: 5.0.0
 * WC tested up to: 9.4.3 
 */

Reference Documentation:

Reference Test report:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant