Skip to content

Commit

Permalink
Merge pull request #8 from wirecard/multisitecompatibility
Browse files Browse the repository at this point in the history
Multisitecompatibility
  • Loading branch information
JueGer authored Nov 8, 2016
2 parents 46ac253 + e990bcd commit e54a689
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
*
*/
define('WOOCOMMERCE_GATEWAY_WCP_NAME', 'Woocommerce2_WirecardCheckoutPage');
define('WOOCOMMERCE_GATEWAY_WCP_VERSION', '1.1.6');
define('WOOCOMMERCE_GATEWAY_WCP_VERSION', '1.1.7');
define('WOOCOMMERCE_GATEWAY_WCP_WINDOWNAME', 'WirecardCheckoutPageFrame');
define('WOOCOMMERCE_GATEWAY_WCP_TABLE_NAME', 'woocommerce_wcp_transaction');
define('WOOCOMMERCE_GATEWAY_WCP_INVOICE_INSTALLMENT_MIN_AGE', 18);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
Plugin Name: Wirecard Checkout Page
Plugin URI: http://www.wirecard.at/integration/plugins/
Description: Wirecard CEE is a popular payment service provider (PSP) and has connections with over 20 national and international currencies.
Version: 1.1.6
Version: 1.1.7
Author: Wirecard Central Eastern Europe
Author URI: http://www.wirecard.at/
License: Proprietary
Expand Down Expand Up @@ -36,9 +36,6 @@

if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly

if ( ! in_array( 'woocommerce/woocommerce.php', apply_filters( 'active_plugins', get_option( 'active_plugins' ) ) ) )
exit;

define( 'WOOCOMMERCE_GATEWAY_WCP_BASEDIR', plugin_dir_path( __FILE__ ) );
define( 'WOOCOMMERCE_GATEWAY_WCP_URL', plugin_dir_url( __FILE__ ) );

Expand Down

0 comments on commit e54a689

Please sign in to comment.