We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2831c6c commit 2d41336Copy full SHA for 2d41336
app/views/changelog_rss.php
@@ -14,7 +14,7 @@
14
foreach ($changelog as $release => $changes) {
15
$section = '';
16
$output .= ' <item>' . "\n";
17
- $output .= ' <guid isPermaLink="false">' . sha1($release . date('W')) . '</guid>' . "\n";
+ $output .= ' <guid isPermaLink="false">' . sha1($release) . '</guid>' . "\n";
18
$output .= ' <pubDate>' . date(DATE_RSS, strtotime($releases[$release])) . '</pubDate>' . "\n";
19
$output .= ' <title>' . 'Version ' . $release . ' Release Notes</title>' . "\n";
20
$output .= " <link>https://transvision.mozfr.org/news/#v{$release}</link>\n";
0 commit comments