File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Networking/Networking/Extensions Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ public extension DateFormatter {
2626 public static let yearMonthDayDateFormatter : DateFormatter = {
2727 let formatter = DateFormatter ( )
2828 formatter. locale = Locale ( identifier: " en_US_POSIX " )
29- formatter. dateFormat = " yyyy'-'MM'-'DD' "
29+ formatter. dateFormat = " yyyy'-'MM'-'dd "
3030 return formatter
3131 } ( )
3232
Original file line number Diff line number Diff line change 1010- improvement: Filtering by custom order status now supported!
1111- new feature: You can now manually change the status of an order on the order details screen
1212- bugfix: correctly flips chevron on Dashboard > New Orders, to support RTL languages.
13+ - bugfix: fixed an issue on the order details screen where the shipment tracking dates were incorrect
1314
14151.3
1516-----
You can’t perform that action at this time.
0 commit comments