Update to 1.1.2

This commit is contained in:
Alexander
2015-04-24 20:13:22 +02:00
parent c8ba744f06
commit 5e8e9acb82
21 changed files with 264 additions and 271 deletions
+6 -10
View File
@@ -1,26 +1,22 @@
<?php
/* Plugin Name: WooCommerce Payment Methods
* Plugin URI: http://vendocr.at/
* Description: <strong>Easily display your accepted payment methods from WooCommerce.</strong> Handcrafted with &hearts; by <a href='http://vendocr.at/'>vendocrat</a> in Vienna.
* Version: 1.0.1
* Plugin URI: https://vendocr.at/
* Description: <strong>Easily display your accepted payment methods from WooCommerce.</strong> Handcrafted with &hearts; by <a href='https://vendocr.at/'>vendocrat</a> in Vienna.
* Version: 1.1.2
* Author: vendocrat
* Author URI: http://vendocr.at/
* Author URI: https://vendocr.at/
* License: vendocrat Split License
* License URI: http://vendocr.at/legal/licenses
* License URI: https://vendocr.at/legal/licenses
*/
if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
// check dependencies
if ( ! in_array( 'woocommerce/woocommerce.php', apply_filters( 'active_plugins', get_option( 'active_plugins' ) ) ) )
return;
// require classes
require_once( 'classes/class-wc-payment-methods.php' );
global $vendocrat_wc_payment_methods;
$vendocrat_wc_payment_methods = new vendocrat_WC_Payment_Methods( __FILE__ );
$vendocrat_wc_payment_methods->version = '1.0.1';
$vendocrat_wc_payment_methods->version = '1.1.2';
/*
* E fatto!