Skip to content

Commit

Permalink
include system module in default config file
Browse files Browse the repository at this point in the history
  • Loading branch information
damanic committed Oct 18, 2018
1 parent afab695 commit 2a53c17
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions updatecenter/repositories/damanic/info.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,14 @@
'view_info_url' => 'https://github.com/damanic/ls1-module-core/blob/master/readme.md',
'view_releases_url' => 'https://github.com/damanic/ls1-module-core/releases',
),
'system' => array(
'owner' => 'damanic',
'repo' => 'ls1-module-system',
'public' => true,
'default_allow_update' => true,
'view_info_url' => 'https://github.com/damanic/ls1-module-system/blob/master/readme.md',
'view_releases_url' => 'https://github.com/damanic/ls1-module-system/releases',
),
'cms' => array(
'owner' => 'damanic',
'repo' => 'ls1-module-cms',
Expand Down
2 changes: 1 addition & 1 deletion updatecenter/updates/version.dat
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@
#1.2.17 Bugfix: block all repo assigned modules from version checks on lemonstand_update_gateway
#1.2.18 Allow branch updates from github repos that do not have any releases.
#1.2.19 Added modules directory writable check on settings status tab.
#1.2.20 Updated patch for core updates, removes dependancy on v1.lemonstand server availability
#1.2.20 Updated patch for core updates, removes dependency on v1.lemonstand server availability

0 comments on commit 2a53c17

Please sign in to comment.