Skip to content

Commit

Permalink
Update About
Browse files Browse the repository at this point in the history
  • Loading branch information
Studio384 committed Jul 18, 2018
1 parent 51f1a93 commit 50c1870
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions backstage/about.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
<h4><i class="fas fa-fw fa-wrench"></i> <?php _e('Improved', 'luna') ?></h4>
<p><?php _e('Emoji shortcodes are now case insensitive', 'luna') ?></p>
<p><?php _e('Luna now uses modern emoji shortcodes for new installations and adds them to old installations', 'luna') ?></p>
<p><?php _e('Maintenance mode now throws a HTTP/503 code instead of HTTP/200', 'luna') ?></p>
<h4><i class="fas fa-fw fa-server"></i> <?php _e('System', 'luna') ?></h4>
<p><?php _e('Bootstrap has been updated from version 4.1.1 to 4.1.2', 'luna') ?></p>
<h4><i class="fas fa-fw fa-exchange-alt"></i> <?php _e('Changed', 'luna') ?></h4>
Expand Down Expand Up @@ -135,6 +136,15 @@
<p><?php _e('It is no longer possible to enable smilies', 'luna') ?></p>
<p><?php _e('Support for update rings has been removed', 'luna') ?></p>
</section>
<section class="release-notes">
<h2><span class="version-name">Emerald Update 12 <small>2.0.12</small></span></h2>
<h4><i class="fas fa-fw fa-plus"></i> <?php _e('New', 'luna') ?></h4>
<p><?php _e('Support for more modern emoji shortcode like Luna 2.1', 'luna') ?></p>
<h4><i class="fas fa-fw fa-wrench"></i> <?php _e('Improved', 'luna') ?></h4>
<p><?php _e('Maintenance mode now throws a HTTP/503 code instead of HTTP/200', 'luna') ?></p>
<h4><i class="fas fa-fw fa-exchange-alt"></i> <?php _e('Changed', 'luna') ?></h4>
<p><?php _e('Emoji have been remapped to better represent their text-version and match Luna 2.1', 'luna') ?></p>
</section>
<section class="release-notes">
<h2><span class="version-name">Emerald Update 11 <small>2.0.11</small></span></h2>
<h4><i class="fas fa-fw fa-bug"></i> <?php _e('Fixed', 'luna') ?></h4>
Expand Down

0 comments on commit 50c1870

Please sign in to comment.