diff --git a/Nop.Plugin.Widgets.qBoSlider.csproj b/Baroque.Plugin.Widgets.qBoSlider.csproj similarity index 99% rename from Nop.Plugin.Widgets.qBoSlider.csproj rename to Baroque.Plugin.Widgets.qBoSlider.csproj index c28c623..105e631 100644 --- a/Nop.Plugin.Widgets.qBoSlider.csproj +++ b/Baroque.Plugin.Widgets.qBoSlider.csproj @@ -8,7 +8,7 @@ - net7.0 + net8.0 Copyright © Baroque Team Baroque Team diff --git a/Controllers/qBoConfigurationController.cs b/Controllers/qBoConfigurationController.cs index 084b8e8..6e9121b 100644 --- a/Controllers/qBoConfigurationController.cs +++ b/Controllers/qBoConfigurationController.cs @@ -30,7 +30,7 @@ namespace Nop.Plugin.Widgets.qBoSlider.Controllers /// Represents plugin configuration controller /// [AuthorizeAdmin] - [Area(AreaNames.Admin)] + [Area(AreaNames.ADMIN)] public class qBoConfigurationController : BasePluginController { #region Fields diff --git a/Controllers/qBoSlideController.cs b/Controllers/qBoSlideController.cs index 0be2841..d517903 100644 --- a/Controllers/qBoSlideController.cs +++ b/Controllers/qBoSlideController.cs @@ -39,7 +39,7 @@ namespace Nop.Plugin.Widgets.qBoSlider.Controllers /// Represents plugin slide controller /// [AuthorizeAdmin] - [Area(AreaNames.Admin)] + [Area(AreaNames.ADMIN)] public class qBoSlideController : BasePluginController { #region Fields diff --git a/Controllers/qBoWidgetZoneController.cs b/Controllers/qBoWidgetZoneController.cs index 1ecea5f..aedb569 100644 --- a/Controllers/qBoWidgetZoneController.cs +++ b/Controllers/qBoWidgetZoneController.cs @@ -38,7 +38,7 @@ namespace Nop.Plugin.Widgets.qBoSlider.Controllers /// Represents plugin widget zone controller /// [AuthorizeAdmin] - [Area(AreaNames.Admin)] + [Area(AreaNames.ADMIN)] public class qBoWidgetZoneController : BasePluginController { #region Fields diff --git a/Service/SlideService.cs b/Service/SlideService.cs index 0c66829..ed9f695 100644 --- a/Service/SlideService.cs +++ b/Service/SlideService.cs @@ -17,7 +17,6 @@ using Nop.Plugin.Widgets.qBoSlider.Domain; using Nop.Services.Stores; using System; -using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; diff --git a/plugin.json b/plugin.json index b09520b..d60556d 100644 --- a/plugin.json +++ b/plugin.json @@ -3,9 +3,9 @@ "FriendlyName": "qBoSlider", "SystemName": "Widgets.qBoSlider", "Version": "1.4.4", - "SupportedVersions": [ "4.60" ], + "SupportedVersions": [ "4.70" ], "Author": "Baroque team", "DisplayOrder": 1, - "FileName": "Nop.Plugin.Widgets.qBoSlider.dll", + "FileName": "Baroque.Plugin.Widgets.qBoSlider.dll", "Description": "It's simple slider extention which allow you create multi-language slides." } \ No newline at end of file