From a5982e2f62ff05ab650009b258cb839fb089d90e Mon Sep 17 00:00:00 2001 From: iAlexeyProkhorov Date: Sat, 27 Mar 2021 22:40:42 +0200 Subject: [PATCH] Update to version 1.3.2. - Fixed plugin uninstallation bug, which drop all site by can't found 'Baroque_qBoSlider_Slide' table; --- Data/SchemaMigration.cs | 38 -------------------------------------- plugin.json | 2 +- 2 files changed, 1 insertion(+), 39 deletions(-) delete mode 100644 Data/SchemaMigration.cs diff --git a/Data/SchemaMigration.cs b/Data/SchemaMigration.cs deleted file mode 100644 index 176261a..0000000 --- a/Data/SchemaMigration.cs +++ /dev/null @@ -1,38 +0,0 @@ -//Copyright 2020 Alexey Prokhorov - -//Licensed under the Apache License, Version 2.0 (the "License"); -//you may not use this file except in compliance with the License. -//You may obtain a copy of the License at - -// http://www.apache.org/licenses/LICENSE-2.0 - -//Unless required by applicable law or agreed to in writing, software -//distributed under the License is distributed on an "AS IS" BASIS, -//WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -//See the License for the specific language governing permissions and -//limitations under the License. - - -using FluentMigrator; -using Nop.Data.Migrations; -using Nop.Plugin.Widgets.qBoSlider.Domain; - -namespace Nop.Plugin.Widgets.qBoSlider.Data -{ - [SkipMigrationOnUpdate] - [NopMigration("2020/05/24 15:33:23:6455432", "Widgets.qBoSlider base schema")] - public class SchemaMigration : AutoReversingMigration - { - protected IMigrationManager _migrationManager; - - public SchemaMigration(IMigrationManager migrationManager) - { - _migrationManager = migrationManager; - } - - public override void Up() - { - _migrationManager.BuildTable(Create); - } - } -} diff --git a/plugin.json b/plugin.json index 2d8023c..b8e4984 100644 --- a/plugin.json +++ b/plugin.json @@ -2,7 +2,7 @@ "Group": "Widgets", "FriendlyName": "qBoSlider", "SystemName": "Widgets.qBoSlider", - "Version": "1.3.1", + "Version": "1.3.2", "SupportedVersions": [ "4.30" ], "Author": "Baroque team", "DisplayOrder": 1,