Skip to content

Commit

Permalink
v1.0 rc6
Browse files Browse the repository at this point in the history
  • Loading branch information
dragomano committed Jun 11, 2020
1 parent 49193cd commit 064f77e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Sources/LightPortal/Integration.php
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,8 @@ public static function userInfo()

$lp_constants = [
'LP_NAME' => 'Light Portal',
'LP_VERSION' => 'v1.0rc5',
'LP_RELEASE_DATE' => '2020-05-16',
'LP_VERSION' => 'v1.0rc6',
'LP_RELEASE_DATE' => '2020-06-11',
'LP_DEBUG' => !empty($modSettings['lp_show_debug_info']) && $user_info['is_admin'],
'LP_ADDONS' => $sourcedir . '/LightPortal/addons',
'LP_CACHE_TIME' => $modSettings['lp_cache_update_interval'] ?? 3600
Expand Down
2 changes: 1 addition & 1 deletion package-info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package-info xmlns="http://www.simplemachines.org/xml/package-info" xmlns:smf="http://www.simplemachines.org/">
<id>Bugo:LightPortal</id>
<name>Light Portal</name>
<version>1.0 rc5</version>
<version>1.0 rc6</version>
<type>modification</type>

<install for="2.1.*">
Expand Down

0 comments on commit 064f77e

Please sign in to comment.