Changeset 3078964
- Timestamp:
- 04/29/2024 07:15:15 PM (2 years ago)
- Location:
- cashfree
- Files:
-
- 28 added
- 2 edited
-
tags/4.6.0 (added)
-
tags/4.6.0/LICENSE (added)
-
tags/4.6.0/README.md (added)
-
tags/4.6.0/assets (added)
-
tags/4.6.0/assets/js (added)
-
tags/4.6.0/assets/js/checkout.js (added)
-
tags/4.6.0/assets/js/index.js (added)
-
tags/4.6.0/cashfree.php (added)
-
tags/4.6.0/includes (added)
-
tags/4.6.0/includes/class-wc-cashfree-api.php (added)
-
tags/4.6.0/includes/gateways (added)
-
tags/4.6.0/includes/gateways/class-wc-cashfree-block-support.php (added)
-
tags/4.6.0/includes/gateways/class-wc-cashfree-gateway.php (added)
-
tags/4.6.0/includes/gateways/class-wc-cashfree-payments.php (added)
-
tags/4.6.0/includes/http (added)
-
tags/4.6.0/includes/http/class-wc-cashfree-adapter.php (added)
-
tags/4.6.0/includes/request (added)
-
tags/4.6.0/includes/request/class-wc-cashfree-request-billing.php (added)
-
tags/4.6.0/includes/request/class-wc-cashfree-request-checkout.php (added)
-
tags/4.6.0/includes/request/class-wc-cashfree-request-items.php (added)
-
tags/4.6.0/includes/request/class-wc-cashfree-request-shipping.php (added)
-
tags/4.6.0/includes/settings (added)
-
tags/4.6.0/includes/settings/cashfree-payments.php (added)
-
tags/4.6.0/includes/wc-cashfree-functions.php (added)
-
tags/4.6.0/includes/wc-cashfree-scripts.php (added)
-
tags/4.6.0/readme.txt (added)
-
tags/4.6.0/templates (added)
-
tags/4.6.0/templates/payment-fields.php (added)
-
trunk/cashfree.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
cashfree/trunk/cashfree.php
r3075227 r3078964 2 2 /** 3 3 * Plugin Name: Cashfree 4 * Version: 4. 5.94 * Version: 4.6.0 5 5 * Plugin URI: https://github.com/cashfree/cashfree-woocommerce 6 6 * Description: Payment gateway plugin by Cashfree Payments for Woocommerce sites. … … 12 12 * Domain Path: /languages 13 13 * Requires at least: 4.4 14 * Tested up to: 6. 414 * Tested up to: 6.5 15 15 * WC requires at least: 3.0 16 * WC tested up to: 8. 616 * WC tested up to: 8.8 17 17 * 18 18 * -
cashfree/trunk/readme.txt
r3075227 r3078964 2 2 Contributors: devcashfree 3 3 Requires at least: 4.4 4 Tested up to: 6. 44 Tested up to: 6.5 5 5 Requires PHP: 5.6 6 Stable tag: 4. 5.97 Version: 4. 5.96 Stable tag: 4.6.0 7 Version: 4.6.0 8 8 License: GPLv3 9 9 License URI: https://www.gnu.org/licenses/gpl-3.0.html … … 50 50 51 51 == Changelog == 52 53 = 4.6.0 = 54 * Make it compatible with woocommerce latest version 52 55 53 56 = 4.5.9 =
Note: See TracChangeset
for help on using the changeset viewer.