sylvainjule / kirby-backups

Manage backups from the Kirby panel
MIT License
37 stars 2 forks source link

Compatiblity with Kirby Janitor v3+ #8

Closed tobimori closed 10 months ago

tobimori commented 1 year ago
CleanShot 2022-12-18 at 14 49 17@2x

throws this error when trying to open the area.

luglio7 commented 1 year ago

same here

kosmar commented 10 months ago

same

sylvainjule commented 10 months ago

Compatibility issue is fixed! Breaking change: the prefix option name needs to be updated.

// from
'bnomei.janitor.backupzip.prefix' => 'backup-',

// to
'sylvainjule.backups.prefix' => 'backup-',