Skip to content

Commit

Permalink
Merge pull request #22 from iAlexeyProkhorov/NopCommerce_4.70.3
Browse files Browse the repository at this point in the history
Plugin adaptation for nopCommerce 4.70.3
  • Loading branch information
iAlexeyProkhorov authored Jul 1, 2024
2 parents fcc038d + a69ebdc commit df702ef
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</PropertyGroup>

<PropertyGroup>
<TargetFramework>net7.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
<Copyright>Copyright © Baroque Team</Copyright>
<Company></Company>
<Authors>Baroque Team</Authors>
Expand Down
2 changes: 1 addition & 1 deletion Controllers/qBoConfigurationController.cs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ namespace Nop.Plugin.Widgets.qBoSlider.Controllers
/// Represents plugin configuration controller
/// </summary>
[AuthorizeAdmin]
[Area(AreaNames.Admin)]
[Area(AreaNames.ADMIN)]
public class qBoConfigurationController : BasePluginController
{
#region Fields
Expand Down
2 changes: 1 addition & 1 deletion Controllers/qBoSlideController.cs
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ namespace Nop.Plugin.Widgets.qBoSlider.Controllers
/// Represents plugin slide controller
/// </summary>
[AuthorizeAdmin]
[Area(AreaNames.Admin)]
[Area(AreaNames.ADMIN)]
public class qBoSlideController : BasePluginController
{
#region Fields
Expand Down
2 changes: 1 addition & 1 deletion Controllers/qBoWidgetZoneController.cs
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ namespace Nop.Plugin.Widgets.qBoSlider.Controllers
/// Represents plugin widget zone controller
/// </summary>
[AuthorizeAdmin]
[Area(AreaNames.Admin)]
[Area(AreaNames.ADMIN)]
public class qBoWidgetZoneController : BasePluginController
{
#region Fields
Expand Down
1 change: 0 additions & 1 deletion Service/SlideService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down
4 changes: 2 additions & 2 deletions plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -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."
}

0 comments on commit df702ef

Please sign in to comment.