PluginProbe
ووسلام – همگام سازی ووکامرس و باسلام / 1.10.19
ووسلام – همگام سازی ووکامرس و باسلام v1.10.19
1.10.19 1.10.20 1.10.18 1.10.17 1.10.15 1.10.14 1.10.13 1.10.12 1.10.10 1.10.9 1.10.8 1.10.7 1.10.6 1.10.5 1.10.4 1.10.3 1.10.2 1.10.1 1.10.0 1.9.2 1.9.1 1.9.0 1.8.8 1.8.5 1.8.6 All 53 releases
← All changes | includes/Migrations/MigrationManager.php +6 -0 1.8.61.10.19 View file →
@@ -11,8 +11,11 @@
11 11 use SyncBasalam\Migrations\Versions\Migration_1_7_8;
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 +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;
15 18
16 19 defined('ABSPATH') || exit;
17 20
18 21 class MigrationManager
@@ -31,8 +34,11 @@
31 34 '1.7.8' => new Migration_1_7_8(),
32 35 '1.8.0' => new Migration_1_8_0(),
33 36 '1.8.1' => new Migration_1_8_1(),
34 37 '1.8.5' => new Migration_1_8_5(),
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(),
35 41 ];
36 42 }
37 43
38 44 public function runMigrations($currentVersion, $newVersion)