Plugin Directory

Changeset 3170901


Ignore:
Timestamp:
10/17/2024 04:51:05 PM (18 months ago)
Author:
integrationdevpaytm
Message:

PPSL URL Update and Minor Fixes for assets

Location:
paytm-donation
Files:
31 added
2 deleted
3 edited

Legend:

Unmodified
Added
Removed
  • paytm-donation/trunk/includes/PaytmConstantsDonation.php

    r3170886 r3170901  
    2121    CONST APPEND_TIMESTAMP                      = true;
    2222    CONST X_REQUEST_ID                          = "PLUGIN_WORDPRESS_";
    23     CONST PLUGIN_VERSION_FOLDER                 = "230";
     23    CONST PLUGIN_VERSION_FOLDER                 = "231";
    2424
    2525    CONST MAX_RETRY_COUNT                       = 3;
     
    2828
    2929    CONST LAST_UPDATED                          = "20241017";
    30     CONST PLUGIN_VERSION                        = "2.3.0";
     30    CONST PLUGIN_VERSION                        = "2.3.1";
    3131    CONST PLUGIN_DOC_URL                        = "https://business.paytm.com/docs/wordpress/";
    3232
  • paytm-donation/trunk/paytm-donation.php

    r3170886 r3170901  
    44 * Plugin URI: https://business.paytm.com/docs/wordpress/
    55 * Description: This plugin allow you to accept donation payments using Paytm. This plugin will add a simple form that user will fill, when he clicks on submit 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 all transaction details with payment status by going to "Paytm Payment Details" from menu in admin.
    6  * Version: 2.3.0
     6 * Version: 2.3.1
    77 * Author: Paytm
    88 * Author URI: https://business.paytm.com/payment-gateway
  • paytm-donation/trunk/readme.txt

    r3170886 r3170901  
    11=== Paytm - Donation Plugin ===
    22Contributors: integrationdevpaytm
    3 Tags: paytm, paytm plugin, paytm donation, payment, paytm payment, paytm wordpress plugin, wordpress donation, paytm official
     3Tags: paytm, paytm plugin, paytm donation, paytm payment, paytm wordpress plugin
    44Requires PHP: 7.4
    55Requires at least: 4.9
    66Tested up to: 6.6.2
    7 Stable tag: 2.3.0
     7Stable tag: 2.3.1
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    2828
    2929== Changelog ==
     30= 2.3.1 =
     31* Minor fixes
     32
    3033= 2.3.0 =
    3134* Minor fixes
Note: See TracChangeset for help on using the changeset viewer.