Skip to content

Releases: consolidation/self-update

3.0.0-alpha2

09 Sep 21:25
3d7304a
Compare
Choose a tag to compare
3.0.0-alpha2 Pre-release
Pre-release

What's Changed

Full Changelog: 3.0.0-alpha1...3.0.0-alpha2

3.0.0-alpha1

27 Aug 17:19
3476c5e
Compare
Choose a tag to compare
3.0.0-alpha1 Pre-release
Pre-release

Breaking changes

This major release includes a breaking change to how the SelfUpdateCommand is constructed.

Old style:

$cmd = new SelfUpdateCommand('wonder', '1.2', 'kporras07/self-update-fixture');

New style:

$selfUpdateManager = new SelfUpdateManager('wonder', '1.2', 'kporras07/self-update-fixture');
$cmd = new SelfUpdateCommand($selfUpdateManager);

Applications can now store $selfUpdateManager and call $selfUpdateManager->isUpToDate() and $selfUpdateManager->getLatestReleaseFromGitHub() in order to check for updates without invoking the full self-update command. See #34 for details and links to reference implementations.

What's Changed

New Contributors

Full Changelog: 2.2.0...3.0.0-alpha1

2.2.0

09 Jun 14:11
972a101
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.1.0...2.2.0

2.1.0

21 Feb 20:56
714b09f
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.0.5...2.1.0

2.0.5

09 Feb 23:49
8a64bdd
Compare
Choose a tag to compare

What's Changed

  • Do not update if current version is greater than latest release. by @kporras07 in #18

Full Changelog: 2.0.4...2.0.5

2.0.4

08 Feb 16:27
48d3bfa
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.0.3...2.0.4