Changeset 2821791
- Timestamp:
- 11/21/2022 10:29:52 PM (3 years ago)
- Location:
- payment-gateway-restrictions-for-woocommerce/trunk
- Files:
-
- 1 added
- 2 edited
-
README.md (added)
-
Readme.txt (modified) (2 diffs)
-
payment-gateway-restrictions-for-woo.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
payment-gateway-restrictions-for-woocommerce/trunk/Readme.txt
r2512672 r2821791 3 3 Tags: payment gateway restriction, payment gateway, payment, restriction 4 4 Requires at least: 4.0 5 Tested up to: 5.75 Tested up to: 6.1.1 6 6 WC requires at least: 3.0 7 WC tested up to: 5.1.07 WC tested up to: 7.1.0 8 8 License: GPL 2.0 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 12 12 13 13 == Description == 14 A nice little plugin that lets you select which payment gateway is available for individual customers on the WooCommerce checkout. Please note that the user role must be "Customer" in order for it to apply changes. It has been tested up to Wordpress 5.4, WooCommerce 4.0.1and PHP 7.1 and the WooCommerce Storefront theme. If you have any trouble with it, please do drop an email in the Support Forum here or drop us a line at support@superwpheroes.io.14 A nice little plugin that lets you select which payment gateway is available for individual customers on the WooCommerce checkout. Please note that the user role must be "Customer" in order for it to apply changes. It has been tested up to Wordpress 6.1.1, WooCommerce 7.1.0 and PHP 7.1 and the WooCommerce Storefront theme. If you have any trouble with it, please do drop an email in the Support Forum here or drop us a line at support@superwpheroes.io. 15 15 16 16 == Installation == -
payment-gateway-restrictions-for-woocommerce/trunk/payment-gateway-restrictions-for-woo.php
r2512666 r2821791 5 5 * Plugin URI: https://superwpheroes.io/product/payment-gateway-restrictions-for-woocommerce/ 6 6 * Description: A nice little plugin that lets you select which payment gateway is available for individual customers on the WooCommerce checkout. Please note that the user role must be "Customer" in order for it to apply changes. 7 * Version: 1.0. 27 * Version: 1.0.3 8 8 * Author: Super WP Heroes 9 9 * Author URI: https://superwpheroes.io/ … … 12 12 * Domain Path: /languages 13 13 * Requires at least: 4.0 14 * Tested up to: 5.714 * Tested up to: 6.1.1 15 15 * WC requires at least: 3.0 16 * WC tested up to: 5.1.016 * WC tested up to: 7.1.0 17 17 */ 18 18
Note: See TracChangeset
for help on using the changeset viewer.