Skip to content

Commit 69ca277

Browse files
Added 3.1.0 to breaking changes info
1 parent ce26d6a commit 69ca277

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

src/Libraries/SmartStore.Core/SmartStoreVersion.cs

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,13 @@ public static class SmartStoreVersion
3636
// A release with breaking changes should definitely have at least
3737
// a greater minor version.
3838
new Version("1.2"),
39-
new Version("1.2.1"), // MC: had to be :-(
39+
new Version("1.2.1"),
4040
new Version("2.0"),
4141
new Version("2.1"),
4242
new Version("2.2"),
4343
new Version("2.5"),
44-
new Version("3.0")
44+
new Version("3.0"),
45+
new Version("3.1")
4546
};
4647

4748
private const string HELP_BASEURL = "https://docs.smartstore.com/display/";
@@ -111,8 +112,8 @@ public static string GenerateHelpUrl(string languageCode, string path)
111112
public static string GetUserGuideSpaceKey(string languageCode)
112113
{
113114
return languageCode.IsCaseInsensitiveEqual("de")
114-
? "SDDE30"
115-
: "SMNET30";
115+
? "SDDE31"
116+
: "SMNET31";
116117
}
117118

118119
/// <summary>

0 commit comments

Comments
 (0)