Update to 1.0.0

This commit is contained in:
Alexander
2014-12-17 03:36:41 +01:00
parent a3cf985396
commit 9d6c801b31
15 changed files with 248 additions and 142 deletions
+2 -2
View File
@@ -2,7 +2,7 @@
/* 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: 0.3.0
* Version: 1.0.0
* Author: vendocrat
* Author URI: http://vendocr.at/
* License: vendocrat Split License
@@ -20,7 +20,7 @@ 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 = '0.1.0';
$vendocrat_wc_payment_methods->version = '1.0.0';
/*
* E fatto!