Skip to content

Releases: koderzi/php-github-updater

Release 1.4.0

23 Feb 03:24
138a704

Choose a tag to compare

Version 1.4.0 Release:

  • Add option to clear or keep the most recent downloaded release. Defaulted to true.

Full Changelog: 1.3.3...1.4.0

Release 1.3.3

15 Nov 07:30
62acad6

Choose a tag to compare

Version 1.3.3 Release:

  • General fix

Full Changelog: 1.3.2...1.3.3

Release 1.3.2

04 Jul 08:49

Choose a tag to compare

Version 1.3.2 Release:

  • Revised folder permissions during updates to ensure consistency. Newly created folders will now have permissions set to 0755 instead of the previous setting of 0700 when the folder is not present in the source.

Full Changelog: 1.3.1...1.3.2

Release 1.3.1

03 Jul 23:39

Choose a tag to compare

Version 1.3.1 Release:

  • Enhanced update exclusions by differentiating between source and release.

Full Changelog: 1.3.0...1.3.1

Release 1.3.0

25 Jun 07:41

Choose a tag to compare

Version 1.3.0 Release:

  • Added a new class function for retrieving update status.

Full Changelog: 1.2.0...1.3.0

Release 1.2.0

22 Jun 05:30
dcd8549

Choose a tag to compare

Version 1.2.0 Release:

  • The class has been updated to include the ability to return the update status.

Full Changelog: 1.1.1...1.2.0

Release 1.1.1

18 Jun 02:32
2ebce2e

Choose a tag to compare

Version 1.1.1 Release:

  • The variable $admin, $mailer, $exception are now optional

Full Changelog: 1.1.0...1.1.1

Release 1.1.0

18 Jun 01:57

Choose a tag to compare

Version 1.1.0 Release:

  • New feature: introduced functionality to allows for the exclusion of specific paths and files from updates.
  • Added the capability to locate Composer even if it is not installed globally.

Full Changelog: 1.0.0...1.1.0

Release 1.0.0

15 Jun 02:50

Choose a tag to compare

Version 1.0.0 Release:

  • Introducing GitHub Release Updater, a PHP class for easy project updates from GitHub releases.
  • User-friendly and efficient for maintaining project updates.
  • Easily keep your project up-to-date with GitHub Release Updater.
  • Seamless setup through Composer or direct file integration.
  • For a detailed tutorial on usage, refer to the repository and its readme file.

Full Changelog: https://github.com/koderzi/php-github-updater/commits/1.0.0