File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
app/pages/info-components/release-notes Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 20
20
21
21
< br />
22
22
23
+ < b > v2.4.8</ b > - May 30, 2020< br />
24
+ - Fixed a bug preventing app from caching items for offline use. Offline mode now works once again!< br />
25
+
26
+ < br />
27
+
23
28
< b > v2.4.7</ b > - May 23, 2020< br />
24
29
- Fix several bugs related to multipart ingredient grouping such as: "1 cup plus 1 tablespoon flour" in the shopping list page< br />
25
30
- Fix a bug where ingredient grouping would print "undefined"< br />
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ workbox.routing.registerRoute(
40
40
// Limit the maxiumum age so that requests aren't too stale.
41
41
const MAX_OFFLINE_API_AGE = 30 ; // Days
42
42
workbox . routing . registerRoute (
43
- new RegExp ( '/ api/ ' ) ,
43
+ new RegExp ( 'api\\.recipesage\\.com ' ) ,
44
44
workbox . strategies . networkFirst ( {
45
45
cacheName : 'api-cache' ,
46
46
plugins : [
You can’t perform that action at this time.
0 commit comments