Skip to content

Commit 2d41336

Browse files
committed
RSS articles are republished every week
1 parent 2831c6c commit 2d41336

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/views/changelog_rss.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
foreach ($changelog as $release => $changes) {
1515
$section = '';
1616
$output .= ' <item>' . "\n";
17-
$output .= ' <guid isPermaLink="false">' . sha1($release . date('W')) . '</guid>' . "\n";
17+
$output .= ' <guid isPermaLink="false">' . sha1($release) . '</guid>' . "\n";
1818
$output .= ' <pubDate>' . date(DATE_RSS, strtotime($releases[$release])) . '</pubDate>' . "\n";
1919
$output .= ' <title>' . 'Version ' . $release . ' Release Notes</title>' . "\n";
2020
$output .= " <link>https://transvision.mozfr.org/news/#v{$release}</link>\n";

0 commit comments

Comments
 (0)