Changeset 2958226
- Timestamp:
- 08/25/2023 08:39:59 AM (3 years ago)
- Location:
- cashfree
- Files:
-
- 26 added
- 2 edited
-
tags/4.5.2 (added)
-
tags/4.5.2/LICENSE (added)
-
tags/4.5.2/README.md (added)
-
tags/4.5.2/assets (added)
-
tags/4.5.2/assets/js (added)
-
tags/4.5.2/assets/js/checkout.js (added)
-
tags/4.5.2/cashfree.php (added)
-
tags/4.5.2/includes (added)
-
tags/4.5.2/includes/class-wc-cashfree-api.php (added)
-
tags/4.5.2/includes/gateways (added)
-
tags/4.5.2/includes/gateways/class-wc-cashfree-gateway.php (added)
-
tags/4.5.2/includes/gateways/class-wc-cashfree-payments.php (added)
-
tags/4.5.2/includes/http (added)
-
tags/4.5.2/includes/http/class-wc-cashfree-adapter.php (added)
-
tags/4.5.2/includes/request (added)
-
tags/4.5.2/includes/request/class-wc-cashfree-request-billing.php (added)
-
tags/4.5.2/includes/request/class-wc-cashfree-request-checkout.php (added)
-
tags/4.5.2/includes/request/class-wc-cashfree-request-items.php (added)
-
tags/4.5.2/includes/request/class-wc-cashfree-request-shipping.php (added)
-
tags/4.5.2/includes/settings (added)
-
tags/4.5.2/includes/settings/cashfree-payments.php (added)
-
tags/4.5.2/includes/wc-cashfree-functions.php (added)
-
tags/4.5.2/includes/wc-cashfree-scripts.php (added)
-
tags/4.5.2/readme.txt (added)
-
tags/4.5.2/templates (added)
-
tags/4.5.2/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
r2950102 r2958226 2 2 /** 3 3 * Plugin Name: Cashfree 4 * Version: 4.5. 14 * Version: 4.5.2 5 5 * Plugin URI: https://github.com/cashfree/cashfree-woocommerce 6 6 * Description: Payment gateway plugin by Cashfree Payments for Woocommerce sites. … … 25 25 // to read main.js file 26 26 define ('WPCO_URL', trailingslashit(plugins_url('/',__FILE__))); 27 28 require_once ABSPATH . 'wp-admin/includes/plugin.php'; 29 30 add_action('before_woocommerce_init', function() { 31 if (class_exists( \Automattic\WooCommerce\Utilities\FeaturesUtil::class)) 32 { 33 \Automattic\WooCommerce\Utilities\FeaturesUtil::declare_compatibility('custom_order_tables', __FILE__, true); 34 } 35 }); 27 36 28 37 /** -
cashfree/trunk/readme.txt
r2950102 r2958226 4 4 Tested up to: 6.2 5 5 Requires PHP: 5.6 6 Stable tag: 4.5. 17 Version: 4.5. 16 Stable tag: 4.5.2 7 Version: 4.5.2 8 8 License: GPLv3 9 9 License URI: https://www.gnu.org/licenses/gpl-3.0.html … … 51 51 == Changelog == 52 52 53 = 4.5.2 = 54 * Added compatibility with High-Performance order storage (COT). 55 53 56 = 4.5.0 = 54 * Change error message in case of domain name is not whitelist 55 * Customize your order ID prefix to maintain distinct identification for orders, especially when managing multiple stores with shared order sequences. By setting a unique prefix for each store, you ensure that orders remain organized and easily distinguishable. 57 * Change error message for cases where the domain name is not whitelisted. 58 * Introduce the ability to customize the order ID prefix. This feature is particularly useful when managing multiple stores with shared order sequences. By assigning a unique prefix to each store, you can maintain clear organization and easy distinction between orders. 59 56 60 57 61 = 4.4.6 =
Note: See TracChangeset
for help on using the changeset viewer.