Changeset 3384036
- Timestamp:
- 10/24/2025 12:46:42 PM (5 months ago)
- Location:
- cashfree
- Files:
-
- 30 added
- 2 edited
-
tags/4.7.8 (added)
-
tags/4.7.8/LICENSE (added)
-
tags/4.7.8/README.md (added)
-
tags/4.7.8/assets (added)
-
tags/4.7.8/assets/js (added)
-
tags/4.7.8/assets/js/checkout.js (added)
-
tags/4.7.8/assets/js/index.js (added)
-
tags/4.7.8/cashfree.php (added)
-
tags/4.7.8/dist (added)
-
tags/4.7.8/dist/main.js (added)
-
tags/4.7.8/includes (added)
-
tags/4.7.8/includes/class-wc-cashfree-api.php (added)
-
tags/4.7.8/includes/gateways (added)
-
tags/4.7.8/includes/gateways/class-wc-cashfree-block-support.php (added)
-
tags/4.7.8/includes/gateways/class-wc-cashfree-gateway.php (added)
-
tags/4.7.8/includes/gateways/class-wc-cashfree-payments.php (added)
-
tags/4.7.8/includes/http (added)
-
tags/4.7.8/includes/http/class-wc-cashfree-adapter.php (added)
-
tags/4.7.8/includes/request (added)
-
tags/4.7.8/includes/request/class-wc-cashfree-request-billing.php (added)
-
tags/4.7.8/includes/request/class-wc-cashfree-request-checkout.php (added)
-
tags/4.7.8/includes/request/class-wc-cashfree-request-items.php (added)
-
tags/4.7.8/includes/request/class-wc-cashfree-request-shipping.php (added)
-
tags/4.7.8/includes/settings (added)
-
tags/4.7.8/includes/settings/cashfree-payments.php (added)
-
tags/4.7.8/includes/wc-cashfree-functions.php (added)
-
tags/4.7.8/includes/wc-cashfree-scripts.php (added)
-
tags/4.7.8/readme.txt (added)
-
tags/4.7.8/templates (added)
-
tags/4.7.8/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
r3201790 r3384036 2 2 /** 3 3 * Plugin Name: Cashfree 4 * Version: 4.7. 74 * Version: 4.7.8 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. 614 * Tested up to: 6.8 15 15 * WC requires at least: 3.0 16 * WC tested up to: 9.216 * WC tested up to: 10.3 17 17 * 18 18 * -
cashfree/trunk/readme.txt
r3201790 r3384036 2 2 Contributors: devcashfree 3 3 Requires at least: 4.4 4 Tested up to: 6. 54 Tested up to: 6.8 5 5 Requires PHP: 5.6 6 Stable tag: 4.7. 77 Version: 4.7. 76 Stable tag: 4.7.8 7 Version: 4.7.8 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.7.8 = 54 * Release: Updated for compatibility with the latest WordPress release. 52 55 53 56 = 4.7.6 =
Note: See TracChangeset
for help on using the changeset viewer.