Skip to content

Commit

Permalink
Add ClassicPress changelog links to About page (#452)
Browse files Browse the repository at this point in the history
Fixes #449.
  • Loading branch information
bahiirwa authored and nylen committed Aug 1, 2019
1 parent a4a2b60 commit 390567e
Showing 1 changed file with 19 additions and 2 deletions.
21 changes: 19 additions & 2 deletions src/wp-admin/about.php
Original file line number Diff line number Diff line change
Expand Up @@ -97,11 +97,28 @@
'https://github.com/ClassicPress/ClassicPress/issues'
); ?>
</p>

<h3><?php _e( 'ClassicPress changelogs' ); ?></h3>
<p>
<?php printf(
/* translators: link to ClassicPress release announcements subforum */
__( 'The changes and new features included in each version of ClassicPress can be found in our <a href="%s"><strong>Release Announcements subforum</strong></a>.' ),
'https://forums.classicpress.net/c/announcements/release-notes'
);
?>
</p>
<h4><?php _e( 'ClassicPress 1.0.0' ); ?></h4>
<p>
<?php printf(
/* translators: link to ClassicPress 1.0.0 changelog */
__( 'For a list of new features and other changes from WordPress 4.9.x, see the <a href="%s"><strong>ClassicPress 1.0.0 (Aurora) release notes</strong></a>.' ),
'https://forums.classicpress.net/t/classicpress-1-0-0-aurora-release-notes/910'
);
?>
</p>
<h3><?php _e( 'WordPress Maintenance and Security Releases' ); ?></h3>
<p>
<?php _e(
'ClassicPress currently includes all changes from the following versions of WordPress:'
'This version of ClassicPress includes all changes from the following versions of WordPress:'
); ?>
<p>
<?php
Expand Down

0 comments on commit 390567e

Please sign in to comment.