Changeset 2564178
- Timestamp:
- 07/14/2021 08:23:03 AM (5 years ago)
- Location:
- zipmoney-payments-woocommerce
- Files:
-
- 6 edited
-
tags/2.3.5/README.txt (modified) (2 diffs)
-
tags/2.3.5/includes/class-wc-zipmoney-payment-gateway.php (modified) (3 diffs)
-
tags/2.3.5/zipmoney-payment-gateway.php (modified) (2 diffs)
-
trunk/README.txt (modified) (2 diffs)
-
trunk/includes/class-wc-zipmoney-payment-gateway.php (modified) (3 diffs)
-
trunk/zipmoney-payment-gateway.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
zipmoney-payments-woocommerce/tags/2.3.5/README.txt
r2564173 r2564178 4 4 Requires at least: WP 4.0 5 5 Tested up to: 5.6 6 Stable tag: 2.3. 46 Stable tag: 2.3.5 7 7 License: GPLv2 or later License http://www.gnu.org/licenses/gpl-2.0.html 8 8 … … 174 174 * added translation for mexico 175 175 * fixed some widget related issue 176 177 = 2.3.5 = 178 * Fixed broken html issue in admin order details page -
zipmoney-payments-woocommerce/tags/2.3.5/includes/class-wc-zipmoney-payment-gateway.php
r2564173 r2564178 24 24 public $description = 'Own the way you pay'; 25 25 26 public $version = '2.3. 4';26 public $version = '2.3.5'; 27 27 28 28 public $supports = array('products', 'refunds'); … … 76 76 add_action('admin_notices', array($this, 'invalid_key_error_notice')); 77 77 add_action('admin_notices', array($this, 'show_notices')); 78 add_filter('woocommerce_order_get_payment_method_title', array($this, ' zip_payment_title'));78 add_filter('woocommerce_order_get_payment_method_title', array($this, 'get_title')); 79 79 add_filter('plugin_action_links_' . plugin_basename(__FILE__), array($this, 'plugin_action_links')); 80 80 } … … 97 97 return "<span data-zm-widget='inline' data-zm-asset='checkouttitle'>".__(" Zip - Own it now, pay later ","zippayment")." </span>"; 98 98 } 99 }100 101 public function zip_payment_title($title)102 {103 if (strcmp("<span data-zm-widget='inline' data-zm-asset='checkouttitle'>".__(" Zip - Own it now, pay later ","zippayment")."</span>", $title) == 0)104 return strip_tags($title);105 106 return $title;107 99 } 108 100 -
zipmoney-payments-woocommerce/tags/2.3.5/zipmoney-payment-gateway.php
r2564173 r2564178 7 7 Give your customers the power to pay later, interest free and watch your sales grow. 8 8 Take advantage of our fast-growing customer base, proven revenue uplift, fast and simple integration. 9 * Version: 2.3. 49 * Version: 2.3.5 10 10 * Author: Zip 11 11 * Author URI: https://www.zip.co/ … … 15 15 * WC requires at least: 2.6.13 16 16 * WC tested up to: 4.8.0 17 * @version 2.3. 417 * @version 2.3.5 18 18 * @package Zip 19 19 * @author Zip -
zipmoney-payments-woocommerce/trunk/README.txt
r2560395 r2564178 4 4 Requires at least: WP 4.0 5 5 Tested up to: 5.6 6 Stable tag: 2.3. 46 Stable tag: 2.3.5 7 7 License: GPLv2 or later License http://www.gnu.org/licenses/gpl-2.0.html 8 8 … … 174 174 * added translation for mexico 175 175 * fixed some widget related issue 176 177 = 2.3.5 = 178 * Fixed broken html issue in admin order details page -
zipmoney-payments-woocommerce/trunk/includes/class-wc-zipmoney-payment-gateway.php
r2560395 r2564178 24 24 public $description = 'Own the way you pay'; 25 25 26 public $version = '2.3. 4';26 public $version = '2.3.5'; 27 27 28 28 public $supports = array('products', 'refunds'); … … 76 76 add_action('admin_notices', array($this, 'invalid_key_error_notice')); 77 77 add_action('admin_notices', array($this, 'show_notices')); 78 add_filter('woocommerce_order_get_payment_method_title', array($this, ' zip_payment_title'));78 add_filter('woocommerce_order_get_payment_method_title', array($this, 'get_title')); 79 79 add_filter('plugin_action_links_' . plugin_basename(__FILE__), array($this, 'plugin_action_links')); 80 80 } … … 97 97 return "<span data-zm-widget='inline' data-zm-asset='checkouttitle'>".__(" Zip - Own it now, pay later ","zippayment")." </span>"; 98 98 } 99 }100 101 public function zip_payment_title($title)102 {103 if (strcmp("<span data-zm-widget='inline' data-zm-asset='checkouttitle'>".__(" Zip - Own it now, pay later ","zippayment")."</span>", $title) == 0)104 return strip_tags($title);105 106 return $title;107 99 } 108 100 -
zipmoney-payments-woocommerce/trunk/zipmoney-payment-gateway.php
r2560395 r2564178 7 7 Give your customers the power to pay later, interest free and watch your sales grow. 8 8 Take advantage of our fast-growing customer base, proven revenue uplift, fast and simple integration. 9 * Version: 2.3. 49 * Version: 2.3.5 10 10 * Author: Zip 11 11 * Author URI: https://www.zip.co/ … … 15 15 * WC requires at least: 2.6.13 16 16 * WC tested up to: 4.8.0 17 * @version 2.3. 417 * @version 2.3.5 18 18 * @package Zip 19 19 * @author Zip
Note: See TracChangeset
for help on using the changeset viewer.