mirror of
https://github.com/kingomarnajjar/flex-template-web.git
synced 2026-07-25 22:37:18 +10:00
commit
3791a2e5d4
2 changed files with 5 additions and 1 deletions
|
|
@ -14,6 +14,8 @@ way to update this template, but currently, we follow a pattern:
|
|||
|
||||
## Upcoming version 2019-XX-XX
|
||||
|
||||
## [v3.1.0] 2019-07-05
|
||||
|
||||
- [fix] SectionHero: fix type in search params. There was an extra "/s?".
|
||||
[#1124](https://github.com/sharetribe/flex-template-web/pull/1124)
|
||||
- [add] Add support for Singapore as the payout country of a provider. Also fix a bug in passing the
|
||||
|
|
@ -24,6 +26,8 @@ way to update this template, but currently, we follow a pattern:
|
|||
the landing page after verification.
|
||||
[#1121](https://github.com/sharetribe/flex-template-web/pull/1121)
|
||||
|
||||
[v3.0.0]: https://github.com/sharetribe/flex-template-web/compare/v3.0.0...v3.1.0
|
||||
|
||||
## [v3.0.0] 2019-07-02
|
||||
|
||||
- [add] Strong Customer Authentication (SCA) with Stripe's new PaymentIntents flow. This is a big
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "app",
|
||||
"version": "3.0.0",
|
||||
"version": "3.1.0",
|
||||
"private": true,
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue