Skip to content

Commit c980407

Browse files
committed
v6.5.0 updates
1 parent 95c9697 commit c980407

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+733
-470
lines changed

LabelStoreMax/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [6.5.0] - 2023-03-04
2+
3+
* When making payments via Stripe, it will now save the card for later.
4+
* Small UI changes to the checkout confirmation page.
5+
* New translation added.
6+
* Pubspec.yaml dependency updates.
7+
18
## [6.4.1] - 2023-02-23
29

310
* Upgrade to Nylo v4.1.3

LabelStoreMax/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
# WooCommerce App: Label StoreMax
66

7-
### Label StoreMax - v6.4.1
7+
### Label StoreMax - v6.5.0
88

99

1010
[Official WooSignal WooCommerce App](https://woosignal.com)

LabelStoreMax/lang/de.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,5 +227,6 @@
227227
"Are you sure?": "Bist du dir sicher?",
228228
"Yes, delete my account": "Ja, lösche mein Konto",
229229
"Account deleted": "Konto gelöscht",
230-
"Shipping is not supported for your location, sorry": "Der Versand wird für Ihren Standort nicht unterstützt, tut mir leid"
230+
"Shipping is not supported for your location, sorry": "Der Versand wird für Ihren Standort nicht unterstützt, tut mir leid",
231+
"Order Summary": "Bestellübersicht"
231232
}

LabelStoreMax/lang/en.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,5 +227,6 @@
227227
"Are you sure?": "Are you sure?",
228228
"Yes, delete my account": "Yes, delete my account",
229229
"Account deleted": "Account deleted",
230-
"Shipping is not supported for your location, sorry": "Shipping is not supported for your location, sorry"
230+
"Shipping is not supported for your location, sorry": "Shipping is not supported for your location, sorry",
231+
"Order Summary": "Order Summary"
231232
}

LabelStoreMax/lang/es.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,5 +227,6 @@
227227
"Are you sure?": "¿Está seguro?",
228228
"Yes, delete my account": "Sí, eliminar mi cuenta",
229229
"Account deleted": "Cuenta borrada",
230-
"Shipping is not supported for your location, sorry": "El envío no es compatible para su ubicación, lo siento"
230+
"Shipping is not supported for your location, sorry": "El envío no es compatible para su ubicación, lo siento",
231+
"Order Summary": "Resumen del pedido"
231232
}

LabelStoreMax/lang/fr.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,5 +227,6 @@
227227
"Are you sure?": "Êtes-vous sûr?",
228228
"Yes, delete my account": "Oui, supprimer mon compte",
229229
"Account deleted": "Compte supprimé",
230-
"Shipping is not supported for your location, sorry": "L'expédition n'est pas prise en charge pour votre emplacement, désolé"
230+
"Shipping is not supported for your location, sorry": "L'expédition n'est pas prise en charge pour votre emplacement, désolé",
231+
"Order Summary": "Récapitulatif de la commande"
231232
}

LabelStoreMax/lang/hi.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,5 +227,6 @@
227227
"Are you sure?": "kya aapako yakeen hai?",
228228
"Yes, delete my account": "haan, mera akaunt dileet kar do",
229229
"Account deleted": "khaata hataaya gaya",
230-
"Shipping is not supported for your location, sorry": "aapake sthaan ke lie shiping samarthit nahin hai, kshama karen"
230+
"Shipping is not supported for your location, sorry": "aapake sthaan ke lie shiping samarthit nahin hai, kshama karen",
231+
"Order Summary": "aadesh saaraansh"
231232
}

LabelStoreMax/lang/it.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,5 +227,6 @@
227227
"Are you sure?": "Sei sicuro?",
228228
"Yes, delete my account": "Sì, elimina il mio account",
229229
"Account deleted": "Account cancellato",
230-
"Shipping is not supported for your location, sorry": "La spedizione non è supportata per la tua posizione, mi dispiace"
230+
"Shipping is not supported for your location, sorry": "La spedizione non è supportata per la tua posizione, mi dispiace",
231+
"Order Summary": "Riepilogo dell'ordine"
231232
}

LabelStoreMax/lang/nl.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,5 +227,6 @@
227227
"Are you sure?": "Weet je het zeker?",
228228
"Yes, delete my account": "Ja, verwijder mijn account",
229229
"Account deleted": "Account verwijderd",
230-
"Shipping is not supported for your location, sorry": "Verzending wordt niet ondersteund voor uw locatie, sorry"
230+
"Shipping is not supported for your location, sorry": "Verzending wordt niet ondersteund voor uw locatie, sorry",
231+
"Order Summary": "Overzicht van de bestelling"
231232
}

LabelStoreMax/lang/pt.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,5 +227,6 @@
227227
"Are you sure?": "Tem certeza?",
228228
"Yes, delete my account": "Sim, excluir minha conta",
229229
"Account deleted": "Conta excluída",
230-
"Shipping is not supported for your location, sorry": "O envio não é suportado para a sua localização, desculpe"
230+
"Shipping is not supported for your location, sorry": "O envio não é suportado para a sua localização, desculpe",
231+
"Order Summary": "Resumo do pedido"
231232
}

0 commit comments

Comments
 (0)