Skip to content

Tags: koderzi/php-github-updater

Tags

1.8.0

Toggle 1.8.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Adds support for additional info in Updater class


Extends the Updater constructor to accept an optional `info` parameter 
to include additional information about updates. 

Updates the display logic to show this information in the update details 
table, improving transparency for users regarding the update process.

1.7.1

Toggle 1.7.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Enhances logging mechanism for log file management


Implements logging for the deletion of excess log files 
Adds notification for saving log files to improve traceability.

Ensures users are informed about log cleanup actions.

1.7.0

Toggle 1.7.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Adds documentation for maxLogs option in updater


Includes a new optional parameter, `$maxLogs`, in the updater documentation to specify the maximum number of log files to maintain, defaulting to 30. 

Clarifies user instructions for handling automatic updates.

1.6.0

Toggle 1.6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix readme

1.5.5

Toggle 1.5.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
update the variable in mail() function

1.5.4

Toggle 1.5.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #1 from dbuerer/patch-1

Update README.md

1.5.3

Toggle 1.5.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add more info in error message in email

1.5.2

Toggle 1.5.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Change folder directory in downloaded archive

1.5.1

Toggle 1.5.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Refactor file path and filename exclusions


Refactored the path and filename exclusion logic to improve maintainability and flexibility. Removed unnecessary file from filename exclusions. Updated the 'upgrade exclude' log to include additional excluded filenames.

1.5.0

Toggle 1.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add option to set the update directory, default to current working di…

…rectory. Remove composer automatic update.