Skip to content

Commit 925deeb

Browse files
authored
Merge pull request #60 from getdokan/fix-missing-required-header
Updated missing required PHP header
2 parents e5c6ac6 + 6e084dc commit 925deeb

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

conversion-tracking.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
Author: weDevs
88
Author URI: https://wedevs.com/?utm_source=ORG_Author_URI_WCCT
99
License: GPL2
10+
Requires PHP: 7.4
11+
Requires Plugins: woocommerce
1012
WC requires at least: 5.0.0
1113
WC tested up to: 9.4.3
1214
*/
@@ -371,4 +373,4 @@ function wcct_init() {
371373
*/
372374
function wcct_manage_cap() {
373375
return apply_filters( 'wcct_capability', 'manage_options' );
374-
}
376+
}

readme.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ Tags: ecommerce, e-commerce, commerce, woocommerce, tracking, facebook, google,
44
Donate link: https://tareq.co/donate/
55
Requires at least: 5.4
66
Tested up to: 6.7.1
7+
Requires PHP: 7.4
78
WC requires at least: 5.0.0
89
WC tested up to: 9.4.3
910
Stable tag: 2.1.0
@@ -55,7 +56,7 @@ Extract the zip file and just drop the contents in the wp-content/plugins/ direc
5556
= Minimum Requirements =
5657

5758
* WooCommerce 3.0
58-
* PHP version 5.2.4 or greater
59+
* PHP version 7.4 or greater
5960
* MySQL version 5.0 or greater
6061

6162
= Tracking Conversions =

0 commit comments

Comments
 (0)