Plugin Directory

Changeset 3112685


Ignore:
Timestamp:
07/04/2024 04:07:08 PM (21 months ago)
Author:
integrationdevpaytm
Message:

Checkout Block support added

Location:
paytm-payments/trunk
Files:
13 added
3 edited

Legend:

Unmodified
Added
Removed
  • paytm-payments/trunk/includes/PaytmConstants.php

    r3112626 r3112685  
    2525
    2626    CONST LAST_UPDATED= "20240704";
    27     CONST PLUGIN_VERSION= "2.8.3";
    28     CONST PLUGIN_VERSION_FOLDER= "283";
     27    CONST PLUGIN_VERSION= "2.8.4";
     28    CONST PLUGIN_VERSION_FOLDER= "284";
    2929
    3030    CONST CUSTOM_CALLBACK_URL= "";
  • paytm-payments/trunk/readme.txt

    r2938292 r3112685  
    44Requires PHP: 7.4
    55Requires at least: 4.0.1
    6 Tested up to: 6.2
    7 Stable tag: 2.8.0
     6Tested up to: 6.5.5
     7Stable tag: 2.8.4
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    100100== Changelog ==
    101101
     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
    102107= 2.8.0 =
    103108* Compatible and tested with WooCommerce version up to 7.8.2.
  • paytm-payments/trunk/woo-paytm.php

    r3112626 r3112685  
    44 * Plugin URI: https://github.com/Paytm/
    55 * 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.3
     6 * Version: 2.8.4
    77 * Author: Paytm
    88 * Author URI: https://business.paytm.com/payment-gateway
Note: See TracChangeset for help on using the changeset viewer.