Changeset 3170901
- Timestamp:
- 10/17/2024 04:51:05 PM (18 months ago)
- Location:
- paytm-donation
- Files:
-
- 31 added
- 2 deleted
- 3 edited
-
tags/2.3.0 (deleted)
-
tags/2.3.1 (added)
-
tags/2.3.1/assets (added)
-
tags/2.3.1/assets/231 (added)
-
tags/2.3.1/assets/231/css (added)
-
tags/2.3.1/assets/231/css/admin (added)
-
tags/2.3.1/assets/231/css/admin/paytm-donation-admin.css (added)
-
tags/2.3.1/assets/231/css/paytm-donation.css (added)
-
tags/2.3.1/assets/231/js (added)
-
tags/2.3.1/assets/231/js/admin (added)
-
tags/2.3.1/assets/231/js/admin/paytm-donation-admin.js (added)
-
tags/2.3.1/assets/231/js/paytm-donation.js (added)
-
tags/2.3.1/images (added)
-
tags/2.3.1/images/logo.png (added)
-
tags/2.3.1/includes (added)
-
tags/2.3.1/includes/PaytmChecksum.php (added)
-
tags/2.3.1/includes/PaytmConstantsDonation.php (added)
-
tags/2.3.1/includes/PaytmHelper.php (added)
-
tags/2.3.1/includes/_DS_Store (added)
-
tags/2.3.1/paytm-donation-listings.php (added)
-
tags/2.3.1/paytm-donation-user-field.php (added)
-
tags/2.3.1/paytm-donation.php (added)
-
tags/2.3.1/readme.txt (added)
-
trunk/assets/228 (deleted)
-
trunk/assets/231 (added)
-
trunk/assets/231/css (added)
-
trunk/assets/231/css/admin (added)
-
trunk/assets/231/css/admin/paytm-donation-admin.css (added)
-
trunk/assets/231/css/paytm-donation.css (added)
-
trunk/assets/231/js (added)
-
trunk/assets/231/js/admin (added)
-
trunk/assets/231/js/admin/paytm-donation-admin.js (added)
-
trunk/assets/231/js/paytm-donation.js (added)
-
trunk/includes/PaytmConstantsDonation.php (modified) (2 diffs)
-
trunk/paytm-donation.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
paytm-donation/trunk/includes/PaytmConstantsDonation.php
r3170886 r3170901 21 21 CONST APPEND_TIMESTAMP = true; 22 22 CONST X_REQUEST_ID = "PLUGIN_WORDPRESS_"; 23 CONST PLUGIN_VERSION_FOLDER = "23 0";23 CONST PLUGIN_VERSION_FOLDER = "231"; 24 24 25 25 CONST MAX_RETRY_COUNT = 3; … … 28 28 29 29 CONST LAST_UPDATED = "20241017"; 30 CONST PLUGIN_VERSION = "2.3. 0";30 CONST PLUGIN_VERSION = "2.3.1"; 31 31 CONST PLUGIN_DOC_URL = "https://business.paytm.com/docs/wordpress/"; 32 32 -
paytm-donation/trunk/paytm-donation.php
r3170886 r3170901 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.3. 06 * Version: 2.3.1 7 7 * Author: Paytm 8 8 * Author URI: https://business.paytm.com/payment-gateway -
paytm-donation/trunk/readme.txt
r3170886 r3170901 1 1 === Paytm - Donation Plugin === 2 2 Contributors: integrationdevpaytm 3 Tags: paytm, paytm plugin, paytm donation, pay ment, paytm payment, paytm wordpress plugin, wordpress donation, paytm official3 Tags: paytm, paytm plugin, paytm donation, paytm payment, paytm wordpress plugin 4 4 Requires PHP: 7.4 5 5 Requires at least: 4.9 6 6 Tested up to: 6.6.2 7 Stable tag: 2.3. 07 Stable tag: 2.3.1 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.3.1 = 31 * Minor fixes 32 30 33 = 2.3.0 = 31 34 * Minor fixes
Note: See TracChangeset
for help on using the changeset viewer.