diff --git a/Assets/Plugins/CountlySDK/Helpers/Constants.cs b/Assets/Plugins/CountlySDK/Helpers/Constants.cs index 8eb2aaef..90f839dd 100644 --- a/Assets/Plugins/CountlySDK/Helpers/Constants.cs +++ b/Assets/Plugins/CountlySDK/Helpers/Constants.cs @@ -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"; diff --git a/Assets/Plugins/Editor/CountlyEditorMenu.cs b/Assets/Plugins/Editor/CountlyEditorMenu.cs index dc7697c2..c3d74684 100644 --- a/Assets/Plugins/Editor/CountlyEditorMenu.cs +++ b/Assets/Plugins/Editor/CountlyEditorMenu.cs @@ -1,6 +1,7 @@ using UnityEngine; using UnityEditor; +#if UNITY_EDITOR public class CountlyEditorMenu { [MenuItem("Countly/SDK Documentation")] @@ -9,3 +10,4 @@ private static void SDKDocumentation() Application.OpenURL("https://support.count.ly/hc/en-us/articles/360037813851-Unity"); } } +#endif diff --git a/CHANGELOG.md b/CHANGELOG.md index e160efef..89b8f0a0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.