Releases: koderzi/php-github-updater
Releases · koderzi/php-github-updater
Release 1.4.0
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
Release 1.3.2
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
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
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
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
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
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
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