Skip to content
Snippets Groups Projects
Commit dc40312f authored by Yann Leboulanger's avatar Yann Leboulanger
Browse files

Merge branch 'master' of https://dev.gajim.org/gajim/website

parents 4a91751e cf5bd3de
No related branches found
No related tags found
No related merge requests found
......@@ -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>");
......
......@@ -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"),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment