- Added Craft CMS 5 support
- Fixed issue when uploading large backups to S3 (#48)
- Fixed issue where can delete multiple backups on index page
- Added support to remove settings when
allowAdminChanges
is disabled (#46)
- Fixed bug where assets were not added on backups (#45)
- Fixed bug where the backup ID link disappears on the Backups view on the CP.
- Added Craft CMS 4 support
{tip} This release fixes an issue with Amazon SQS queue service, if you have scheduled backups via Webhook you need to add an additional cronjob, instructions under Enupal Backup -> Settings -> Schedule docs. We recommend update to this version as the performance is improved. Enjoy!
- Fixed issue with Amazon SQS queue service
- Removed "Run job in background" setting
- Added support for Craft CMS 3.4.x
- Added the
useExec
setting
- Added the
runJobInBackground
setting
- Fixed failed enupal backup job tasks
- Fixed stalled enupal-backup tasks
- Improved stalling "running" backups
- Improved "running" backups
- Added support for Craft 3.2
- Added useCurl setting
- Added support for project config and environmental variables
- Improved log behavior
- Added Port to FTP settings
- Improved Enupal Backup log messages
- Improved Enupal Backup process and log messages
- Improved Enupal Backup process on linux servers
- Improved Enupal Backup process
- Added
$backup
to the Notification email event. More info
- Fixed installation error on Craft 3.1
- Fixed
Column not found: 1054 Unknown column 'settings'
error on Craft 3.1
- Fixed error when installing or updating the plugin
- Added the
Backup::$app->backups->processPendingBackups()
method. Called on Webhook calls and control panel requests
- Improved Enupal Backup process
- Added support to Google Drive
- Improved sync error messages on view backup page
- Added compress with bzip2 setting to database
- Improved code conventions and fixed bug where missing param.
- Improved code conventions.
- Added apply compress setting
- Fixed issue with Craft CMS 3.0.20
- Added template overrides to notifications
- Added
beforeSendNotificationEmail
event - Added migration to finish all pending backups that stuck in progress for versions less than 1.1.5
- Added primarySiteUrl setting to avoid problems in console commands
- Fixed bug when adding PgDump Path
- Fixed bug where finished webhook was not working on console commands
- Added support to backup the Web Root directory.
- Improved readme file
- Fixed scenario where Config Files download button should not be displayed
- Added Config Files as option to backup
- Added Max Execution setting
- Fixed bug where if added more that one asset just taken the last one
- Fixed bug where if the Asset volume was using the
@webroot
alias in the path the asset was ignored
- Improved Dropbox validation and instructions.
- Fixed bug related to reflection class not found in some scenarios.
- Improved general performance
- Improved Amazon S3 upload files
- Added Plugin name override setting
- Improved code inspections
- Added PSR2 support
- Added refresh elements index after backup
- Improved webhook example
- Improved code conventions
- Updated phpbu to 5.0.9
- Fixed bug on error modal window
- Updated sidebar to craftcms styles
- Added require Craft cms rc1 or higher
- Improved UI on view backup
- Improved install migration
- Improved code conventions
- Improved delete logs backup file after delete element
- Fixed bug with
tablePrefix
query
- Initial release