Prepare version 2.9

This commit is contained in:
Mossroy 2020-07-11 16:04:06 +02:00
parent ef31082d01
commit e126ee8c47
6 changed files with 12 additions and 6 deletions

View File

@ -4,6 +4,12 @@ Please note that this application has changed its name over time.
It was first called Evopedia (and was using the file format of Evopedia). It was first called Evopedia (and was using the file format of Evopedia).
Then it was renamed Kiwix-html5 (and uses ZIM files), and then again was renamed to Kiwix-JS. Then it was renamed Kiwix-html5 (and uses ZIM files), and then again was renamed to Kiwix-JS.
## Kiwix-JS v2.9.0
Released on *TODO*
Detailed changelog: TODO
## Kiwix-JS v2.8.0 ## Kiwix-JS v2.8.0
Released on *2020-07-11* Released on *2020-07-11*

View File

@ -1,7 +1,7 @@
{ {
"manifest_version": 2, "manifest_version": 2,
"name": "Kiwix", "name": "Kiwix",
"version": "2.8-WIP", "version": "2.9-WIP",
"description": "Kiwix : offline Wikipedia reader", "description": "Kiwix : offline Wikipedia reader",

View File

@ -1,5 +1,5 @@
{ {
"version": "2.8-WIP", "version": "2.9-WIP",
"name": "Kiwix", "name": "Kiwix",
"description": "Offline Wikipedia Viewer, and more", "description": "Offline Wikipedia Viewer, and more",
"launch_path": "/www/index.html", "launch_path": "/www/index.html",

View File

@ -12,8 +12,8 @@ while getopts tdv: option; do
esac esac
done done
MAJOR_NUMERIC_VERSION="2.8" MAJOR_NUMERIC_VERSION="2.9"
VERSION_TO_REPLACE="2\.8-WIP" VERSION_TO_REPLACE="2\.9-WIP"
# Set the secret environment variables if available # Set the secret environment variables if available
# The file set_secret_environment_variables.sh should not be commited for security reasons # The file set_secret_environment_variables.sh should not be commited for security reasons

View File

@ -4,7 +4,7 @@
"architecture": "all", "architecture": "all",
"maintainer": "Kiwix team <contact+ubuntutouch@kiwix.org>", "maintainer": "Kiwix team <contact+ubuntutouch@kiwix.org>",
"framework" : "ubuntu-sdk-16.04", "framework" : "ubuntu-sdk-16.04",
"version" : "2.8-WIP", "version" : "2.9-WIP",
"title": "kiwix", "title": "kiwix",
"hooks": { "hooks": {
"ubports-little-webapp": { "ubports-little-webapp": {

View File

@ -55,7 +55,7 @@
<section id="search-article" role="region"> <section id="search-article" role="region">
<header id="top"> <header id="top">
<nav class="navbar navbar-expand-md bg-light" role="navigation"> <nav class="navbar navbar-expand-md bg-light" role="navigation">
<a class="navbar-brand">Kiwix 2.8-WIP</a> <a class="navbar-brand">Kiwix 2.9-WIP</a>
<!-- Toggler/collapsible Button --> <!-- Toggler/collapsible Button -->
<button class="navbar-toggler" type="button" data-toggle="collapse" <button class="navbar-toggler" type="button" data-toggle="collapse"