From d28397efa1c4d208bef4218bc6192aec1e066c7a Mon Sep 17 00:00:00 2001 From: t11r <1674104+t11r@users.noreply.github.com> Date: Wed, 2 Nov 2022 15:28:18 +0100 Subject: [PATCH] 0.28.0 --- README.md | 10 +++--- dist/index.html | 10 +++--- dist/tify.css | 4 +-- dist/tify.js | 12 +++---- dist/translations/de.json | 18 +++++++--- dist/translations/eo.json | 75 +++++++++++++++++++++++++++++++++++++++ dist/translations/fr.json | 6 +++- dist/translations/pl.json | 6 +++- package-lock.json | 4 +-- package.json | 2 +- 10 files changed, 120 insertions(+), 27 deletions(-) create mode 100644 dist/translations/eo.json diff --git a/README.md b/README.md index 9253f52f..82d376ea 100644 --- a/README.md +++ b/README.md @@ -23,17 +23,17 @@ Embed TIFY into your website in three easy steps: - Either download TIFY and copy the contents of the `dist` directory to your server: ``` html - - + + ``` - > To avoid issues with browser caching, add a query parameter with the current version, e.g. `?v0.27.0`. + > To avoid issues with browser caching, add a query parameter with the current version, e.g. `?v0.28.0`. - Or use [jsDelivr](https://www.jsdelivr.com/): ``` html - - + + ``` - Or `import` TIFY into your web application: diff --git a/dist/index.html b/dist/index.html index b9c5b4a0..3465f8f9 100644 --- a/dist/index.html +++ b/dist/index.html @@ -1,5 +1,7 @@ -