| @@ -5,14 +5,12 @@ | ||
| 5 | 5 | Description: A plugin to manage ALL your tracking code and conversion pixels, simply. Compatible with Facebook Ads, Google Adwords, WooCommerce, Easy Digital Downloads, WP eCommerce. |
| 6 | 6 | Author: Data443 |
| 7 | 7 | Author URI: https://data443.com/ |
| 8 | 8 | Email: support@data443.com |
| 9 | -Version: 2.8.0 | |
| 9 | +Version: 2.3.0 | |
| 10 | 10 | Requires at least: 3.6.0 |
| 11 | 11 | Requires PHP: 5.6 |
| 12 | 12 | */ |
| 13 | -if ( ! defined( 'ABSPATH' ) ) exit; | |
| 14 | - | |
| 15 | 13 | register_activation_hook(__FILE__, function () { |
| 16 | 14 | if (in_array('tracking-code-manager-pro/index.php', apply_filters('active_plugins', get_option('active_plugins')))) { |
| 17 | 15 | die; |
| 18 | 16 | } |
| @@ -24,9 +22,9 @@ | ||
| 24 | 22 | define( 'TCMP_PLUGIN_PREFIX', 'TCMP_' ); |
| 25 | 23 | define( 'TCMP_PLUGIN_FILE', __FILE__ ); |
| 26 | 24 | define( 'TCMP_PLUGIN_SLUG', 'tracking-code-manager' ); |
| 27 | 25 | define( 'TCMP_PLUGIN_NAME', 'Tracking Code Manager' ); |
| 28 | -define( 'TCMP_PLUGIN_VERSION', '2.8.0' ); | |
| 26 | +define( 'TCMP_PLUGIN_VERSION', '2.3.0' ); | |
| 29 | 27 | define( 'TCMP_PLUGIN_AUTHOR', 'IntellyWP' ); |
| 30 | 28 | |
| 31 | 29 | define( 'TCMP_PLUGIN_DIR', dirname( __FILE__ ) . '/' ); |
| 32 | 30 | define( 'TCMP_PLUGIN_ASSETS_URI', plugins_url( 'assets/', __FILE__ ) ); |
| @@ -43,9 +41,9 @@ | ||
| 43 | 41 | define( 'TCMP_QUERY_CONVERSION_PLUGINS', 5 ); |
| 44 | 42 | define( 'TCMP_QUERY_TAXONOMY_TYPES', 6 ); |
| 45 | 43 | define( 'TCMP_QUERY_TAXONOMIES_OF_TYPE', 7 ); |
| 46 | 44 | |
| 47 | -define( 'TCMP_INTELLYWP_ENDPOINT', 'https://www.intellywp.com/wp-content/plugins/intellywp-manager/data.php' ); | |
| 45 | +define( 'TCMP_INTELLYWP_ENDPOINT', 'http://www.intellywp.com/wp-content/plugins/intellywp-manager/data.php' ); | |
| 48 | 46 | define( 'TCMP_PAGE_FAQ', 'http://www.intellywp.com/tracking-code-manager' ); |
| 49 | 47 | define( 'TCMP_PAGE_PREMIUM', 'http://www.intellywp.com/tracking-code-manager' ); |
| 50 | 48 | define( 'TCMP_PAGE_MANAGER', admin_url() . 'options-general.php?page=' . TCMP_PLUGIN_SLUG ); |
| 51 | 49 | define( 'TCMP_PLUGIN_URI', plugins_url( '/', __FILE__ ) ); |