Skip to content

Commit

Permalink
Merge pull request #50 from enupal/develop
Browse files Browse the repository at this point in the history
Adds V2.2.0
  • Loading branch information
andrelopez authored Oct 30, 2023
2 parents 1d9b4c4 + 8518637 commit 19e0c36
Show file tree
Hide file tree
Showing 5 changed files with 9,680 additions and 6,470 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Enupal Backup Changelog

## 2.2.0 - 2023.10.30

### Fixed
- Fixed issue when uploading large backups to S3 ([#48])
- Fixed issue where can delete multiple backups on index page

[#48]: https://github.com/enupal/stripe/issues/48

## 2.1.0 - 2023.10.20

### Added
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "enupal/backup",
"description": "Fully integrated Backup solution for Craft CMS",
"type": "craft-plugin",
"version": "2.1.0",
"version": "2.2.0",
"keywords": [
"craft",
"cms",
Expand Down
8 changes: 8 additions & 0 deletions src/elements/Backup.php
Original file line number Diff line number Diff line change
Expand Up @@ -303,6 +303,14 @@ protected static function defineActions(string $source = null): array
return $actions;
}

/**
* @inheritdoc
*/
public function canDelete(User $user): bool
{
return true;
}

/**
* @inheritdoc
*/
Expand Down
Loading

0 comments on commit 19e0c36

Please sign in to comment.