Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Nicolas Cedilnik
website
Commits
cf5bd3de
Commit
cf5bd3de
authored
Apr 30, 2018
by
Yann Leboulanger
Browse files
update website for 1.0.2 release
parent
c5779dfc
Changes
2
Hide whitespace changes
Inline
Side-by-side
downloads.php
View file @
cf5bd3de
...
...
@@ -5,7 +5,7 @@
Entete
(
_
(
"Gajim, an XMPP client"
),
"GAJIM"
);
$download_folder
=
"1.0"
;
$last_version
=
"1.0.
1
"
;
$last_version
=
"1.0.
2
"
;
print
(
" <br/>
\n
"
);
print
_
(
" Latest version of Gajim is"
)
.
" <strong>"
.
$last_version
.
"</strong><br/>
\n
"
;
//printf(_(" A %s version is in test"), "<strong>1.0.0-beta2</strong>");
...
...
index.php
View file @
cf5bd3de
...
...
@@ -50,6 +50,7 @@ for ($i=0; $i<sizeof($array_features); $i++) {
$tpl
->
set_var
(
"NEWS_MAIN"
,
_
(
"NEWS"
));
$array_news_title
=
array
(
sprintf
(
_
(
"Gajim %s is here!"
),
"1.0.2"
),
sprintf
(
_
(
"Gajim %s is here!"
),
"1.0.1"
),
sprintf
(
_
(
"Gajim %s is here!"
),
"1.0.0"
),
);
...
...
@@ -57,11 +58,13 @@ $array_news_title = array(
// sprintf(_("Alpha-release of Gajim %s"), "0.12"),
// sprintf(_("New windows installer")),
$array_news_date
=
array
(
_
(
"30 April 2018"
),
_
(
"1 April 2018"
),
_
(
"17 March 2018"
),
);
$array_news_desc
=
array
(
sprintf
(
_
(
"Version %s of Gajim has been released."
),
"1.0.2"
),
sprintf
(
_
(
"Version %s of Gajim has been released."
),
"1.0.1"
),
sprintf
(
_
(
"Version %s of Gajim has been released."
),
"1.0.0"
),
);
...
...
@@ -70,12 +73,21 @@ $array_news_desc = array(
// sprintf(_("New Windows Installer with GTK+ included.")),
$array_news_whats_new
=
array
(
sprintf
(
_
(
"What's new since %s:"
),
"1.0.1"
),
sprintf
(
_
(
"What's new since %s:"
),
"1.0.0"
),
sprintf
(
_
(
"What's new since %s:"
),
"0.16.9"
),
);
$index_new_items
=
0
;
$array_news_items
[
$index_new_items
]
=
array
(
0
=>
_
(
"Fix some filetransfer issues"
),
1
=>
_
(
"Fix History Manager search"
),
2
=>
_
(
"Add pulseaudio support in flatpak image"
),
3
=>
_
(
"Full changelog, see"
)
.
" <a href =
\"
https://dev.gajim.org/gajim/gajim/blob/gajim-1.0.2/ChangeLog
\"
>"
.
_
(
"Full ChangeLog"
)
.
"</a> "
,
);
$index_new_items
+=
1
;
$array_news_items
[
$index_new_items
]
=
array
(
0
=>
_
(
"Improve MAM support"
),
1
=>
_
(
"Image preview in file chooser dialog"
),
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment