Skip to content

Commit

Permalink
Merge pull request #312 from sharetribe/v4.0.0
Browse files Browse the repository at this point in the history
New release: v4.0.0
  • Loading branch information
Gnito authored Feb 7, 2024
2 parents f605d9f + 4d9b6f1 commit 100b138
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,16 @@ way to update this template, but currently, we follow a pattern:

---

## Upcoming version 2023-XX-XX
## Upcoming version 2024-XX-XX

## [v4.0.0] 2024-02-07

Breaking change: if you have customized your transaction process, you need to update the email templates. The new customer commission (#293) adds changes to emails that contain a receipt aka order breakdown information. In addition, also PR 310 touches the email templates.

This also prepares the codebase for future configuration possibilities:
- Postponing the requirement for a provider to give payout details (but it is still needed)
- Makes certain listing features optional (location, delivery method)
- Adds infinity stock (It is just emulated through a big number 10^15)

- [add] Update de.json asset. [#313](https://github.com/sharetribe/web-template/pull/313)
- [add] Update fr.json asset. [#311](https://github.com/sharetribe/web-template/pull/311)
Expand Down Expand Up @@ -63,6 +72,8 @@ way to update this template, but currently, we follow a pattern:
- [fix] Add missing imports to an email template file
[#279](https://github.com/sharetribe/web-template/pull/279)

[v4.0.0]: https://github.com/sharetribe/web-template/compare/v3.5.0...v4.0.0

## [v3.5.0] 2023-12-12

- [fix] OrderPanel: showed price for inquiry on mobile layout even if price was marked hidden
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "app",
"version": "3.5.0",
"version": "4.0.0",
"private": true,
"license": "Apache-2.0",
"dependencies": {
Expand Down

0 comments on commit 100b138

Please sign in to comment.