Forráskód Böngészése

operator-guide: drop duplicate YPP section (#4361)

* Changelog and version bump

* operator-guide: drop duplicate YPP section

---------

Co-authored-by: attemka <attemka@gmail.com>
l1.media 1 éve
szülő
commit
fced62cfc9
3 módosított fájl, 30 hozzáadás és 8 törlés
  1. 29 0
      CHANGELOG.md
  2. 0 7
      docs/operator-guide.md
  3. 1 1
      packages/atlas/package.json

+ 29 - 0
CHANGELOG.md

@@ -5,6 +5,35 @@ All notable changes to this project will be documented in this file.
 The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
 and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
 
+## [3.3.6] - 2023-06-23
+
+### Changed
+
+- Changed YPP rewards
+- Improved request size on video page
+- Analytics plugins removed from bundle if not initialised
+
+### Fixed
+
+- Fixed storage bucket blacklisting
+
+## [3.3.5] - 2023-06-09
+
+### Added
+
+- Added FORCED_MAINTENANCE env variable
+- Added Ukrainian language
+- Added Segment, Google Analytics, Google Optimize tracking tools
+
+### Changed
+
+- Changed Terms and Conditions, Privacy Policy
+- Changed content category message copy
+
+### Fixed
+
+- Fixed QN sync issue
+
 ## [3.3.4] - 2023-06-07
 
 ### Fixed

+ 0 - 7
docs/operator-guide.md

@@ -167,13 +167,6 @@ joystream-cli content:createVideoCategory "My category" "My category description
 
 Once you run the above command, you can use the query above with a `orderBy: createdAt_DESC` argument to get the ID of the newly created category. You can then add it to the `content.categories` config entry.
 
-#### YouTube Partner Program
-
-All the YPP (YouTube Partner Program) parameters could be found in `atlas.config.yml` file located in `packages/atlas` directory.
-`features.ypp` section contains all the necessary params for setting up [youtube-synch](https://github.com/Joystream/youtube-synch/) and customizing user's rewards.
-
-Once youtube-synch is setup, you'll need to provide its API URL in `youtubeSyncApiUrl` variable.
-
 In order to enable YPP content in atlas, `googleConsoleClientId` variable needs to be provided. You can read more about it [here](https://developers.google.com/identity/gsi/web/guides/get-google-api-clientid).
 
 #### Terms of Service, Copyright Policy and Privacy Policy

+ 1 - 1
packages/atlas/package.json

@@ -1,7 +1,7 @@
 {
   "name": "@joystream/atlas",
   "description": "UI for consuming Joystream - a user governed video platform",
-  "version": "3.3.4",
+  "version": "3.3.6",
   "license": "GPL-3.0",
   "scripts": {
     "start": "vite",