From 76b8e0efaa796c4b246dd6b1f12837c1af662612 Mon Sep 17 00:00:00 2001 From: Eschenko_D Date: Thu, 11 Feb 2021 13:19:17 +0200 Subject: [PATCH] Release 1.1.4 --- CHANGELOG.md | 6 ++++++ README.md | 2 +- Runtime/UserConsent.cs | 2 +- package.json | 2 +- 4 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f748ae..b49c7c8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Clever Ads Solutions Unity Plugin Change Log +## [1.1.4] - 2021-02-11 +### Features +- Remove int parse from string in Audience Definition logic. +### Bug Fixes +- Wrong select year and calculate audience. + ## [1.1.3] - 2021-02-10 ### Bug Fixes - Ability to drag the UserConsentUI prefab to field of consent request parameters. diff --git a/README.md b/README.md index da02246..1a49328 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ Modify `Packages/manifest.json` to the following form: } ], "dependencies": { -"com.cleversolutions.ads.unity": "https://github.com/cleveradssolutions/CAS-Unity-Consent.git#1.1.3" +"com.cleversolutions.ads.unity": "https://github.com/cleveradssolutions/CAS-Unity-Consent.git#1.1.4" } } ``` diff --git a/Runtime/UserConsent.cs b/Runtime/UserConsent.cs index 8a52783..42ac64f 100644 --- a/Runtime/UserConsent.cs +++ b/Runtime/UserConsent.cs @@ -5,7 +5,7 @@ namespace CAS.UserConsent { public static class UserConsent { - public const string version = "1.1.3"; + public const string version = "1.1.4"; /// /// User latest consent status values. diff --git a/package.json b/package.json index 2b9d6ff..0aeda19 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "com.cleversolutions.ads.consent.unity", - "version": "1.1.3", + "version": "1.1.4", "displayName": "CleverAdsSolutions Consent", "description": "Clever Ads Solutions User consent Unity plugin.", "unity": "2017.4",