Luiz Kowalski
Luiz Kowalski
Relates to #26479. #### Changes proposed in this Pull Request: * Register `videopress/v1/stats` endpoint to return general video stats * Return the counter of plays for today, using the information...
Part of #37458. This change will make the upgrade button from the upgrade prompt/nudge opens on a new tab instead of redirecting the editor tab. ## Proposed changes: * Add...
We want all the editor upgrade call to actions to open on a new tab when clicked. We have upgrade call to actions on: - the usage panel - other...
Example: If the current tier is 200 and the current period usage is 201, the `site-requires-upgrade` should be true. Same for `has-feature` and all the other fields. --- Some conversation...
The VideoPress video dashboard uses the core `/media` endpoint to list and search videos, but [it does an unauthenticated request](https://github.com/Automattic/jetpack/blob/trunk/projects/packages/videopress/src/client/state/resolvers.js#L139) to it. Some users may want to turn the core...
This was reported by an user: > My post had no text content blocks, just a title and custom HTML code. > When I try to generate a featured image...
The behavior created by https://github.com/Automattic/jetpack/pull/35263 is not working anymore. Steps to reproduce: - go to the block editor, add some content and save the draft - go to the Jetpack...