Skip to content

Commit ca98766

Browse files
committed
SERXIONE-6655: Xumo Content Store - Age Ratings
SERXIONE-6655: Xumo Content Store - Age Ratings - Failure in get/setBlockNotRatedContent Thunder API call. Fixed versions Reason for Change: Matching curl calls to spec. Test Procedure: Run usersettings curl commands on box. Risks: HIGH Priority: P0
1 parent 9c53189 commit ca98766

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

UserSettings/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ All notable changes to this RDK Service will be documented in this file.
1616

1717
* For more details, refer to [versioning](https://github.com/rdkcentral/rdkservices#versioning) section under Main README.
1818

19+
## [2.0.0] - 2025-01-08
20+
### Updated
21+
- Updated input param names for pinControl, liveWatershed, playbackWatershed, blockNotRatedContent, pinOnPurchase properties.
22+
1923
## [1.2.0] - 2024-09-17
2024
### Added
2125
- Added ParentalControl new properties in Usersetttings.

UserSettings/UserSettings.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@
1919

2020
#include "UserSettings.h"
2121

22-
#define API_VERSION_NUMBER_MAJOR 1
23-
#define API_VERSION_NUMBER_MINOR 1
24-
#define API_VERSION_NUMBER_PATCH 2
22+
#define API_VERSION_NUMBER_MAJOR 2
23+
#define API_VERSION_NUMBER_MINOR 0
24+
#define API_VERSION_NUMBER_PATCH 0
2525

2626
namespace WPEFramework
2727
{

0 commit comments

Comments
 (0)