Skip to content

Releases: damanic/ls1-module-updatecenter

1.2.9

03 Dec 18:42
Compare
Choose a tag to compare

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

02 Dec 15:23
Compare
Choose a tag to compare

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

28 Nov 23:42
Compare
Choose a tag to compare

Fix for updateCenter_Helper

  • fixed issue: #4

1.2.6

18 Nov 23:27
Compare
Choose a tag to compare

Minor bugfix: Fixed cancel button on setup page: /updatecenter/setup/

1.2.5

28 Oct 23:02
Compare
Choose a tag to compare

Updated default config file

1.2.4

28 Oct 21:34
Compare
Choose a tag to compare

Bugfix: UpdateCenter_Repository_github::get_latest_version_zip_size() was returning wrong size when 'git_use_branch' option set.

1.2.3

28 Oct 20:20
Compare
Choose a tag to compare

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'
                    )
)

1.2.2

28 Oct 19:27
Compare
Choose a tag to compare

Allows the update manager to force a fresh install of latest repository versions.

1.2.1

28 Oct 18:47
Compare
Choose a tag to compare

First release

1.1.4

28 Oct 08:14
Compare
Choose a tag to compare
1.1.4 Pre-release
Pre-release

Adds option to patch lemonstand core module for compatibility with this update center