Skip to content

Commit

Permalink
RSS articles are republished every week
Browse files Browse the repository at this point in the history
  • Loading branch information
TheoChevalier committed Jan 10, 2016
1 parent 2831c6c commit 2d41336
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/changelog_rss.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
foreach ($changelog as $release => $changes) {
$section = '';
$output .= ' <item>' . "\n";
$output .= ' <guid isPermaLink="false">' . sha1($release . date('W')) . '</guid>' . "\n";
$output .= ' <guid isPermaLink="false">' . sha1($release) . '</guid>' . "\n";
$output .= ' <pubDate>' . date(DATE_RSS, strtotime($releases[$release])) . '</pubDate>' . "\n";
$output .= ' <title>' . 'Version ' . $release . ' Release Notes</title>' . "\n";
$output .= " <link>https://transvision.mozfr.org/news/#v{$release}</link>\n";
Expand Down

0 comments on commit 2d41336

Please sign in to comment.