Changeset 3170886
- Timestamp:
- 10/17/2024 04:29:25 PM (18 months ago)
- Location:
- paytm-donation
- Files:
-
- 22 added
- 1 deleted
- 4 edited
-
tags/2.2.8 (deleted)
-
tags/2.3.0 (added)
-
tags/2.3.0/assets (added)
-
tags/2.3.0/assets/228 (added)
-
tags/2.3.0/assets/228/css (added)
-
tags/2.3.0/assets/228/css/admin (added)
-
tags/2.3.0/assets/228/css/admin/paytm-donation-admin.css (added)
-
tags/2.3.0/assets/228/css/paytm-donation.css (added)
-
tags/2.3.0/assets/228/js (added)
-
tags/2.3.0/assets/228/js/admin (added)
-
tags/2.3.0/assets/228/js/admin/paytm-donation-admin.js (added)
-
tags/2.3.0/assets/228/js/paytm-donation.js (added)
-
tags/2.3.0/images (added)
-
tags/2.3.0/images/logo.png (added)
-
tags/2.3.0/includes (added)
-
tags/2.3.0/includes/PaytmChecksum.php (added)
-
tags/2.3.0/includes/PaytmConstantsDonation.php (added)
-
tags/2.3.0/includes/PaytmHelper.php (added)
-
tags/2.3.0/includes/_DS_Store (added)
-
tags/2.3.0/paytm-donation-listings.php (added)
-
tags/2.3.0/paytm-donation-user-field.php (added)
-
tags/2.3.0/paytm-donation.php (added)
-
tags/2.3.0/readme.txt (added)
-
trunk/includes/PaytmConstantsDonation.php (modified) (2 diffs)
-
trunk/includes/PaytmHelper.php (modified) (1 diff)
-
trunk/paytm-donation.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
paytm-donation/trunk/includes/PaytmConstantsDonation.php
r3170862 r3170886 21 21 CONST APPEND_TIMESTAMP = true; 22 22 CONST X_REQUEST_ID = "PLUGIN_WORDPRESS_"; 23 CONST PLUGIN_VERSION_FOLDER = "2 28";23 CONST PLUGIN_VERSION_FOLDER = "230"; 24 24 25 25 CONST MAX_RETRY_COUNT = 3; … … 28 28 29 29 CONST LAST_UPDATED = "20241017"; 30 CONST PLUGIN_VERSION = "2. 2.11";30 CONST PLUGIN_VERSION = "2.3.0"; 31 31 CONST PLUGIN_DOC_URL = "https://business.paytm.com/docs/wordpress/"; 32 32 -
paytm-donation/trunk/includes/PaytmHelper.php
r3170862 r3170886 34 34 public static function getTransactionURL($isProduction = 0) 35 35 { 36 $url = isset($url) ? $url : ''; 36 37 if ($isProduction == 1) { 37 38 if(PaytmConstantsDonation::PPBL==false){ -
paytm-donation/trunk/paytm-donation.php
r3170862 r3170886 4 4 * Plugin URI: https://business.paytm.com/docs/wordpress/ 5 5 * 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. 2.116 * Version: 2.3.0 7 7 * Author: Paytm 8 8 * Author URI: https://business.paytm.com/payment-gateway -
paytm-donation/trunk/readme.txt
r3170842 r3170886 5 5 Requires at least: 4.9 6 6 Tested up to: 6.6.2 7 Stable tag: 2. 2.87 Stable tag: 2.3.0 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 28 28 29 29 == Changelog == 30 = 2.2.7 = 30 = 2.3.0 = 31 * Minor fixes 32 33 = 2.2.8 = 31 34 * PPSL URL Changes 32 35
Note: See TracChangeset
for help on using the changeset viewer.