1
0
mirror of https://github.com/osmarks/mycorrhiza.git synced 2024-12-12 05:20:26 +00:00

Change version to 1.8.0

The release is soon...
This commit is contained in:
Timur Ismagilov 2022-01-28 00:28:00 +05:00
parent 2ac1874882
commit 000dca0cda
4 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
# Help
This is documentation for **Mycorrhiza Wiki** version **1.7** ([[https://mycorrhiza.wiki | official wiki]]).
This is documentation for **Mycorrhiza Wiki** version **1.8** ([[https://mycorrhiza.wiki | official wiki]]).
**Choose a topic from the list.**

View File

@ -31,7 +31,7 @@ func main() {
log.Fatal(err)
}
log.Println("Running Mycorrhiza Wiki 1.7.0")
log.Println("Running Mycorrhiza Wiki 1.8.0")
if err := os.Chdir(files.HyphaeDir()); err != nil {
log.Fatal(err)
}

View File

@ -281,7 +281,7 @@ sort.Strings(editors)
<section>
<h1>{%s lc.Get("ui.about_title", &l18n.Replacements{"name": cfg.WikiName}) %}</h1>
<ul>
<li><b>{%s= lc.Get("ui.about_version", &l18n.Replacements{"pre": "<a href=\"https://mycorrhiza.wiki\">", "post": "</a>"}) %}</b> 1.7.0</li>
<li><b>{%s= lc.Get("ui.about_version", &l18n.Replacements{"pre": "<a href=\"https://mycorrhiza.wiki\">", "post": "</a>"}) %}</b> 1.8.0</li>
{%- if cfg.UseAuth -%}
<li><b>{%s lc.Get("ui.about_usercount") %}</b> {%dul user.Count() %}</li>
<li><b>{%s lc.Get("ui.about_homepage") %}</b> <a href="/">{%s cfg.HomeHypha %}</a></li>

View File

@ -1109,7 +1109,7 @@ func StreamAboutHTML(qw422016 *qt422016.Writer, lc *l18n.Localizer) {
//line views/stuff.qtpl:284
qw422016.N().S(lc.Get("ui.about_version", &l18n.Replacements{"pre": "<a href=\"https://mycorrhiza.wiki\">", "post": "</a>"}))
//line views/stuff.qtpl:284
qw422016.N().S(`</b> 1.7.0</li>
qw422016.N().S(`</b> 1.8.0</li>
`)
//line views/stuff.qtpl:285
if cfg.UseAuth {