Changeset 2635619
- Timestamp:
- 11/25/2021 11:44:43 PM (4 years ago)
- Location:
- ezcount/trunk
- Files:
-
- 2 edited
-
EZcount.php (modified) (2 diffs)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
ezcount/trunk/EZcount.php
r2381907 r2635619 4 4 * Plugin URI: 5 5 * Description: invoicing, clearing and paypal integration plugin. 6 * Version: 1.11. 26 * Version: 1.11.3 7 7 * Author: EZcount 8 8 * Author URI: 9 9 * Requires at least: 4.4 10 * Tested up to: 4.9.110 * Tested up to: 5.8.2 11 11 * Text Domain: EZcount 12 12 * 13 13 */ 14 15 $active_plugins = apply_filters( 'active_plugins', get_option( 'active_plugins' ) ); 16 if ( !in_array( 'woocommerce/woocommerce.php', $active_plugins ) ) { 17 echo "<br><br><h1>You must install & activate WooCommerce before installing EZCOUNT plugin!</h1><br><br>"; 18 } 19 14 20 15 21 add_filter( 'plugin_action_links_' . plugin_basename( __FILE__ ), … … 27 33 function init_ezcount_gateway_class() { 28 34 if ( ! class_exists( 'WC_Payment_Gateway' ) ) { 29 return;35 return; 30 36 } 31 37 -
ezcount/trunk/readme.txt
r2381907 r2635619 3 3 Contributors: EZcount 4 4 Tags : Invoicing and clearing for Woocommerce, by EasyCount. 5 Tested up to: 4.9.86 Version : 1.11. 25 Tested up to: 5.8.2 6 Version : 1.11.3 7 7 Stable tag: trunk 8 8 Requires PHP: 5.4
Note: See TracChangeset
for help on using the changeset viewer.