Plugin Directory

Changeset 3004232


Ignore:
Timestamp:
12/01/2023 01:17:26 PM (2 years ago)
Author:
integrationdevpaytm
Message:

design issue fixes

Location:
paytm-donation/trunk
Files:
9 added
1 deleted
3 edited

Legend:

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

    r2977058 r3004232  
    2121    CONST APPEND_TIMESTAMP                      = true;
    2222    CONST X_REQUEST_ID                          = "PLUGIN_WORDPRESS_";
    23     CONST PLUGIN_VERSION_FOLDER                 = "226";
     23    CONST PLUGIN_VERSION_FOLDER                 = "227";
    2424
    2525    CONST MAX_RETRY_COUNT                       = 3;
     
    2727    CONST TIMEOUT                               = 10;
    2828
    29     CONST LAST_UPDATED                          = "20231010";
    30     CONST PLUGIN_VERSION                        = "2.2.6";
     29    CONST LAST_UPDATED                          = "20231201";
     30    CONST PLUGIN_VERSION                        = "2.2.7";
    3131    CONST PLUGIN_DOC_URL                        = "https://business.paytm.com/docs/wordpress/";
    3232
  • paytm-donation/trunk/paytm-donation.php

    r2977058 r3004232  
    559559                </div>
    560560            </div> 
     561        </div>
    561562            <script type="text/javascript">
    562563                document.getElementById('myModal').style.display = "block";
  • paytm-donation/trunk/readme.txt

    r2977061 r3004232  
    55Requires at least: 4.9
    66Tested up to: 6.2.2
    7 Stable tag: 2.2.6
     7Stable tag: 2.2.7
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    2828
    2929== Changelog ==
     30= 2.2.7 =
     31* Design issues fixes
    3032
    3133= 2.2.6 =
Note: See TracChangeset for help on using the changeset viewer.