Changeset 3470206
- Timestamp:
- 02/26/2026 11:15:25 AM (4 weeks ago)
- Location:
- stitch-express
- Files:
-
- 7 edited
- 4 copied
-
tags/1.3.8 (copied) (copied from stitch-express/trunk)
-
tags/1.3.8/assets/banner-1544x500.png (modified) (previous)
-
tags/1.3.8/assets/banner-722x250.png (modified) (previous)
-
tags/1.3.8/includes/stitch-express-client.php (copied) (copied from stitch-express/trunk/includes/stitch-express-client.php) (1 diff)
-
tags/1.3.8/readme.txt (copied) (copied from stitch-express/trunk/readme.txt) (3 diffs)
-
tags/1.3.8/stitch-express.php (copied) (copied from stitch-express/trunk/stitch-express.php) (2 diffs)
-
trunk/assets/banner-1544x500.png (modified) (previous)
-
trunk/assets/banner-722x250.png (modified) (previous)
-
trunk/includes/stitch-express-client.php (modified) (1 diff)
-
trunk/readme.txt (modified) (3 diffs)
-
trunk/stitch-express.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
stitch-express/tags/1.3.8/includes/stitch-express-client.php
r3468700 r3470206 38 38 39 39 class Stitch_Express_Client { 40 private const PLUGIN_VERSION = '1.3. 7';40 private const PLUGIN_VERSION = '1.3.8'; 41 41 private string $baseUrl = 'https://express.stitch.money'; 42 42 private string $client_id; -
stitch-express/tags/1.3.8/readme.txt
r3468700 r3470206 3 3 Tags: woocommerce, card, payments, south africa, apple pay, google pay, stitch, express, stitch express 4 4 Tested up to: 6.7 5 Stable tag: 1.3. 75 Stable tag: 1.3.8 6 6 License: GPLv3 7 7 License URI: https://www.gnu.org/licenses/gpl-3.0.html … … 83 83 84 84 == Changelog == 85 = 1.3.8 = 86 * Improve user redirect experience 87 85 88 = 1.3.7 = 86 89 * Minor fixes and improvements … … 175 178 176 179 == Upgrade Notice == 180 = 1.3.8 = 181 * Improve user redirect experience 182 177 183 = 1.3.7 = 178 184 * Minor fixes and improvements -
stitch-express/tags/1.3.8/stitch-express.php
r3468700 r3470206 9 9 * Description: Use Stitch Express to easily and securely accept Card payment on your WooCommerce store. 10 10 * Plugin URI: https://wordpress.org/plugins/stitchexpress/ 11 * Version: 1.3. 711 * Version: 1.3.8 12 12 * Requires at least: 6.5 13 13 * Requires PHP: 8.0 … … 162 162 $logger->info("Order {$order_id} status is '{$order->get_status()}', skipping payment completion", ['source' => 'stitch-express']); 163 163 164 return stitch_express_generate_redirect_response($order->get_ view_order_url());164 return stitch_express_generate_redirect_response($order->get_checkout_order_received_url()); 165 165 } 166 166 -
stitch-express/trunk/includes/stitch-express-client.php
r3468700 r3470206 38 38 39 39 class Stitch_Express_Client { 40 private const PLUGIN_VERSION = '1.3. 7';40 private const PLUGIN_VERSION = '1.3.8'; 41 41 private string $baseUrl = 'https://express.stitch.money'; 42 42 private string $client_id; -
stitch-express/trunk/readme.txt
r3468700 r3470206 3 3 Tags: woocommerce, card, payments, south africa, apple pay, google pay, stitch, express, stitch express 4 4 Tested up to: 6.7 5 Stable tag: 1.3. 75 Stable tag: 1.3.8 6 6 License: GPLv3 7 7 License URI: https://www.gnu.org/licenses/gpl-3.0.html … … 83 83 84 84 == Changelog == 85 = 1.3.8 = 86 * Improve user redirect experience 87 85 88 = 1.3.7 = 86 89 * Minor fixes and improvements … … 175 178 176 179 == Upgrade Notice == 180 = 1.3.8 = 181 * Improve user redirect experience 182 177 183 = 1.3.7 = 178 184 * Minor fixes and improvements -
stitch-express/trunk/stitch-express.php
r3468700 r3470206 9 9 * Description: Use Stitch Express to easily and securely accept Card payment on your WooCommerce store. 10 10 * Plugin URI: https://wordpress.org/plugins/stitchexpress/ 11 * Version: 1.3. 711 * Version: 1.3.8 12 12 * Requires at least: 6.5 13 13 * Requires PHP: 8.0 … … 162 162 $logger->info("Order {$order_id} status is '{$order->get_status()}', skipping payment completion", ['source' => 'stitch-express']); 163 163 164 return stitch_express_generate_redirect_response($order->get_ view_order_url());164 return stitch_express_generate_redirect_response($order->get_checkout_order_received_url()); 165 165 } 166 166
Note: See TracChangeset
for help on using the changeset viewer.