From f77618062e59e4d0e8e85f3acddb433f370c4cde Mon Sep 17 00:00:00 2001 From: renaud gaudin Date: Mon, 13 May 2024 16:33:56 +0000 Subject: [PATCH] Fixed #45: using PouchDB 8.0.1 --- CHANGELOG.md | 1 + openzim.toml | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1511eed..0778961 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,7 @@ as of 1.3.0. - URL entries are checked early to exit should access fails (#29) - Simplified [long]description checks using compute_descriptions +- Using PouchDB 8.0.1 (#45) ### Fixed diff --git a/openzim.toml b/openzim.toml index 15c02d4..4f58e85 100644 --- a/openzim.toml +++ b/openzim.toml @@ -38,12 +38,12 @@ target_paths=["bootstrap"] [files.assets.actions."pouchdb.min.js"] action="get_file" -source="https://cdn.jsdelivr.net/npm/pouchdb@7.1.1/dist/pouchdb.min.js" +source="https://cdn.jsdelivr.net/npm/pouchdb@8.0.1/dist/pouchdb.min.js" target_file="pouchdb.min.js" [files.assets.actions."pouchdb.find.min.js"] action="get_file" -source="https://cdn.jsdelivr.net/npm/pouchdb@7.1.1/dist/pouchdb.find.min.js" +source="https://cdn.jsdelivr.net/npm/pouchdb@8.0.1/dist/pouchdb.find.min.js" target_file="pouchdb.find.min.js" [files.assets.actions."ScrollMagic.min.js"]