Changeset 2889942
- Timestamp:
- 03/30/2023 08:22:57 AM (3 years ago)
- Location:
- cashfree
- Files:
-
- 26 added
- 2 edited
-
tags/4.4.4 (added)
-
tags/4.4.4/LICENSE (added)
-
tags/4.4.4/README.md (added)
-
tags/4.4.4/assets (added)
-
tags/4.4.4/assets/js (added)
-
tags/4.4.4/assets/js/checkout.js (added)
-
tags/4.4.4/cashfree.php (added)
-
tags/4.4.4/includes (added)
-
tags/4.4.4/includes/class-wc-cashfree-api.php (added)
-
tags/4.4.4/includes/gateways (added)
-
tags/4.4.4/includes/gateways/class-wc-cashfree-gateway.php (added)
-
tags/4.4.4/includes/gateways/class-wc-cashfree-payments.php (added)
-
tags/4.4.4/includes/http (added)
-
tags/4.4.4/includes/http/class-wc-cashfree-adapter.php (added)
-
tags/4.4.4/includes/request (added)
-
tags/4.4.4/includes/request/class-wc-cashfree-request-billing.php (added)
-
tags/4.4.4/includes/request/class-wc-cashfree-request-checkout.php (added)
-
tags/4.4.4/includes/request/class-wc-cashfree-request-items.php (added)
-
tags/4.4.4/includes/request/class-wc-cashfree-request-shipping.php (added)
-
tags/4.4.4/includes/settings (added)
-
tags/4.4.4/includes/settings/cashfree-payments.php (added)
-
tags/4.4.4/includes/wc-cashfree-functions.php (added)
-
tags/4.4.4/includes/wc-cashfree-scripts.php (added)
-
tags/4.4.4/readme.txt (added)
-
tags/4.4.4/templates (added)
-
tags/4.4.4/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
r2889093 r2889942 2 2 /** 3 3 * Plugin Name: Cashfree 4 * Version: 4.4. 34 * Version: 4.4.4 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. 014 * Tested up to: 6.2 15 15 * WC requires at least: 3.0 16 * WC tested up to: 6.3.116 * WC tested up to: 7.5 17 17 * 18 18 * -
cashfree/trunk/readme.txt
r2889093 r2889942 2 2 Contributors: devcashfree 3 3 Requires at least: 4.4 4 Tested up to: 6. 04 Tested up to: 6.2 5 5 Requires PHP: 5.6 6 Stable tag: 4.4. 37 Version: 4.4. 36 Stable tag: 4.4.4 7 Version: 4.4.4 8 8 License: GPLv3 9 9 License URI: https://www.gnu.org/licenses/gpl-3.0.html … … 33 33 34 34 == Changelog == 35 36 = 4.4.4 = 37 * Update readme for support latest wordpress version 35 38 36 39 = 4.4.3 =
Note: See TracChangeset
for help on using the changeset viewer.