Skip to content

Commit

Permalink
Merge branch 'craft-4' of https://github.com/verbb/zen into craft-5
Browse files Browse the repository at this point in the history
# Conflicts:
#	composer.json
  • Loading branch information
engram-design committed Mar 4, 2024
2 parents f775e7c + 5a8f48a commit be1c1d0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 1.0.3 - 2024-03-04

### Fixed
- Fix order of operations when uninstalling the plugin.

## 1.0.2 - 2023-12-08

### Added
Expand Down
2 changes: 1 addition & 1 deletion src/migrations/Install.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ public function safeUp(): bool

public function safeDown(): bool
{
$this->dropProjectConfig();
$this->dropForeignKeys();
$this->removeTables();
$this->dropProjectConfig();

return true;
}
Expand Down

0 comments on commit be1c1d0

Please sign in to comment.