Skip to content

Commit e7e4a43

Browse files
committed
version update
1 parent 68b11df commit e7e4a43

File tree

126 files changed

+101
-3139
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

126 files changed

+101
-3139
lines changed

Assets/Plugins/GameJolt/Scripts/API/Constants.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
{
33
public static class Constants
44
{
5-
public const string Version = "2.3.1";
5+
public const string Version = "2.4.0";
66

77
public const string ApiProtocol = "https://";
88
public const string ApiRoot = "gamejolt.com/api/game/";

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file.
33
This project adheres to [Semantic Versioning](http://semver.org/).
44

55
## [Unreleased][Unreleased]
6+
7+
## [2.4.0][v2_4_0] (2018-05-04)
8+
#### :warning: "BigRefactor"-Update, contains breaking changes
9+
610
### Add
711
- Added LogHelper class and LogLevel setting. All log messages with a level below the provided one are discarded. (see issue [#2](https://github.com/InfectedBytes/gj-unity-api/issues/2))
812

@@ -123,7 +127,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
123127

124128
Initial release
125129

126-
[Unreleased]: https://github.com/InfectedBytes/gj-unity-api/compare/v2.3.1...HEAD
130+
[Unreleased]: https://github.com/InfectedBytes/gj-unity-api/compare/v2.4.0...HEAD
131+
[v2_4_0]: https://github.com/InfectedBytes/gj-unity-api/tree/v2.4.0
127132
[v2_3_1]: https://github.com/InfectedBytes/gj-unity-api/tree/v2.3.1
128133
[v2_3_0]: https://github.com/InfectedBytes/gj-unity-api/tree/v2.3.0
129134
[v2_2_0]: https://github.com/InfectedBytes/gj-unity-api/tree/v2.2.0

Documentation/Doxyfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ PROJECT_NAME = "Game Jolt Unity API"
3838
# could be handy for archiving the generated documentation or if some version
3939
# control system is used.
4040

41-
PROJECT_NUMBER = v2.3.1
41+
PROJECT_NUMBER = v2.4.0
4242

4343
# Using the PROJECT_BRIEF tag one can provide an optional one line description
4444
# for a project that appears at the top of each page and should give viewer a

Documentation/Output/html/annotated.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
-246 Bytes
Binary file not shown.
-229 Bytes
Binary file not shown.

Documentation/Output/html/class_game_jolt_1_1_a_p_i_1_1_constants-members.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Documentation/Output/html/class_game_jolt_1_1_a_p_i_1_1_constants.html

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Documentation/Output/html/class_game_jolt_1_1_a_p_i_1_1_core_1_1_mono_singleton-members.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Documentation/Output/html/class_game_jolt_1_1_a_p_i_1_1_core_1_1_mono_singleton.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)