Skip to content

Commit

Permalink
VideoPress: Introduce private videos (#22948)
Browse files Browse the repository at this point in the history
Adds settings for controlling VideoPress video privacy. The settings work at two levels of granularity

* Site level: This is set from Jetpack Settings. When it's on, all video views are restricted to site members by default.
* Video Level: An individual video's privacy setting can be changed from the block.

The possible values are:

* Public (this specific video can be viewed by anyone).
* Private (this specific video can be viewed by site members).
* Site default (default for new videos, the video privacy setting follows the site-level setting).

Co-authored-by: John Caruso <johncaruso@gmail.com>
Co-authored-by: Dan Roundhill <dan@automattic.com>
Co-authored-by: thedebian <thedebian@users.noreply.github.com>

Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/2109066003
  • Loading branch information
pgk authored and matticbot committed Apr 7, 2022
1 parent cf18e1e commit 6e67348
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

This is an alpha version! The changes listed here are not final.

### Added
- Adding new site option to be synced.

## [1.30.6] - 2022-04-06
### Changed
- Updated package dependencies.
Expand Down
1 change: 1 addition & 0 deletions src/class-defaults.php
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,7 @@ class Defaults {
'wpcom_is_fse_activated',
'wpcom_publish_comments_with_markdown',
'wpcom_publish_posts_with_markdown',
'videopress_private_enabled_for_site',
);

/**
Expand Down

0 comments on commit 6e67348

Please sign in to comment.