Skip to content

Commit

Permalink
Added 3.1.0 to breaking changes info
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael-Herzog committed Apr 20, 2018
1 parent ce26d6a commit 69ca277
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions src/Libraries/SmartStore.Core/SmartStoreVersion.cs
Expand Up @@ -36,12 +36,13 @@ public static class SmartStoreVersion
// A release with breaking changes should definitely have at least
// a greater minor version.
new Version("1.2"),
new Version("1.2.1"), // MC: had to be :-(
new Version("1.2.1"),
new Version("2.0"),
new Version("2.1"),
new Version("2.2"),
new Version("2.5"),
new Version("3.0")
new Version("3.0"),
new Version("3.1")
};

private const string HELP_BASEURL = "https://docs.smartstore.com/display/";
Expand Down Expand Up @@ -111,8 +112,8 @@ public static string GenerateHelpUrl(string languageCode, string path)
public static string GetUserGuideSpaceKey(string languageCode)
{
return languageCode.IsCaseInsensitiveEqual("de")
? "SDDE30"
: "SMNET30";
? "SDDE31"
: "SMNET31";
}

/// <summary>
Expand Down

0 comments on commit 69ca277

Please sign in to comment.