Changeset 3039813
- Timestamp:
- 02/22/2024 04:20:17 PM (2 years ago)
- Location:
- cashfree
- Files:
-
- 28 added
- 3 edited
-
tags/4.5.7 (added)
-
tags/4.5.7/LICENSE (added)
-
tags/4.5.7/README.md (added)
-
tags/4.5.7/assets (added)
-
tags/4.5.7/assets/js (added)
-
tags/4.5.7/assets/js/checkout.js (added)
-
tags/4.5.7/assets/js/index.js (added)
-
tags/4.5.7/cashfree.php (added)
-
tags/4.5.7/includes (added)
-
tags/4.5.7/includes/class-wc-cashfree-api.php (added)
-
tags/4.5.7/includes/gateways (added)
-
tags/4.5.7/includes/gateways/class-wc-cashfree-block-support.php (added)
-
tags/4.5.7/includes/gateways/class-wc-cashfree-gateway.php (added)
-
tags/4.5.7/includes/gateways/class-wc-cashfree-payments.php (added)
-
tags/4.5.7/includes/http (added)
-
tags/4.5.7/includes/http/class-wc-cashfree-adapter.php (added)
-
tags/4.5.7/includes/request (added)
-
tags/4.5.7/includes/request/class-wc-cashfree-request-billing.php (added)
-
tags/4.5.7/includes/request/class-wc-cashfree-request-checkout.php (added)
-
tags/4.5.7/includes/request/class-wc-cashfree-request-items.php (added)
-
tags/4.5.7/includes/request/class-wc-cashfree-request-shipping.php (added)
-
tags/4.5.7/includes/settings (added)
-
tags/4.5.7/includes/settings/cashfree-payments.php (added)
-
tags/4.5.7/includes/wc-cashfree-functions.php (added)
-
tags/4.5.7/includes/wc-cashfree-scripts.php (added)
-
tags/4.5.7/readme.txt (added)
-
tags/4.5.7/templates (added)
-
tags/4.5.7/templates/payment-fields.php (added)
-
trunk/README.md (modified) (1 diff)
-
trunk/cashfree.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
cashfree/trunk/README.md
r2891973 r3039813 1 1 ## Official Cashfree Payment Gateway plugin for WooCommerce. 2 3       4 2 5 3 6 ### Description -
cashfree/trunk/cashfree.php
r3038899 r3039813 2 2 /** 3 3 * Plugin Name: Cashfree 4 * Version: 4.5. 64 * Version: 4.5.7 5 5 * Plugin URI: https://github.com/cashfree/cashfree-woocommerce 6 6 * Description: Payment gateway plugin by Cashfree Payments for Woocommerce sites. … … 24 24 25 25 require_once ABSPATH . 'wp-admin/includes/plugin.php'; 26 27 // Adding this for making compatible with HPOC 28 add_action('before_woocommerce_init', function() { 29 if (class_exists( \Automattic\WooCommerce\Utilities\FeaturesUtil::class)) 30 { 31 \Automattic\WooCommerce\Utilities\FeaturesUtil::declare_compatibility('custom_order_tables', __FILE__, true); 32 } 33 }); 26 34 27 35 /** -
cashfree/trunk/readme.txt
r3038899 r3039813 4 4 Tested up to: 6.4 5 5 Requires PHP: 5.6 6 Stable tag: 4.5. 67 Version: 4.5. 66 Stable tag: 4.5.7 7 Version: 4.5.7 8 8 License: GPLv3 9 9 License URI: https://www.gnu.org/licenses/gpl-3.0.html
Note: See TracChangeset
for help on using the changeset viewer.