Skip to content

Commit 53de731

Browse files
authored
Merge pull request #620 from phpList/release-3.4.9
Release 3.4.9
2 parents 0038492 + d9bcea8 commit 53de731

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
lines changed

VERSION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# file that keeps track of the latest tag in cvs and the corresponding version
22
# this automates publishing a new version, when it's tagged
33
# if you don't understand this, don't worry. You don't need this file
4-
VERSION=3.4.8
5-
DEVVERSION=3.4.9
4+
VERSION=3.4.9
5+
DEVVERSION=3.5.0

public_html/lists/admin/about.php

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@
5959
QA Engineer
6060
</li>
6161
<li><a href="http://dragonrider.co.uk/phplist" target="_blank">Dragonrider</a>, Forum Moderator</li>
62+
<li>Check the phpList <a href="https://discuss.phplist.org/" target="_blank">community forum</a>.</li>
6263
</ul>
6364
</td>
6465
</tr>
@@ -98,7 +99,7 @@
9899
</td>
99100
<td>
100101
<p><?php echo s('The translations are provided by the <a href="https://translate.phplist.org/about/contributors/">phpList translation community</a>') ?></p>
101-
<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>
102+
<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>
102103
</td>
103104
</tr>
104105
<tr>
@@ -158,5 +159,13 @@
158159
}
159160
}
160161
?>
162+
<td><?php echo s('Sponsor phpList') ?>
163+
</td>
164+
<td>
165+
<ul>
166+
<li>Support phpList financially on <a href="https://www.patreon.com/phpList" target="_blank">Patreon</a></li>
167+
</ul>
168+
</td>
169+
</tr>
161170
</table>
162171
</div>

0 commit comments

Comments
 (0)