Releases: damanic/ls1-module-updatecenter
Releases · damanic/ls1-module-updatecenter
1.2.9
Added support for GitHub authentication and private repositories.
Personal access token can be added to:
- lift API request limit
- access private repositories
The github token entered on the backend settings page is used for all github API requests by default. The config file can be used to set a different token for each repo. See updated readme.md
1.2.8
Added support for edge updates from forks, plus more user control over backend settings
- 'Bleeding Edge' updates can be pulled from a different owner/repo/branch than the parent repo.
- In the backend settings you can now select each repo you wish to use from a config file.
1.2.7
1.2.6
1.2.5
1.2.4
1.2.3
Git driver updated to allow the repo config file to force bleeding edge updates.
'git_use_branch' can be added as a module parameter in the repo config file. Optionally set this to the branch you would like to update from.
With this parameter set the update will come direct from the branches latest commit instead of the latest official release.
Eg.
modules' => array(
'shop' => array(
'owner' => 'damanic',
'repo' => 'ls1-module-shop',
'git_use_branch' =>'master'
)
)