Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add service worker #1073

Merged
merged 8 commits into from
Apr 26, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,11 @@ All notable, unreleased changes to this project will be documented in this file.
- Fix voucher and sales sorting errors - #1063 by @orzechdev
- Fix custom currency formatting - #1067 by @orzechdev
- Fixes - #1077 by @piotrgrundas:
- rich text field updates,
- multiselect empty chip upon creation of a product/variant,
- useFormset.setItemValue wrong updates,
- rich text field updates,
- multiselect empty chip upon creation of a product/variant,
- useFormset.setItemValue wrong updates,
- Drop deprecated fields - #1071 by @jwm0
- Add service worker - #1073 by @dominik-zeglen

# 2.11.1

Expand Down
12 changes: 12 additions & 0 deletions locale/defaultMessages.json
Original file line number Diff line number Diff line change
Expand Up @@ -2392,6 +2392,18 @@
"context": "dialog header, title",
"string": "Invoice Generation"
},
"src_dot_containers_dot_ServiceWorker_dot_newVersionContent": {
"context": "new version notification content",
"string": "You need to update Saleor to the newest version. Before doing so - save all changes to prevent loss of data. To update use the button below."
},
"src_dot_containers_dot_ServiceWorker_dot_newVersionTitle": {
"context": "notification title",
"string": "System update required"
},
"src_dot_containers_dot_ServiceWorker_dot_refresh": {
"context": "button",
"string": "Refresh"
},
"src_dot_create": {
"context": "button",
"string": "Create"
Expand Down
Loading