Changeset 3112685
- Timestamp:
- 07/04/2024 04:07:08 PM (21 months ago)
- Location:
- paytm-payments/trunk
- Files:
-
- 13 added
- 3 edited
-
assets/284 (added)
-
assets/284/css (added)
-
assets/284/css/admin (added)
-
assets/284/css/admin/paytm-payments.css (added)
-
assets/284/css/paytm-payments.css (added)
-
assets/284/images (added)
-
assets/284/images/paytm_logo_invert.svg (added)
-
assets/284/images/paytm_logo_paymodes.svg (added)
-
assets/284/js (added)
-
assets/284/js/admin (added)
-
assets/284/js/admin/checkout-block.js (added)
-
assets/284/js/admin/paytm-payments.js (added)
-
assets/284/js/paytm-payments.js (added)
-
includes/PaytmConstants.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
-
woo-paytm.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
paytm-payments/trunk/includes/PaytmConstants.php
r3112626 r3112685 25 25 26 26 CONST LAST_UPDATED= "20240704"; 27 CONST PLUGIN_VERSION= "2.8. 3";28 CONST PLUGIN_VERSION_FOLDER= "28 3";27 CONST PLUGIN_VERSION= "2.8.4"; 28 CONST PLUGIN_VERSION_FOLDER= "284"; 29 29 30 30 CONST CUSTOM_CALLBACK_URL= ""; -
paytm-payments/trunk/readme.txt
r2938292 r3112685 4 4 Requires PHP: 7.4 5 5 Requires at least: 4.0.1 6 Tested up to: 6. 27 Stable tag: 2.8. 06 Tested up to: 6.5.5 7 Stable tag: 2.8.4 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 100 100 == Changelog == 101 101 102 = 2.8.4 = 103 * Compatible and tested with WooCommerce version up to 9.0.2. 104 * Supports Checkout Block feature. 105 * Enhanced security with updates. 106 102 107 = 2.8.0 = 103 108 * Compatible and tested with WooCommerce version up to 7.8.2. -
paytm-payments/trunk/woo-paytm.php
r3112626 r3112685 4 4 * Plugin URI: https://github.com/Paytm/ 5 5 * Description: This plugin allow you to accept payments using Paytm. This plugin will add a Paytm Payment option on WooCommerce checkout page, when user choses Paytm as Payment Method, he will redirected to Paytm website to complete his transaction and on completion his payment, paytm will send that user back to your website along with transactions details. This plugin uses server-to-server verification to add additional security layer for validating transactions. Admin can also see payment status for orders by navigating to WooCommerce > Orders from menu in admin. 6 * Version: 2.8. 36 * Version: 2.8.4 7 7 * Author: Paytm 8 8 * Author URI: https://business.paytm.com/payment-gateway
Note: See TracChangeset
for help on using the changeset viewer.