Changeset 2974097
- Timestamp:
- 10/03/2023 07:32:04 AM (2 years ago)
- Location:
- omise
- Files:
-
- 10 edited
- 1 copied
-
tags/5.4.1 (copied) (copied from omise/trunk)
-
tags/5.4.1/CHANGELOG.md (modified) (1 diff)
-
tags/5.4.1/assets/css/omise-css.css (modified) (1 diff)
-
tags/5.4.1/includes/gateway/class-omise-payment-promptpay.php (modified) (3 diffs)
-
tags/5.4.1/omise-woocommerce.php (modified) (2 diffs)
-
tags/5.4.1/readme.txt (modified) (2 diffs)
-
trunk/CHANGELOG.md (modified) (1 diff)
-
trunk/assets/css/omise-css.css (modified) (1 diff)
-
trunk/includes/gateway/class-omise-payment-promptpay.php (modified) (3 diffs)
-
trunk/omise-woocommerce.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
omise/tags/5.4.1/CHANGELOG.md
r2969504 r2974097 1 1 # CHANGELOG 2 3 ### [v5.4.1 _(Oct 3, 2023)_](https://github.com/omise/omise-woocommerce/releases/tag/v5.4.1) 4 - Added payment instructions in thank you page for PromptPay payment. (PR [#401](https://github.com/omise/omise-woocommerce/pull/404)) 2 5 3 6 ### [v5.4.0 _(Sep 21, 2023)_](https://github.com/omise/omise-woocommerce/releases/tag/v5.4.0) -
omise/tags/5.4.1/assets/css/omise-css.css
r2892466 r2974097 596 596 margin-bottom: 1rem; 597 597 } 598 599 .qr-alert-box { 600 padding: 15px; 601 margin: 20px 0; 602 border: 1px solid black; 603 } 604 605 .align-left { 606 text-align: left; 607 } -
omise/tags/5.4.1/includes/gateway/class-omise-payment-promptpay.php
r2832733 r2974097 133 133 if ( 'view' === $context ) : ?> 134 134 <div id="omise-offline-additional-details" class="omise omise-additional-payment-details-box omise-promptpay-details" <?php echo 'email' === $context ? 'style="margin-bottom: 4em; text-align:center;"' : ''; ?>> 135 <p><?php echo __( 'Scan the QR code to pay', 'omise' ); ?></p> 135 <p><strong><?php echo __( 'Scan the QR code to pay', 'omise' ); ?></strong></p> 136 136 137 <div class="omise omise-promptpay-qrcode" alt="Opn Payments QR code ID: <?php echo $charge['source']['scannable_code']['image']['id']; ?>"> 137 138 <?php $this->load_qr_svg_to_DOM($qrcode, 'omise-promptpay-qrcode-svg') ?> … … 139 140 <a id="omise-download-promptpay-qr" class="omise-download-promptpay-qr" href="<?php echo $qrcode ?>" download="qr_code.svg">Download QR</a> 140 141 <div> 141 <?php echo __( 'Payment expires in: ', 'omise' ); ?>142 <?php echo __( 'Payment expires at: ', 'omise' ); ?> 142 143 <?php echo wc_format_datetime( $expires_datetime, wc_date_format() ); ?> 143 144 <?php echo wc_format_datetime( $expires_datetime, wc_time_format() ); ?> … … 146 147 <div id="omise-offline-payment-timeout" style="margin-top: 2em; display: none;"> 147 148 <p><button id="omise-offline-payment-refresh-status">refresh status</button></p> 149 </div> 150 151 <div class="qr-alert-box"> 152 <p><strong>To make payment:</strong></p> 153 <ol class="align-left"> 154 <li>Download the QR code or open your preferred bank app to scan it</li> 155 <li>Check that the payment details are correct</li> 156 <li>Import the QR code image into your bank app or scan the QR code with your bank app to pay</li> 157 <li>Share the payment slip from your bank app to the seller</li> 158 </ol> 148 159 </div> 149 160 </div> -
omise/tags/5.4.1/omise-woocommerce.php
r2969504 r2974097 5 5 * Plugin URI: https://www.omise.co/woocommerce 6 6 * Description: Opn Payments is a WordPress plugin designed specifically for WooCommerce. The plugin adds support for Opn Payments Payment Gateway's payment methods to WooCommerce. 7 * Version: 5.4. 07 * Version: 5.4.1 8 8 * Author: Opn Payments and contributors 9 9 * Author URI: https://github.com/omise/omise-woocommerce/graphs/contributors … … 23 23 * @var string 24 24 */ 25 public $version = '5.4. 0';25 public $version = '5.4.1'; 26 26 27 27 /** -
omise/tags/5.4.1/readme.txt
r2969504 r2974097 4 4 Requires at least: 4.3.1 5 5 Tested up to: 6.0.2 6 Stable tag: 5.4. 06 Stable tag: 5.4.1 7 7 License: MIT 8 8 License URI: https://opensource.org/licenses/MIT … … 34 34 35 35 == Changelog == 36 37 = 5.4.1 = 38 39 - Added payment instructions in thank you page for PromptPay payment. (PR [#401](https://github.com/omise/omise-woocommerce/pull/404)) 36 40 37 41 = 5.4.0 = -
omise/trunk/CHANGELOG.md
r2969504 r2974097 1 1 # CHANGELOG 2 3 ### [v5.4.1 _(Oct 3, 2023)_](https://github.com/omise/omise-woocommerce/releases/tag/v5.4.1) 4 - Added payment instructions in thank you page for PromptPay payment. (PR [#401](https://github.com/omise/omise-woocommerce/pull/404)) 2 5 3 6 ### [v5.4.0 _(Sep 21, 2023)_](https://github.com/omise/omise-woocommerce/releases/tag/v5.4.0) -
omise/trunk/assets/css/omise-css.css
r2892466 r2974097 596 596 margin-bottom: 1rem; 597 597 } 598 599 .qr-alert-box { 600 padding: 15px; 601 margin: 20px 0; 602 border: 1px solid black; 603 } 604 605 .align-left { 606 text-align: left; 607 } -
omise/trunk/includes/gateway/class-omise-payment-promptpay.php
r2832733 r2974097 133 133 if ( 'view' === $context ) : ?> 134 134 <div id="omise-offline-additional-details" class="omise omise-additional-payment-details-box omise-promptpay-details" <?php echo 'email' === $context ? 'style="margin-bottom: 4em; text-align:center;"' : ''; ?>> 135 <p><?php echo __( 'Scan the QR code to pay', 'omise' ); ?></p> 135 <p><strong><?php echo __( 'Scan the QR code to pay', 'omise' ); ?></strong></p> 136 136 137 <div class="omise omise-promptpay-qrcode" alt="Opn Payments QR code ID: <?php echo $charge['source']['scannable_code']['image']['id']; ?>"> 137 138 <?php $this->load_qr_svg_to_DOM($qrcode, 'omise-promptpay-qrcode-svg') ?> … … 139 140 <a id="omise-download-promptpay-qr" class="omise-download-promptpay-qr" href="<?php echo $qrcode ?>" download="qr_code.svg">Download QR</a> 140 141 <div> 141 <?php echo __( 'Payment expires in: ', 'omise' ); ?>142 <?php echo __( 'Payment expires at: ', 'omise' ); ?> 142 143 <?php echo wc_format_datetime( $expires_datetime, wc_date_format() ); ?> 143 144 <?php echo wc_format_datetime( $expires_datetime, wc_time_format() ); ?> … … 146 147 <div id="omise-offline-payment-timeout" style="margin-top: 2em; display: none;"> 147 148 <p><button id="omise-offline-payment-refresh-status">refresh status</button></p> 149 </div> 150 151 <div class="qr-alert-box"> 152 <p><strong>To make payment:</strong></p> 153 <ol class="align-left"> 154 <li>Download the QR code or open your preferred bank app to scan it</li> 155 <li>Check that the payment details are correct</li> 156 <li>Import the QR code image into your bank app or scan the QR code with your bank app to pay</li> 157 <li>Share the payment slip from your bank app to the seller</li> 158 </ol> 148 159 </div> 149 160 </div> -
omise/trunk/omise-woocommerce.php
r2969504 r2974097 5 5 * Plugin URI: https://www.omise.co/woocommerce 6 6 * Description: Opn Payments is a WordPress plugin designed specifically for WooCommerce. The plugin adds support for Opn Payments Payment Gateway's payment methods to WooCommerce. 7 * Version: 5.4. 07 * Version: 5.4.1 8 8 * Author: Opn Payments and contributors 9 9 * Author URI: https://github.com/omise/omise-woocommerce/graphs/contributors … … 23 23 * @var string 24 24 */ 25 public $version = '5.4. 0';25 public $version = '5.4.1'; 26 26 27 27 /** -
omise/trunk/readme.txt
r2969504 r2974097 4 4 Requires at least: 4.3.1 5 5 Tested up to: 6.0.2 6 Stable tag: 5.4. 06 Stable tag: 5.4.1 7 7 License: MIT 8 8 License URI: https://opensource.org/licenses/MIT … … 34 34 35 35 == Changelog == 36 37 = 5.4.1 = 38 39 - Added payment instructions in thank you page for PromptPay payment. (PR [#401](https://github.com/omise/omise-woocommerce/pull/404)) 36 40 37 41 = 5.4.0 =
Note: See TracChangeset
for help on using the changeset viewer.