Skip to content

Commit

Permalink
Merge branch 'release/6.32.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
vc-ci committed Oct 23, 2023
2 parents b040edb + 66dd096 commit 7dd0286
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<Authors>VirtoCommerce</Authors>
</PropertyGroup>
<PropertyGroup>
<VersionPrefix>6.31.0</VersionPrefix>
<VersionPrefix>6.32.0</VersionPrefix>
<VersionSuffix></VersionSuffix>
<VersionSuffix Condition=" '$(VersionSuffix)' != '' AND '$(BuildNumber)' != '' ">$(VersionSuffix)-$(BuildNumber)</VersionSuffix>
</PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion VirtoCommerce.Storefront/Controllers/CommonController.cs
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ public ActionResult Maintenance()
/// </summary>
/// <param name="url">URL to redirect</param>
/// <returns>Redirect to URL</returns>
[HttpGet]
[HttpOptions]
public ActionResult InternalRedirect([FromRoute] string url)
{
return StoreFrontRedirectPermanent(url);
Expand Down

0 comments on commit 7dd0286

Please sign in to comment.