Skip to content

Commit

Permalink
Merge pull request #620 from phpList/release-3.4.9
Browse files Browse the repository at this point in the history
Release 3.4.9
  • Loading branch information
suelaP authored Dec 11, 2019
2 parents 0038492 + d9bcea8 commit 53de731
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
4 changes: 2 additions & 2 deletions VERSION
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# file that keeps track of the latest tag in cvs and the corresponding version
# this automates publishing a new version, when it's tagged
# if you don't understand this, don't worry. You don't need this file
VERSION=3.4.8
DEVVERSION=3.4.9
VERSION=3.4.9
DEVVERSION=3.5.0
11 changes: 10 additions & 1 deletion public_html/lists/admin/about.php
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@
QA Engineer
</li>
<li><a href="http://dragonrider.co.uk/phplist" target="_blank">Dragonrider</a>, Forum Moderator</li>
<li>Check the phpList <a href="https://discuss.phplist.org/" target="_blank">community forum</a>.</li>
</ul>
</td>
</tr>
Expand Down Expand Up @@ -98,7 +99,7 @@
</td>
<td>
<p><?php echo s('The translations are provided by the <a href="https://translate.phplist.org/about/contributors/">phpList translation community</a>') ?></p>
<p><?php echo s('The <a href="http://translate.phplist.com/" target="translate">translation site</a> runs <a href="http://translate.sourceforge.net/" target="pootle">Pootle</a> an Open Source translation tool, provided by <a href="http://translatehouse.org" target="translatehouse">Translate House</a>') ?></p>
<p><?php echo s('The <a href="http://translate.phplist.com/" target="translate">translation site</a> runs <a href="https://weblate.org/en/" target="translatehouse">Weblate</a> an Open Source translation tool.') ?></p>
</td>
</tr>
<tr>
Expand Down Expand Up @@ -158,5 +159,13 @@
}
}
?>
<td><?php echo s('Sponsor phpList') ?>
</td>
<td>
<ul>
<li>Support phpList financially on <a href="https://www.patreon.com/phpList" target="_blank">Patreon</a></li>
</ul>
</td>
</tr>
</table>
</div>

0 comments on commit 53de731

Please sign in to comment.