| @@ -12,8 +12,10 @@ | ||
| 12 | 12 | use SyncBasalam\Migrations\Versions\Migration_1_8_0; |
| 13 | 13 | use SyncBasalam\Migrations\Versions\Migration_1_8_1; |
| 14 | 14 | use SyncBasalam\Migrations\Versions\Migration_1_8_5; |
| 15 | 15 | use SyncBasalam\Migrations\Versions\Migration_1_8_7; |
| 16 | +use SyncBasalam\Migrations\Versions\Migration_1_10_6; | |
| 17 | +use SyncBasalam\Migrations\Versions\Migration_1_10_8; | |
| 16 | 18 | |
| 17 | 19 | defined('ABSPATH') || exit; |
| 18 | 20 | |
| 19 | 21 | class MigrationManager |
| @@ -33,8 +35,10 @@ | ||
| 33 | 35 | '1.8.0' => new Migration_1_8_0(), |
| 34 | 36 | '1.8.1' => new Migration_1_8_1(), |
| 35 | 37 | '1.8.5' => new Migration_1_8_5(), |
| 36 | 38 | '1.8.7' => new Migration_1_8_7(), |
| 39 | + '1.10.6' => new Migration_1_10_6(), | |
| 40 | + '1.10.8' => new Migration_1_10_8(), | |
| 37 | 41 | ]; |
| 38 | 42 | } |
| 39 | 43 | |
| 40 | 44 | public function runMigrations($currentVersion, $newVersion) |