| @@ -7,9 +7,9 @@ | ||
| 7 | 7 | * @wordpress-plugin |
| 8 | 8 | * Plugin Name: seQura |
| 9 | 9 | * Plugin URI: https://sequra.es/ |
| 10 | 10 | * Description: seQura payment gateway for WooCommerce |
| 11 | - * Version: 4.3.4 | |
| 11 | + * Version: 4.1.0 | |
| 12 | 12 | * Author: "seQura Tech" <wordpress@sequra.com> |
| 13 | 13 | * Author URI: https://sequra.com/ |
| 14 | 14 | * License: GPL-3.0+ |
| 15 | 15 | * License URI: https://www.gnu.org/licenses/gpl-3.0.txt |
| @@ -16,11 +16,11 @@ | ||
| 16 | 16 | * Text Domain: sequra |
| 17 | 17 | * Domain Path: /languages |
| 18 | 18 | * Requires PHP: 7.3 |
| 19 | 19 | * Requires at least: 5.9 |
| 20 | - * Tested up to: 7.1.0 | |
| 20 | + * Tested up to: 6.8.3 | |
| 21 | 21 | * WC requires at least: 4.7.0 |
| 22 | - * WC tested up to: 11.0.1 | |
| 22 | + * WC tested up to: 10.3.3 | |
| 23 | 23 | * Requires Plugins: woocommerce |
| 24 | 24 | */ |
| 25 | 25 | |
| 26 | 26 | defined( 'WPINC' ) || die; |
| @@ -35,8 +35,9 @@ | ||
| 35 | 35 | * |
| 36 | 36 | * @var \SeQura\WC\Plugin $plugin |
| 37 | 37 | */ |
| 38 | 38 | $plugin = \SeQura\Core\Infrastructure\ServiceRegister::getService( \SeQura\WC\Plugin::class ); |
| 39 | + | |
| 39 | 40 | register_activation_hook( __FILE__, array( $plugin, 'activate' ) ); |
| 40 | 41 | register_deactivation_hook( __FILE__, array( $plugin, 'deactivate' ) ); |
| 41 | 42 | } |
| 42 | 43 | ); |