Changeset 2498214
- Timestamp:
- 03/17/2021 06:57:18 PM (5 years ago)
- Location:
- upi-qr-code-payment-gateway
- Files:
-
- 4 edited
-
tags/1.0.0/readme.txt (modified) (1 diff)
-
tags/1.0.0/upi-qr-code-payment-gateway.php (modified) (1 diff)
-
trunk/readme.txt (modified) (1 diff)
-
trunk/upi-qr-code-payment-gateway.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
upi-qr-code-payment-gateway/tags/1.0.0/readme.txt
r2498140 r2498214 104 104 105 105 = 1.0.0 = 106 Release Date: March 1 7, 2021106 Release Date: March 14, 2020 107 107 108 108 * Initial release. -
upi-qr-code-payment-gateway/tags/1.0.0/upi-qr-code-payment-gateway.php
r2498140 r2498214 28 28 29 29 if( !defined( 'DEW_WOO_UPI_DIR_NAME' ) ) { 30 define( 'DEW_WOO_UPI_DIR_NAME', ' woo-upi-qr-code-payment' );30 define( 'DEW_WOO_UPI_DIR_NAME', 'upi-qr-code-payment-gateway' ); 31 31 define( 'DEW_WOO_UPI_DIR', WP_PLUGIN_DIR . '/' . DEW_WOO_UPI_DIR_NAME ); 32 32 -
upi-qr-code-payment-gateway/trunk/readme.txt
r2498140 r2498214 104 104 105 105 = 1.0.0 = 106 Release Date: March 1 7, 2021106 Release Date: March 14, 2020 107 107 108 108 * Initial release. -
upi-qr-code-payment-gateway/trunk/upi-qr-code-payment-gateway.php
r2498140 r2498214 28 28 29 29 if( !defined( 'DEW_WOO_UPI_DIR_NAME' ) ) { 30 define( 'DEW_WOO_UPI_DIR_NAME', ' woo-upi-qr-code-payment' );30 define( 'DEW_WOO_UPI_DIR_NAME', 'upi-qr-code-payment-gateway' ); 31 31 define( 'DEW_WOO_UPI_DIR', WP_PLUGIN_DIR . '/' . DEW_WOO_UPI_DIR_NAME ); 32 32
Note: See TracChangeset
for help on using the changeset viewer.