Changeset 2775987
- Timestamp:
- 08/26/2022 08:23:11 AM (4 years ago)
- Location:
- cashfree
- Files:
-
- 26 added
- 2 edited
-
tags/4.3.7 (added)
-
tags/4.3.7/LICENSE (added)
-
tags/4.3.7/README.md (added)
-
tags/4.3.7/assets (added)
-
tags/4.3.7/assets/js (added)
-
tags/4.3.7/assets/js/checkout.js (added)
-
tags/4.3.7/cashfree.php (added)
-
tags/4.3.7/includes (added)
-
tags/4.3.7/includes/class-wc-cashfree-api.php (added)
-
tags/4.3.7/includes/gateways (added)
-
tags/4.3.7/includes/gateways/class-wc-cashfree-gateway.php (added)
-
tags/4.3.7/includes/gateways/class-wc-cashfree-payments.php (added)
-
tags/4.3.7/includes/http (added)
-
tags/4.3.7/includes/http/class-wc-cashfree-adapter.php (added)
-
tags/4.3.7/includes/request (added)
-
tags/4.3.7/includes/request/class-wc-cashfree-request-billing.php (added)
-
tags/4.3.7/includes/request/class-wc-cashfree-request-checkout.php (added)
-
tags/4.3.7/includes/request/class-wc-cashfree-request-items.php (added)
-
tags/4.3.7/includes/request/class-wc-cashfree-request-shipping.php (added)
-
tags/4.3.7/includes/settings (added)
-
tags/4.3.7/includes/settings/cashfree-payments.php (added)
-
tags/4.3.7/includes/wc-cashfree-functions.php (added)
-
tags/4.3.7/includes/wc-cashfree-scripts.php (added)
-
tags/4.3.7/readme.txt (added)
-
tags/4.3.7/templates (added)
-
tags/4.3.7/templates/payment-fields.php (added)
-
trunk/cashfree.php (modified) (1 diff)
-
trunk/readme.txt (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
cashfree/trunk/cashfree.php
r2773476 r2775987 2 2 /** 3 3 * Plugin Name: Cashfree 4 * Version: 4.3. 64 * Version: 4.3.7 5 5 * Plugin URI: https://github.com/cashfree/cashfree-woocommerce 6 6 * Description: Payment gateway plugin by Cashfree Payments for Woocommerce sites. -
cashfree/trunk/readme.txt
r2773476 r2775987 4 4 Tested up to: 6.0 5 5 Requires PHP: 5.6 6 Stable tag: 4.3. 67 Version: 4.3. 66 Stable tag: 4.3.7 7 Version: 4.3.7 8 8 License: GPLv3 9 9 License URI: https://www.gnu.org/licenses/gpl-3.0.html … … 16 16 This is the official Cashfree Payment Gateway plugin for WooCommerce. By integrating this plugin with your WooCommerce store you can accept payments via 100+ domestic as well as international payment modes and use advanced features such as instant refunds for online and COD orders, pre-authorization for card payments, instant settlements, and more. 17 17 18 For more information about Cashfree Payments please go to https://cashfree.com.18 For more information about Cashfree Payments please visit [cashfree.com](https://cashfree.com). 19 19 20 20 == Installation == … … 32 32 The manual installation method involves downloading our plugin and uploading it to your web server via your favorite FTP application. The WordPress codex contains [instructions on how to do this here](https://wordpress.org/support/article/managing-plugins/#manual-plugin-installation). 33 33 34 == Dependencies == 35 36 1. Wordpress v3.9.2 and later 37 2. Woocommerce v2.6 and later 38 3. PHP v5.6.0 and later 39 4. php-curl extension 40 41 == Configuration == 42 43 1. Visit the WooCommerce settings page, and click on the Checkout/Payment Gateways tab. 44 2. Click on Cashfree to edit the settings. If you do not see Cashfree in the list at the top of the screen make sure you have activated the plugin in the WordPress Plugin Manager. 45 3. Enable the Payment Method, add in your App Id and Secret Key. 46 4. Enable Cashfree sanbox if you want to use test mode. 47 34 48 == Changelog == 49 50 = 4.3.7 = 51 * Update plugin description and add support link. 35 52 36 53 = 4.3.6 = … … 82 99 = 1.0 = 83 100 * First release on Plugins marketplace 101 102 == Support == 103 104 Visit [cashfree.com](https://www.cashfree.com/help/hc) for support requests.
Note: See TracChangeset
for help on using the changeset viewer.