Skip to content

Commit

Permalink
Luna 2.0.15
Browse files Browse the repository at this point in the history
  • Loading branch information
Studio384 committed Oct 26, 2020
1 parent 769203b commit 10bcb3f
Show file tree
Hide file tree
Showing 7 changed files with 486 additions and 456 deletions.
10 changes: 10 additions & 0 deletions backstage/about.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,16 @@
<h3 class="panel-title"><?php printf(__('About Luna %s %s', 'luna'), Version::LUNA_VERSION, Version::LUNA_CODE_NAME) ?></h3>
</div>
<div class="panel-body">
<section class="release-notes">
<div class="container">
<h2 class="clearfix"><span class="version-name">Emerald Update 15 <small>2.0.15</small></span></h2>
<ul class="changes">
<li><div class="stater"><em class="state state-system"><?php _e('System', 'luna') ?></em></div><?php _e('Support for PHP 7.4', 'luna') ?></li>
<li><div class="stater"><em class="state state-improved"><?php _e('Improved', 'luna') ?></em></div><?php _e('Font Awesome updated from version 5.12.0 to 5.15.1', 'luna') ?></li>
<li><div class="stater"><em class="state state-improved"><?php _e('Improved', 'luna') ?></em></div><?php _e('jQuery updated from version 3.4.1 to 3.5.1', 'luna') ?></li>
</ul>
</div>
</section>
<section class="release-notes">
<div class="container">
<h2 class="clearfix"><span class="version-name">Emerald Update 14 <small>2.0.14</small></span></h2>
Expand Down
4 changes: 2 additions & 2 deletions backstage/update.php
Original file line number Diff line number Diff line change
Expand Up @@ -188,11 +188,11 @@
</tr>
<tr>
<td><?php _e('Font Awesome version', 'luna') ?></td>
<td>5.12.0</td>
<td>5.15.1</td>
</tr>
<tr>
<td><?php _e('jQuery version', 'luna') ?></td>
<td>3.4.1</td>
<td>3.5.1</td>
</tr>
</tbody>
</table>
Expand Down
6 changes: 3 additions & 3 deletions include/version.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
*/

class Version {
const LUNA_VERSION = '2.0.14';
const LUNA_VERSION = '2.0.15';
const LUNA_BRANCH = '2.0';
const LUNA_CORE_VERSION = '2.0.5836';
const LUNA_CORE_VERSION = '2.0.5840';
const LUNA_CODE_NAME = 'Emerald';

// The database version number, every change in the database requires this number to go one up
Expand All @@ -21,7 +21,7 @@ class Version {
const LUNA_SI_VERSION = '2.0';

// Luna system requirements
const MIN_PHP_VERSION = '5.3.0';
const MIN_PHP_VERSION = '5.6.0';
const MIN_MYSQL_VERSION = '5.0.0';
const MIN_PGSQL_VERSION = '8.0.0';
}
Expand Down
Binary file modified lang/English/luna.mo
Binary file not shown.
Loading

0 comments on commit 10bcb3f

Please sign in to comment.