Skip to content

Commit

Permalink
Build bug caused by menu item fixed (#178)
Browse files Browse the repository at this point in the history
* Build bug caused by menu item fixed

* constants updated

* Update CHANGELOG.md

---------

Co-authored-by: Artūrs Kadiķis <[email protected]>
  • Loading branch information
AliRKat and ArtursKadikis authored Oct 24, 2023
1 parent 3a3b1ef commit 34255a2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Assets/Plugins/CountlySDK/Helpers/Constants.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ namespace Plugins.CountlySDK.Helpers
{
internal class Constants
{
public const string SdkVersion = "23.06.0";
public const string SdkVersion = "23.06.1";

#if UNITY_EDITOR
public const string SdkName = "csharp-unity-editor";
Expand Down
2 changes: 2 additions & 0 deletions Assets/Plugins/Editor/CountlyEditorMenu.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
using UnityEngine;
using UnityEditor;

#if UNITY_EDITOR
public class CountlyEditorMenu
{
[MenuItem("Countly/SDK Documentation")]
Expand All @@ -9,3 +10,4 @@ private static void SDKDocumentation()
Application.OpenURL("https://support.count.ly/hc/en-us/articles/360037813851-Unity");
}
}
#endif
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
## XX.XX.X
## 23.06.1
* Added app version metric to every request sent.
* Fixed a bug that caused build issues when not running inside the editor.

## 23.06.0
* Deprecated "CrushReports" and "OptionalParameters" getters, in "Countly" class are removed.
Expand Down

0 comments on commit 34255a2

Please sign in to comment.