Skip to content

Commit

Permalink
v1.0 rc7
Browse files Browse the repository at this point in the history
  • Loading branch information
dragomano committed Jul 6, 2020
1 parent f946903 commit bfd2ed5
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.0rc6',
'LP_RELEASE_DATE' => '2020-06-11',
'LP_VERSION' => 'v1.0rc7',
'LP_RELEASE_DATE' => '2020-07-06',
'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 rc6</version>
<version>1.0 rc7</version>
<type>modification</type>

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

0 comments on commit bfd2ed5

Please sign in to comment.