We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f136423 commit f410d20Copy full SHA for f410d20
src/Commands/UpdateCommand.php
@@ -82,8 +82,6 @@ private function updatePlugin($currentVersion)
82
return;
83
}
84
85
- $currentVersion = '0.0.96';
86
-
87
if (str_starts_with($currentVersion, 'dev') || ! str_contains($currentVersion, '.')) {
88
89
@@ -96,7 +94,7 @@ private function updatePlugin($currentVersion)
96
94
97
95
98
99
- if ($versionParts[0] === '0' && $versionParts[1] === '0') {
+ if ($versionParts[0] === '0' && $versionParts[1] === '0' && $versionParts[2] === '96') {
100
$this->forcePublishMigrations = true;
101
$this->forceRunMigration = true;
102
0 commit comments