Plugin Directory

Changeset 3470206


Ignore:
Timestamp:
02/26/2026 11:15:25 AM (4 weeks ago)
Author:
stitchexpress
Message:

1.3.8

Location:
stitch-express
Files:
7 edited
4 copied

Legend:

Unmodified
Added
Removed
  • stitch-express/tags/1.3.8/includes/stitch-express-client.php

    r3468700 r3470206  
    3838
    3939class Stitch_Express_Client {
    40     private const PLUGIN_VERSION = '1.3.7';
     40    private const PLUGIN_VERSION = '1.3.8';
    4141    private string $baseUrl = 'https://express.stitch.money';
    4242    private string $client_id;
  • stitch-express/tags/1.3.8/readme.txt

    r3468700 r3470206  
    33Tags: woocommerce, card, payments, south africa, apple pay, google pay, stitch, express, stitch express
    44Tested up to: 6.7
    5 Stable tag: 1.3.7
     5Stable tag: 1.3.8
    66License: GPLv3
    77License URI: https://www.gnu.org/licenses/gpl-3.0.html
     
    8383
    8484== Changelog ==
     85= 1.3.8 =
     86* Improve user redirect experience
     87
    8588= 1.3.7 =
    8689* Minor fixes and improvements
     
    175178
    176179== Upgrade Notice ==
     180= 1.3.8 =
     181* Improve user redirect experience
     182
    177183= 1.3.7 =
    178184* Minor fixes and improvements
  • stitch-express/tags/1.3.8/stitch-express.php

    r3468700 r3470206  
    99 * Description:          Use Stitch Express to easily and securely accept Card payment on your WooCommerce store.
    1010 * Plugin URI:           https://wordpress.org/plugins/stitchexpress/
    11  * Version:              1.3.7
     11 * Version:              1.3.8
    1212 * Requires at least:    6.5
    1313 * Requires PHP:         8.0
     
    162162    $logger->info("Order {$order_id} status is '{$order->get_status()}', skipping payment completion", ['source' => 'stitch-express']);
    163163
    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());
    165165}
    166166
  • stitch-express/trunk/includes/stitch-express-client.php

    r3468700 r3470206  
    3838
    3939class Stitch_Express_Client {
    40     private const PLUGIN_VERSION = '1.3.7';
     40    private const PLUGIN_VERSION = '1.3.8';
    4141    private string $baseUrl = 'https://express.stitch.money';
    4242    private string $client_id;
  • stitch-express/trunk/readme.txt

    r3468700 r3470206  
    33Tags: woocommerce, card, payments, south africa, apple pay, google pay, stitch, express, stitch express
    44Tested up to: 6.7
    5 Stable tag: 1.3.7
     5Stable tag: 1.3.8
    66License: GPLv3
    77License URI: https://www.gnu.org/licenses/gpl-3.0.html
     
    8383
    8484== Changelog ==
     85= 1.3.8 =
     86* Improve user redirect experience
     87
    8588= 1.3.7 =
    8689* Minor fixes and improvements
     
    175178
    176179== Upgrade Notice ==
     180= 1.3.8 =
     181* Improve user redirect experience
     182
    177183= 1.3.7 =
    178184* Minor fixes and improvements
  • stitch-express/trunk/stitch-express.php

    r3468700 r3470206  
    99 * Description:          Use Stitch Express to easily and securely accept Card payment on your WooCommerce store.
    1010 * Plugin URI:           https://wordpress.org/plugins/stitchexpress/
    11  * Version:              1.3.7
     11 * Version:              1.3.8
    1212 * Requires at least:    6.5
    1313 * Requires PHP:         8.0
     
    162162    $logger->info("Order {$order_id} status is '{$order->get_status()}', skipping payment completion", ['source' => 'stitch-express']);
    163163
    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());
    165165}
    166166
Note: See TracChangeset for help on using the changeset viewer.