Changeset 2293316
- Timestamp:
- 04/28/2020 09:26:30 AM (6 years ago)
- Location:
- postpay
- Files:
-
- 8 edited
- 2 copied
-
tags/0.1.6 (copied) (copied from postpay/trunk)
-
tags/0.1.6/assets/images (copied) (copied from postpay/trunk/assets/images)
-
tags/0.1.6/languages/postpay-es_ES.po (modified) (1 diff)
-
tags/0.1.6/languages/postpay.pot (modified) (1 diff)
-
tags/0.1.6/postpay.php (modified) (2 diffs)
-
tags/0.1.6/readme.txt (modified) (2 diffs)
-
trunk/languages/postpay-es_ES.po (modified) (1 diff)
-
trunk/languages/postpay.pot (modified) (1 diff)
-
trunk/postpay.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
postpay/tags/0.1.6/languages/postpay-es_ES.po
r2290456 r2293316 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: Postpay 0.1. 1\n"5 "Project-Id-Version: Postpay 0.1.6\n" 6 6 "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/postpay\n" 7 7 "Language-Team: Spanish (Spain)\n" -
postpay/tags/0.1.6/languages/postpay.pot
r2290456 r2293316 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: WooCommerce Postpay Payment Gateway 0.1. 5\n"5 "Project-Id-Version: WooCommerce Postpay Payment Gateway 0.1.6\n" 6 6 "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/postpay\n" 7 7 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" -
postpay/tags/0.1.6/postpay.php
r2290456 r2293316 2 2 /** 3 3 * Plugin Name: WooCommerce Postpay Payment Gateway 4 * Version: 0.1. 54 * Version: 0.1.6 5 5 * Plugin URI: https://github.com/postpayio/woocommerce 6 6 * Description: Buy now and pay later with zero interest and zero fees. … … 77 77 78 78 add_action( 'wp_enqueue_scripts', array( $this, 'load_scripts' ) ); 79 add_action( 'woocommerce_single_product_summary', array( $this, 'product_widget' ) );80 add_ filter( 'woocommerce_after_cart_totals', array( $this, 'cart_widget' ));79 add_action( 'woocommerce_single_product_summary', array( $this, 'product_widget' ), 20 ); 80 add_action( 'woocommerce_after_cart_totals', array( $this, 'cart_widget' ), 20 ); 81 81 } 82 82 -
postpay/tags/0.1.6/readme.txt
r2290459 r2293316 4 4 Tested up to: 5.4 5 5 Requires PHP: 5.6 6 Stable tag: 0.1. 57 Version: 0.1. 56 Stable tag: 0.1.6 7 Version: 0.1.6 8 8 License: GPLv3 9 9 License URI: https://www.gnu.org/licenses/gpl-3.0.html … … 73 73 == Changelog == 74 74 75 = 0.1.6 - 2020-04-28 = 76 * Added priority parameter to widget hooks 77 75 78 = 0.1.5 - 2020-04-24 = 76 79 * Added gateway icon -
postpay/trunk/languages/postpay-es_ES.po
r2290456 r2293316 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: Postpay 0.1. 1\n"5 "Project-Id-Version: Postpay 0.1.6\n" 6 6 "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/postpay\n" 7 7 "Language-Team: Spanish (Spain)\n" -
postpay/trunk/languages/postpay.pot
r2290456 r2293316 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: WooCommerce Postpay Payment Gateway 0.1. 5\n"5 "Project-Id-Version: WooCommerce Postpay Payment Gateway 0.1.6\n" 6 6 "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/postpay\n" 7 7 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" -
postpay/trunk/postpay.php
r2290456 r2293316 2 2 /** 3 3 * Plugin Name: WooCommerce Postpay Payment Gateway 4 * Version: 0.1. 54 * Version: 0.1.6 5 5 * Plugin URI: https://github.com/postpayio/woocommerce 6 6 * Description: Buy now and pay later with zero interest and zero fees. … … 77 77 78 78 add_action( 'wp_enqueue_scripts', array( $this, 'load_scripts' ) ); 79 add_action( 'woocommerce_single_product_summary', array( $this, 'product_widget' ) );80 add_ filter( 'woocommerce_after_cart_totals', array( $this, 'cart_widget' ));79 add_action( 'woocommerce_single_product_summary', array( $this, 'product_widget' ), 20 ); 80 add_action( 'woocommerce_after_cart_totals', array( $this, 'cart_widget' ), 20 ); 81 81 } 82 82 -
postpay/trunk/readme.txt
r2290459 r2293316 4 4 Tested up to: 5.4 5 5 Requires PHP: 5.6 6 Stable tag: 0.1. 57 Version: 0.1. 56 Stable tag: 0.1.6 7 Version: 0.1.6 8 8 License: GPLv3 9 9 License URI: https://www.gnu.org/licenses/gpl-3.0.html … … 73 73 == Changelog == 74 74 75 = 0.1.6 - 2020-04-28 = 76 * Added priority parameter to widget hooks 77 75 78 = 0.1.5 - 2020-04-24 = 76 79 * Added gateway icon
Note: See TracChangeset
for help on using the changeset viewer.