Skip to content

Commit 6c5c37a

Browse files
authored
Merge pull request #83 from LaswitchTech/dev
General: Version bumped to v0.0.83
2 parents f6a7760 + 2d9eff3 commit 6c5c37a

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

Command/CoreCommand.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -252,6 +252,9 @@ public function compileAction()
252252
// Retrieve the list of plugins
253253
$plugins = array_diff(scandir($path), array('..', '.','.DS_Store'));
254254

255+
// Clear the Definition directory
256+
$this->Helper->Core->delete($this->Config->root() . DIRECTORY_SEPARATOR . "Definition");
257+
255258
// Check if Database is connected
256259
if($DATABASE->isConnected()){
257260

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v0.0.82
1+
v0.0.83

0 commit comments

Comments
 (0)