Changeset 3442620
- Timestamp:
- 01/19/2026 02:32:48 PM (2 months ago)
- Location:
- stitch-express
- Files:
-
- 6 added
- 6 deleted
- 22 edited
- 1 copied
-
tags/1.3.3 (copied) (copied from stitch-express/trunk)
-
tags/1.3.3/assets/banner-1544x500.png (modified) (previous)
-
tags/1.3.3/assets/banner-722x250.png (added)
-
tags/1.3.3/assets/banner-772x250.png (deleted)
-
tags/1.3.3/assets/blocks/happy-pay.svg (deleted)
-
tags/1.3.3/assets/blocks/stitch.svg (added)
-
tags/1.3.3/assets/screenshot-1.png (modified) (previous)
-
tags/1.3.3/assets/screenshot-2.png (modified) (previous)
-
tags/1.3.3/assets/screenshot-3.png (modified) (previous)
-
tags/1.3.3/assets/wc-logo-v2.svg (added)
-
tags/1.3.3/assets/wc-logo.svg (deleted)
-
tags/1.3.3/build/index.asset.php (modified) (1 diff)
-
tags/1.3.3/build/index.js (modified) (1 diff)
-
tags/1.3.3/includes/stitch-express-block.php (modified) (2 diffs)
-
tags/1.3.3/includes/stitch-express-client.php (modified) (1 diff)
-
tags/1.3.3/includes/stitch-express-gateway.php (modified) (1 diff)
-
tags/1.3.3/readme.txt (modified) (5 diffs)
-
tags/1.3.3/stitch-express.php (modified) (1 diff)
-
trunk/assets/banner-1544x500.png (modified) (previous)
-
trunk/assets/banner-722x250.png (added)
-
trunk/assets/banner-772x250.png (deleted)
-
trunk/assets/blocks/happy-pay.svg (deleted)
-
trunk/assets/blocks/stitch.svg (added)
-
trunk/assets/screenshot-1.png (modified) (previous)
-
trunk/assets/screenshot-2.png (modified) (previous)
-
trunk/assets/screenshot-3.png (modified) (previous)
-
trunk/assets/wc-logo-v2.svg (added)
-
trunk/assets/wc-logo.svg (deleted)
-
trunk/build/index.asset.php (modified) (1 diff)
-
trunk/build/index.js (modified) (1 diff)
-
trunk/includes/stitch-express-block.php (modified) (2 diffs)
-
trunk/includes/stitch-express-client.php (modified) (1 diff)
-
trunk/includes/stitch-express-gateway.php (modified) (1 diff)
-
trunk/readme.txt (modified) (5 diffs)
-
trunk/stitch-express.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
stitch-express/tags/1.3.3/build/index.asset.php
r3235498 r3442620 1 <?php return array('dependencies' => array('react'), 'version' => ' 2add49743846c67ab069');1 <?php return array('dependencies' => array('react'), 'version' => 'b7bf90c4bf35b8115381'); -
stitch-express/tags/1.3.3/build/index.js
r3235498 r3442620 1 (()=>{"use strict";const e=window.React;function t(t){return(0,e.createElement)("span",null,"Secure payments powered by Stitch Express")}const{registerPaymentMethod:a}=window.wc.wcBlocksRegistry;a({label:(0,e.createElement)((function(t){const a=window.wc.wcSettings.getSetting("stitch-express_data");return(0,e.createElement)("div",{className:"UxZcXi_y2qynokK0PSsy"},(0,e.createElement)("span",{className:"UmqPaUuJYLCVz6igFbTW"},"Pay with Apple | Google | Capitec | Card "),(0,e.createElement)("div",{className:"IGKYqJZGeWmHgWNjllAN"},(0,e.createElement)("img",{src:a.icon_block_master_card,alt:"Master card logo"}),(0,e.createElement)("img",{src:a.icon_block_visa,alt:"visa logo"}),(0,e.createElement)("img",{src:a.icon_block_apple_pay,alt:"apple pay logo"}),(0,e.createElement)("img",{src:a.icon_block_google_pay,alt:"google pay logo"}),(0,e.createElement)("img",{src:a.icon_block_capitec_pay,alt:"capitec pay logo"}),(0,e.createElement)("img",{src:a.icon_block_happy_pay,alt:"happy paylogo"})))}),null),ariaLabel:"Pay with Stitch Express",content:(0,e.createElement)(t,null),edit:(0,e.createElement)(t,null),name:"stitch-express",canMakePayment(e){const{currency_code:t,total_price:a}=e.cartTotals;return"ZAR"===t&&parseInt(a,10)>=500},supports:{features:["products","refunds"]},placeOrderButtonLabel:"Pay"})})();1 (()=>{"use strict";const e=window.React;function t(t){return(0,e.createElement)("span",null,"Secure payments powered by Stitch Express")}const{registerPaymentMethod:a}=window.wc.wcBlocksRegistry;a({label:(0,e.createElement)((function(t){const a=window.wc.wcSettings.getSetting("stitch-express_data");return(0,e.createElement)("div",{className:"UxZcXi_y2qynokK0PSsy"},(0,e.createElement)("span",{className:"UmqPaUuJYLCVz6igFbTW"},"Pay with Apple | Google | Capitec | Card | BNPL"),(0,e.createElement)("div",{className:"IGKYqJZGeWmHgWNjllAN"},(0,e.createElement)("img",{src:a.icon_block_master_card,alt:"Master card logo"}),(0,e.createElement)("img",{src:a.icon_block_visa,alt:"visa logo"}),(0,e.createElement)("img",{src:a.icon_block_apple_pay,alt:"apple pay logo"}),(0,e.createElement)("img",{src:a.icon_block_google_pay,alt:"google pay logo"}),(0,e.createElement)("img",{src:a.icon_block_capitec_pay,alt:"capitec pay logo"}),(0,e.createElement)("img",{src:a.icon_block_bnpl,alt:"BNPL logo"})))}),null),ariaLabel:"Pay with Stitch Express",content:(0,e.createElement)(t,null),edit:(0,e.createElement)(t,null),name:"stitch-express",canMakePayment(e){const{currency_code:t,total_price:a}=e.cartTotals;return"ZAR"===t&&parseInt(a,10)>=500},supports:{features:["products","refunds"]},placeOrderButtonLabel:"Pay"})})(); -
stitch-express/tags/1.3.3/includes/stitch-express-block.php
r3235498 r3442620 53 53 $icon_block_master_card = STITCH_EXPRESS_PLUGIN_URL.'/assets/blocks/master-card.svg'; 54 54 $icon_block_capitec_pay = STITCH_EXPRESS_PLUGIN_URL.'/assets/blocks/capitec-pay.svg'; 55 $icon_block_ happy_pay = STITCH_EXPRESS_PLUGIN_URL.'/assets/blocks/happy-pay.svg';55 $icon_block_bnpl = STITCH_EXPRESS_PLUGIN_URL.'/assets/blocks/stitch.svg'; 56 56 $icon_block_google_pay = STITCH_EXPRESS_PLUGIN_URL.'/assets/blocks/google-pay.svg'; 57 57 $icon_block_apple_pay = STITCH_EXPRESS_PLUGIN_URL.'/assets/blocks/apple-pay.svg'; … … 61 61 'icon_block_master_card' => $icon_block_master_card, 62 62 'icon_block_capitec_pay' => $icon_block_capitec_pay, 63 'icon_block_ happy_pay' => $icon_block_happy_pay,63 'icon_block_bnpl' => $icon_block_bnpl, 64 64 'icon_block_apple_pay' => $icon_block_apple_pay, 65 65 'icon_block_google_pay' => $icon_block_google_pay, -
stitch-express/tags/1.3.3/includes/stitch-express-client.php
r3426123 r3442620 38 38 39 39 class Stitch_Express_Client { 40 private const PLUGIN_VERSION = '1.3. 2';40 private const PLUGIN_VERSION = '1.3.3'; 41 41 private string $baseUrl = 'https://express.stitch.money'; 42 42 private string $client_id; -
stitch-express/tags/1.3.3/includes/stitch-express-gateway.php
r3386994 r3442620 10 10 public function __construct() { 11 11 $this->id = 'stitch-express'; 12 $this->icon = STITCH_EXPRESS_PLUGIN_URL.'/assets/wc-logo .svg';12 $this->icon = STITCH_EXPRESS_PLUGIN_URL.'/assets/wc-logo-v2.svg'; 13 13 $this->has_fields = false; 14 $this->title = 'Pay with Apple | Google | Capitec | Card ';14 $this->title = 'Pay with Apple | Google | Capitec | Card | BNPL'; 15 15 $this->description = 'Secure payments powered by Stitch Express'; 16 16 $this->method_title = 'Stitch Express'; -
stitch-express/tags/1.3.3/readme.txt
r3426123 r3442620 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. 25 Stable tag: 1.3.3 6 6 License: GPLv3 7 7 License URI: https://www.gnu.org/licenses/gpl-3.0.html … … 14 14 * Apple Pay 15 15 * Google Pay 16 * Happy Pay (Buy now, pay later)16 * Stitch Buy Now Pay Later (BNPL) 17 17 * Capitec Pay 18 18 * Payments with any Mastercard or Visa card … … 34 34 * 2.95% on local, SA card transactions 35 35 * 3.4% on International card transactions 36 * 4.9% +R4 on Happy Paytransactions36 * 4.9% +R4 on BNPL transactions 37 37 * 2% on Capitec Pay transactions* 38 38 … … 83 83 84 84 == Changelog == 85 = 1.3.3 = 86 * Replace Happy Pay with Stitch BNPL 87 85 88 = 1.3.2 = 86 89 * Minor improvements … … 158 161 159 162 == Upgrade Notice == 163 = 1.3.3 = 164 * Replace Happy Pay with Stitch BNPL 165 160 166 = 1.3.2 = 161 167 * Minor improvements -
stitch-express/tags/1.3.3/stitch-express.php
r3426123 r3442620 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. 211 * Version: 1.3.3 12 12 * Requires at least: 6.5 13 13 * Requires PHP: 8.0 -
stitch-express/trunk/build/index.asset.php
r3235498 r3442620 1 <?php return array('dependencies' => array('react'), 'version' => ' 2add49743846c67ab069');1 <?php return array('dependencies' => array('react'), 'version' => 'b7bf90c4bf35b8115381'); -
stitch-express/trunk/build/index.js
r3235498 r3442620 1 (()=>{"use strict";const e=window.React;function t(t){return(0,e.createElement)("span",null,"Secure payments powered by Stitch Express")}const{registerPaymentMethod:a}=window.wc.wcBlocksRegistry;a({label:(0,e.createElement)((function(t){const a=window.wc.wcSettings.getSetting("stitch-express_data");return(0,e.createElement)("div",{className:"UxZcXi_y2qynokK0PSsy"},(0,e.createElement)("span",{className:"UmqPaUuJYLCVz6igFbTW"},"Pay with Apple | Google | Capitec | Card "),(0,e.createElement)("div",{className:"IGKYqJZGeWmHgWNjllAN"},(0,e.createElement)("img",{src:a.icon_block_master_card,alt:"Master card logo"}),(0,e.createElement)("img",{src:a.icon_block_visa,alt:"visa logo"}),(0,e.createElement)("img",{src:a.icon_block_apple_pay,alt:"apple pay logo"}),(0,e.createElement)("img",{src:a.icon_block_google_pay,alt:"google pay logo"}),(0,e.createElement)("img",{src:a.icon_block_capitec_pay,alt:"capitec pay logo"}),(0,e.createElement)("img",{src:a.icon_block_happy_pay,alt:"happy paylogo"})))}),null),ariaLabel:"Pay with Stitch Express",content:(0,e.createElement)(t,null),edit:(0,e.createElement)(t,null),name:"stitch-express",canMakePayment(e){const{currency_code:t,total_price:a}=e.cartTotals;return"ZAR"===t&&parseInt(a,10)>=500},supports:{features:["products","refunds"]},placeOrderButtonLabel:"Pay"})})();1 (()=>{"use strict";const e=window.React;function t(t){return(0,e.createElement)("span",null,"Secure payments powered by Stitch Express")}const{registerPaymentMethod:a}=window.wc.wcBlocksRegistry;a({label:(0,e.createElement)((function(t){const a=window.wc.wcSettings.getSetting("stitch-express_data");return(0,e.createElement)("div",{className:"UxZcXi_y2qynokK0PSsy"},(0,e.createElement)("span",{className:"UmqPaUuJYLCVz6igFbTW"},"Pay with Apple | Google | Capitec | Card | BNPL"),(0,e.createElement)("div",{className:"IGKYqJZGeWmHgWNjllAN"},(0,e.createElement)("img",{src:a.icon_block_master_card,alt:"Master card logo"}),(0,e.createElement)("img",{src:a.icon_block_visa,alt:"visa logo"}),(0,e.createElement)("img",{src:a.icon_block_apple_pay,alt:"apple pay logo"}),(0,e.createElement)("img",{src:a.icon_block_google_pay,alt:"google pay logo"}),(0,e.createElement)("img",{src:a.icon_block_capitec_pay,alt:"capitec pay logo"}),(0,e.createElement)("img",{src:a.icon_block_bnpl,alt:"BNPL logo"})))}),null),ariaLabel:"Pay with Stitch Express",content:(0,e.createElement)(t,null),edit:(0,e.createElement)(t,null),name:"stitch-express",canMakePayment(e){const{currency_code:t,total_price:a}=e.cartTotals;return"ZAR"===t&&parseInt(a,10)>=500},supports:{features:["products","refunds"]},placeOrderButtonLabel:"Pay"})})(); -
stitch-express/trunk/includes/stitch-express-block.php
r3235498 r3442620 53 53 $icon_block_master_card = STITCH_EXPRESS_PLUGIN_URL.'/assets/blocks/master-card.svg'; 54 54 $icon_block_capitec_pay = STITCH_EXPRESS_PLUGIN_URL.'/assets/blocks/capitec-pay.svg'; 55 $icon_block_ happy_pay = STITCH_EXPRESS_PLUGIN_URL.'/assets/blocks/happy-pay.svg';55 $icon_block_bnpl = STITCH_EXPRESS_PLUGIN_URL.'/assets/blocks/stitch.svg'; 56 56 $icon_block_google_pay = STITCH_EXPRESS_PLUGIN_URL.'/assets/blocks/google-pay.svg'; 57 57 $icon_block_apple_pay = STITCH_EXPRESS_PLUGIN_URL.'/assets/blocks/apple-pay.svg'; … … 61 61 'icon_block_master_card' => $icon_block_master_card, 62 62 'icon_block_capitec_pay' => $icon_block_capitec_pay, 63 'icon_block_ happy_pay' => $icon_block_happy_pay,63 'icon_block_bnpl' => $icon_block_bnpl, 64 64 'icon_block_apple_pay' => $icon_block_apple_pay, 65 65 'icon_block_google_pay' => $icon_block_google_pay, -
stitch-express/trunk/includes/stitch-express-client.php
r3426123 r3442620 38 38 39 39 class Stitch_Express_Client { 40 private const PLUGIN_VERSION = '1.3. 2';40 private const PLUGIN_VERSION = '1.3.3'; 41 41 private string $baseUrl = 'https://express.stitch.money'; 42 42 private string $client_id; -
stitch-express/trunk/includes/stitch-express-gateway.php
r3386994 r3442620 10 10 public function __construct() { 11 11 $this->id = 'stitch-express'; 12 $this->icon = STITCH_EXPRESS_PLUGIN_URL.'/assets/wc-logo .svg';12 $this->icon = STITCH_EXPRESS_PLUGIN_URL.'/assets/wc-logo-v2.svg'; 13 13 $this->has_fields = false; 14 $this->title = 'Pay with Apple | Google | Capitec | Card ';14 $this->title = 'Pay with Apple | Google | Capitec | Card | BNPL'; 15 15 $this->description = 'Secure payments powered by Stitch Express'; 16 16 $this->method_title = 'Stitch Express'; -
stitch-express/trunk/readme.txt
r3426123 r3442620 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. 25 Stable tag: 1.3.3 6 6 License: GPLv3 7 7 License URI: https://www.gnu.org/licenses/gpl-3.0.html … … 14 14 * Apple Pay 15 15 * Google Pay 16 * Happy Pay (Buy now, pay later)16 * Stitch Buy Now Pay Later (BNPL) 17 17 * Capitec Pay 18 18 * Payments with any Mastercard or Visa card … … 34 34 * 2.95% on local, SA card transactions 35 35 * 3.4% on International card transactions 36 * 4.9% +R4 on Happy Paytransactions36 * 4.9% +R4 on BNPL transactions 37 37 * 2% on Capitec Pay transactions* 38 38 … … 83 83 84 84 == Changelog == 85 = 1.3.3 = 86 * Replace Happy Pay with Stitch BNPL 87 85 88 = 1.3.2 = 86 89 * Minor improvements … … 158 161 159 162 == Upgrade Notice == 163 = 1.3.3 = 164 * Replace Happy Pay with Stitch BNPL 165 160 166 = 1.3.2 = 161 167 * Minor improvements -
stitch-express/trunk/stitch-express.php
r3426123 r3442620 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. 211 * Version: 1.3.3 12 12 * Requires at least: 6.5 13 13 * Requires PHP: 8.0
Note: See TracChangeset
for help on using the changeset viewer.