mirror of
https://github.com/kiwix/kiwix-js-pwa.git
synced 2025-09-09 12:19:46 -04:00
Bump version 1.9.0
Former-commit-id: 40d3ec35bab29a0af6bc80902da009688ddee7ff [formerly d970abdffce6fec6d825f1e242969a36d30b2846] [formerly 42746367ac7a6cc9b5c3e2504f98d51185470a3d] [formerly 8104cf38966957f41566ea4a65ee2aa7c5b659d1 [formerly 23c4efc0f26cb75cacd249d0b9bd45f1a278b771 [formerly 5431892a38148236d3d8fb40ca0a85853be76dc0]]] Former-commit-id: 0296201397737c0666d6f62b361b62530944bf01 [formerly 6c1ec7f528c8fe551c36dcfb6e67e96aee5e847f [formerly 4d6b617645d37134adb2faaba4b569b756db347a]] Former-commit-id: e55b6acaef562f198e3a2e05b6a252f5e5b91e2a [formerly 7d1cfdfc9a808b114ada3939bfb5045099508ec5] Former-commit-id: 00ed4c8afd2a7a2d95acbc6f86a91bcddafcd236
This commit is contained in:
parent
d3b181b998
commit
08cce9af52
@ -29,7 +29,7 @@
|
|||||||
* download and install a new copy; we have to hard code this here because it is needed before any other file
|
* download and install a new copy; we have to hard code this here because it is needed before any other file
|
||||||
* is cached in APP_CACHE
|
* is cached in APP_CACHE
|
||||||
*/
|
*/
|
||||||
const appVersion = '1.8.9';
|
const appVersion = '1.9.0';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The name of the Cache API cache in which assets defined in regexpCachedContentTypes will be stored
|
* The name of the Cache API cache in which assets defined in regexpCachedContentTypes will be stored
|
||||||
|
@ -50,11 +50,11 @@ var params = {};
|
|||||||
*/
|
*/
|
||||||
var appstate = {};
|
var appstate = {};
|
||||||
/******** UPDATE VERSION IN service-worker.js TO MATCH VERSION AND CHECK PWASERVER BELOW!!!!!!! *******/
|
/******** UPDATE VERSION IN service-worker.js TO MATCH VERSION AND CHECK PWASERVER BELOW!!!!!!! *******/
|
||||||
params['appVersion'] = "1.8.9"; //DEV: Manually update this version when there is a new release: it is compared to the Settings Store "appVersion" in order to show first-time info, and the cookie is updated in app.js
|
params['appVersion'] = "1.9.0"; //DEV: Manually update this version when there is a new release: it is compared to the Settings Store "appVersion" in order to show first-time info, and the cookie is updated in app.js
|
||||||
/******* UPDATE THIS ^^^^^^ IN service worker AND PWA-SERVER BELOW !! ********************/
|
/******* UPDATE THIS ^^^^^^ IN service worker AND PWA-SERVER BELOW !! ********************/
|
||||||
params['packagedFile'] = getSetting('packagedFile') || "wikipedia_en_100_nopic_2021-12.zim"; //For packaged Kiwix JS (e.g. with Wikivoyage file), set this to the filename (for split files, give the first chunk *.zimaa) and place file(s) in default storage
|
params['packagedFile'] = getSetting('packagedFile') || "wikipedia_en_100_nopic_2021-12.zim"; //For packaged Kiwix JS (e.g. with Wikivoyage file), set this to the filename (for split files, give the first chunk *.zimaa) and place file(s) in default storage
|
||||||
params['archivePath'] = "archives"; //The directory containing the packaged archive(s) (relative to app's root directory)
|
params['archivePath'] = "archives"; //The directory containing the packaged archive(s) (relative to app's root directory)
|
||||||
params['fileVersion'] = getSetting('fileVersion') || "wikipedia_en_100_nopic_2021-12.zim (29-Dec-2021)"; //This will be displayed in the app - optionally include date of ZIM file
|
params['fileVersion'] = getSetting('fileVersion') || "wikipedia_en_100_nopic_2021-12.zim (30-Dec-2021)"; //This will be displayed in the app - optionally include date of ZIM file
|
||||||
// List of known start pages cached in the FS:
|
// List of known start pages cached in the FS:
|
||||||
params['cachedStartPages'] = {
|
params['cachedStartPages'] = {
|
||||||
'wikipedia_en_medicine-app_maxi': 'A/Wikipedia:WikiProject_Medicine/Open_Textbook_of_Medicine2',
|
'wikipedia_en_medicine-app_maxi': 'A/Wikipedia:WikiProject_Medicine/Open_Textbook_of_Medicine2',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user