Skip to content

Commit

Permalink
Updated package versions for automattic/jetpack-videopress-plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
kraftbj authored and matticbot committed Sep 6, 2024
1 parent ea024b7 commit 8fef4c2
Show file tree
Hide file tree
Showing 46 changed files with 643 additions and 818 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ 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/).

## 2.1 - 2024-09-06
### Changed
- Internal updates.

## 2.0 - 2024-09-05
### Changed
- General: Dependency updates. [#38942] [#38822] [#39004] [#39111] [#39176]
Expand Down
11 changes: 6 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@
"license": "GPL-2.0-or-later",
"require": {
"automattic/jetpack-assets": "^2.3.7",
"automattic/jetpack-autoloader": "^3.1.0-alpha",
"automattic/jetpack-autoloader": "^3.1.0",
"automattic/jetpack-composer-plugin": "^2.0.3",
"automattic/jetpack-config": "^2.0.4",
"automattic/jetpack-connection": "^4.0.1-alpha",
"automattic/jetpack-my-jetpack": "^4.35.3-alpha",
"automattic/jetpack-connection": "^4.0.1",
"automattic/jetpack-my-jetpack": "^4.35.3",
"automattic/jetpack-sync": "^3.10.0",
"automattic/jetpack-videopress": "^0.24.5",
"automattic/jetpack-status": "^4.0.1-alpha"
"automattic/jetpack-status": "^4.0.1"
},
"require-dev": {
"yoast/phpunit-polyfills": "^1.1.1",
Expand All @@ -29,6 +29,7 @@
"post-install-cmd": "WorDBless\\Composer\\InstallDropin::copy",
"post-update-cmd": "WorDBless\\Composer\\InstallDropin::copy"
},
"repositories": [],
"minimum-stability": "dev",
"prefer-stable": true,
"extra": {
Expand All @@ -49,6 +50,6 @@
"automattic/jetpack-autoloader": true,
"automattic/jetpack-composer-plugin": true
},
"autoloader-suffix": "c4802e05bbcf59fd3b6350e8d3e5482c_videopressⓥ2_0"
"autoloader-suffix": "c4802e05bbcf59fd3b6350e8d3e5482c_videopressⓥ2_1"
}
}
2 changes: 1 addition & 1 deletion jetpack-videopress.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Plugin Name: Jetpack VideoPress
* Plugin URI: https://wordpress.org/plugins/jetpack-videopress
* Description: High quality, ad-free video.
* Version: 2.0
* Version: 2.1
* Author: Automattic - Jetpack Video team
* Author URI: https://jetpack.com/videopress/
* License: GPLv2 or later
Expand Down
2 changes: 1 addition & 1 deletion jetpack_vendor/automattic/jetpack-boost-core/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"license": "GPL-2.0-or-later",
"require": {
"php": ">=7.0",
"automattic/jetpack-connection": "^4.0.1-alpha"
"automattic/jetpack-connection": "^4.0.0"
},
"require-dev": {
"yoast/phpunit-polyfills": "^1.1.1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"require": {
"php": ">=7.0",
"automattic/jetpack-boost-core": "^0.2.11"
"automattic/jetpack-boost-core": "^0.2.9"
},
"autoload": {
"classmap": [
Expand Down
2 changes: 1 addition & 1 deletion jetpack_vendor/automattic/jetpack-config/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"php": ">=7.0"
},
"require-dev": {
"automattic/jetpack-changelogger": "^4.2.6",
"automattic/jetpack-changelogger": "^4.2.4",
"automattic/jetpack-connection": "@dev",
"automattic/jetpack-import": "@dev",
"automattic/jetpack-jitm": "@dev",
Expand Down
9 changes: 3 additions & 6 deletions jetpack_vendor/automattic/jetpack-connection/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,9 @@ 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).

## [4.0.1-alpha] - unreleased

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

## [4.0.1] - 2024-09-06
### Removed
- Removed throwing of warning if a given Jetpack options does not exist
- Removed throwing of warning if a given Jetpack options does not exist [#39270]

## [4.0.0] - 2024-09-05
### Deprecated
Expand Down Expand Up @@ -1190,7 +1187,7 @@ This is an alpha version! The changes listed here are not final.

- Separate the connection library into its own package.

[4.0.1-alpha]: https://github.com/Automattic/jetpack-connection/compare/v4.0.0...v4.0.1-alpha
[4.0.1]: https://github.com/Automattic/jetpack-connection/compare/v4.0.0...v4.0.1
[4.0.0]: https://github.com/Automattic/jetpack-connection/compare/v3.0.0...v4.0.0
[3.0.0]: https://github.com/Automattic/jetpack-connection/compare/v2.12.5...v3.0.0
[2.12.5]: https://github.com/Automattic/jetpack-connection/compare/v2.12.4...v2.12.5
Expand Down
2 changes: 1 addition & 1 deletion jetpack_vendor/automattic/jetpack-connection/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"automattic/jetpack-assets": "^2.3.7",
"automattic/jetpack-constants": "^2.0.4",
"automattic/jetpack-roles": "^2.0.3",
"automattic/jetpack-status": "^4.0.1-alpha",
"automattic/jetpack-status": "^4.0.1",
"automattic/jetpack-redirect": "^2.0.4"
},
"require-dev": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
*/
class Package_Version {

const PACKAGE_VERSION = '4.0.1-alpha';
const PACKAGE_VERSION = '4.0.1';

const PACKAGE_SLUG = 'connection';

Expand Down
2 changes: 1 addition & 1 deletion jetpack_vendor/automattic/jetpack-explat/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"license": "GPL-2.0-or-later",
"require": {
"php": ">=7.0",
"automattic/jetpack-connection": "^4.0.1-alpha"
"automattic/jetpack-connection": "^4.0.0"
},
"require-dev": {
"yoast/phpunit-polyfills": "^1.1.1",
Expand Down
4 changes: 2 additions & 2 deletions jetpack_vendor/automattic/jetpack-jitm/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
"php": ">=7.0",
"automattic/jetpack-a8c-mc-stats": "^2.0.2",
"automattic/jetpack-assets": "^2.3.7",
"automattic/jetpack-connection": "^4.0.1-alpha",
"automattic/jetpack-connection": "^4.0.0",
"automattic/jetpack-device-detection": "^2.1.4",
"automattic/jetpack-logo": "^2.0.4",
"automattic/jetpack-redirect": "^2.0.4",
"automattic/jetpack-status": "^4.0.1-alpha"
"automattic/jetpack-status": "^4.0.0"
},
"require-dev": {
"brain/monkey": "2.6.1",
Expand Down
2 changes: 1 addition & 1 deletion jetpack_vendor/automattic/jetpack-licensing/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"license": "GPL-2.0-or-later",
"require": {
"php": ">=7.0",
"automattic/jetpack-connection": "^4.0.1-alpha"
"automattic/jetpack-connection": "^4.0.0"
},
"require-dev": {
"automattic/wordbless": "@dev",
Expand Down
9 changes: 3 additions & 6 deletions jetpack_vendor/automattic/jetpack-my-jetpack/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,9 @@ 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).

## [4.35.3-alpha] - unreleased

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

## [4.35.3] - 2024-09-06
### Fixed
- Optimize repeated requests for unavailable WPCOM.
- Optimize repeated requests for unavailable WPCOM. [#39218]

## [4.35.2] - 2024-09-06
### Changed
Expand Down Expand Up @@ -1713,7 +1710,7 @@ This is an alpha version! The changes listed here are not final.
### Added
- Created package

[4.35.3-alpha]: https://github.com/Automattic/jetpack-my-jetpack/compare/4.35.2...4.35.3-alpha
[4.35.3]: https://github.com/Automattic/jetpack-my-jetpack/compare/4.35.2...4.35.3
[4.35.2]: https://github.com/Automattic/jetpack-my-jetpack/compare/4.35.1...4.35.2
[4.35.1]: https://github.com/Automattic/jetpack-my-jetpack/compare/4.35.0...4.35.1
[4.35.0]: https://github.com/Automattic/jetpack-my-jetpack/compare/4.34.0...4.35.0
Expand Down
4 changes: 2 additions & 2 deletions jetpack_vendor/automattic/jetpack-my-jetpack/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@
"automattic/jetpack-admin-ui": "^0.4.5",
"automattic/jetpack-assets": "^2.3.7",
"automattic/jetpack-boost-speed-score": "^0.3.12",
"automattic/jetpack-connection": "^4.0.1-alpha",
"automattic/jetpack-connection": "^4.0.1",
"automattic/jetpack-explat": "^0.1.7",
"automattic/jetpack-jitm": "^3.1.21",
"automattic/jetpack-licensing": "^2.0.9",
"automattic/jetpack-plugins-installer": "^0.4.3",
"automattic/jetpack-redirect": "^2.0.4",
"automattic/jetpack-constants": "^2.0.4",
"automattic/jetpack-plans": "^0.4.10",
"automattic/jetpack-status": "^4.0.1-alpha",
"automattic/jetpack-status": "^4.0.1",
"automattic/jetpack-sync": "^3.10.0",
"automattic/jetpack-protect-status": "^0.1.5"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ class Initializer {
*
* @var string
*/
const PACKAGE_VERSION = '4.35.3-alpha';
const PACKAGE_VERSION = '4.35.3';

/**
* HTML container ID for the IDC screen on My Jetpack page.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"require": {
"php": ">=7.0",
"automattic/jetpack-a8c-mc-stats": "^2.0.2",
"automattic/jetpack-status": "^4.0.1-alpha"
"automattic/jetpack-status": "^4.0.0"
},
"require-dev": {
"yoast/phpunit-polyfills": "^1.1.1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"license": "GPL-2.0-or-later",
"require": {
"php": ">=7.0",
"automattic/jetpack-connection": "^4.0.1-alpha",
"automattic/jetpack-connection": "^4.0.0",
"automattic/jetpack-plugins-installer": "^0.4.3",
"automattic/jetpack-sync": "^3.10.0",
"automattic/jetpack-protect-models": "^0.2.1",
Expand Down
2 changes: 1 addition & 1 deletion jetpack_vendor/automattic/jetpack-redirect/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"license": "GPL-2.0-or-later",
"require": {
"php": ">=7.0",
"automattic/jetpack-status": "^4.0.1-alpha"
"automattic/jetpack-status": "^4.0.0"
},
"require-dev": {
"brain/monkey": "2.6.1",
Expand Down
9 changes: 3 additions & 6 deletions jetpack_vendor/automattic/jetpack-status/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,9 @@ 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).

## [4.0.1-alpha] - unreleased

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

## [4.0.1] - 2024-09-06
### Removed
- Removed usage of _deprecated_function when deprecating Status::is_onboarding
- Removed usage of _deprecated_function when deprecating Status::is_onboarding [#39272]

## [4.0.0] - 2024-09-05
### Deprecated
Expand Down Expand Up @@ -400,7 +397,7 @@ This is an alpha version! The changes listed here are not final.

- Packages: Introduce a status package

[4.0.1-alpha]: https://github.com/Automattic/jetpack-status/compare/v4.0.0...v4.0.1-alpha
[4.0.1]: https://github.com/Automattic/jetpack-status/compare/v4.0.0...v4.0.1
[4.0.0]: https://github.com/Automattic/jetpack-status/compare/v3.3.4...v4.0.0
[3.3.4]: https://github.com/Automattic/jetpack-status/compare/v3.3.3...v3.3.4
[3.3.3]: https://github.com/Automattic/jetpack-status/compare/v3.3.2...v3.3.3
Expand Down
6 changes: 3 additions & 3 deletions jetpack_vendor/automattic/jetpack-sync/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,18 @@
"license": "GPL-2.0-or-later",
"require": {
"php": ">=7.0",
"automattic/jetpack-connection": "^4.0.1-alpha",
"automattic/jetpack-connection": "^4.0.0",
"automattic/jetpack-constants": "^2.0.4",
"automattic/jetpack-password-checker": "^0.3.2",
"automattic/jetpack-ip": "^0.2.3",
"automattic/jetpack-roles": "^2.0.3",
"automattic/jetpack-status": "^4.0.1-alpha"
"automattic/jetpack-status": "^4.0.0"
},
"require-dev": {
"automattic/jetpack-changelogger": "^4.2.6",
"yoast/phpunit-polyfills": "^1.1.1",
"automattic/jetpack-search": "@dev",
"automattic/jetpack-waf": "^0.18.5",
"automattic/jetpack-waf": "@dev",
"automattic/wordbless": "@dev"
},
"suggest": {
Expand Down
4 changes: 2 additions & 2 deletions jetpack_vendor/automattic/jetpack-videopress/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"php": ">=7.0",
"automattic/jetpack-admin-ui": "^0.4.5",
"automattic/jetpack-assets": "^2.3.7",
"automattic/jetpack-connection": "^4.0.1-alpha",
"automattic/jetpack-my-jetpack": "^4.35.3-alpha",
"automattic/jetpack-connection": "^4.0.0",
"automattic/jetpack-my-jetpack": "^4.35.1",
"automattic/jetpack-plans": "^0.4.10"
},
"require-dev": {
Expand Down
4 changes: 2 additions & 2 deletions jetpack_vendor/i18n-map.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
),
'jetpack-connection' => array(
'path' => 'jetpack_vendor/automattic/jetpack-connection',
'ver' => '4.0.1-alpha1725631375',
'ver' => '4.0.1',
),
'jetpack-explat' => array(
'path' => 'jetpack_vendor/automattic/jetpack-explat',
Expand All @@ -46,7 +46,7 @@
),
'jetpack-my-jetpack' => array(
'path' => 'jetpack_vendor/automattic/jetpack-my-jetpack',
'ver' => '4.35.3-alpha1725625839',
'ver' => '4.35.3',
),
'jetpack-password-checker' => array(
'path' => 'jetpack_vendor/automattic/jetpack-password-checker',
Expand Down
4 changes: 2 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ The file size limit is 5 GB. However, on slower networks, there is a chance the
4. Edit your video details, cover image, and privacy from your VideoPress library.

== Changelog ==
### 2.0 - 2024-09-05
### 2.1 - 2024-09-06
#### Changed
- General: Dependency updates.
- Internal updates.

2 changes: 1 addition & 1 deletion vendor/autoload.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@

require_once __DIR__ . '/composer/autoload_real.php';

return ComposerAutoloaderInitc4802e05bbcf59fd3b6350e8d3e5482c_videopressⓥ2_0::getLoader();
return ComposerAutoloaderInitc4802e05bbcf59fd3b6350e8d3e5482c_videopressⓥ2_1::getLoader();
2 changes: 1 addition & 1 deletion vendor/autoload_packages.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* @package automattic/jetpack-autoloader
*/

namespace Automattic\Jetpack\Autoloader\jpc4802e05bbcf59fd3b6350e8d3e5482c_videopressⓥ2_0\al3_1_0_alpha;
namespace Automattic\Jetpack\Autoloader\jpc4802e05bbcf59fd3b6350e8d3e5482c_videopressⓥ2_1\al3_1_0;

// phpcs:ignore

Expand Down
4 changes: 2 additions & 2 deletions vendor/automattic/jetpack-plans/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
"license": "GPL-2.0-or-later",
"require": {
"php": ">=7.0",
"automattic/jetpack-connection": "^4.0.1-alpha"
"automattic/jetpack-connection": "^4.0.0"
},
"require-dev": {
"yoast/phpunit-polyfills": "^1.1.1",
"automattic/jetpack-changelogger": "^4.2.6",
"automattic/jetpack-status": "^4.0.1-alpha",
"automattic/jetpack-status": "^4.0.0",
"automattic/wordbless": "@dev"
},
"suggest": {
Expand Down
10 changes: 5 additions & 5 deletions vendor/composer/autoload_real.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

// autoload_real.php @generated by Composer

class ComposerAutoloaderInitc4802e05bbcf59fd3b6350e8d3e5482c_videopressⓥ2_0
class ComposerAutoloaderInitc4802e05bbcf59fd3b6350e8d3e5482c_videopressⓥ2_1
{
private static $loader;

Expand All @@ -24,17 +24,17 @@ public static function getLoader()

require __DIR__ . '/platform_check.php';

spl_autoload_register(array('ComposerAutoloaderInitc4802e05bbcf59fd3b6350e8d3e5482c_videopressⓥ2_0', 'loadClassLoader'), true, true);
spl_autoload_register(array('ComposerAutoloaderInitc4802e05bbcf59fd3b6350e8d3e5482c_videopressⓥ2_1', 'loadClassLoader'), true, true);
self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(__DIR__));
spl_autoload_unregister(array('ComposerAutoloaderInitc4802e05bbcf59fd3b6350e8d3e5482c_videopressⓥ2_0', 'loadClassLoader'));
spl_autoload_unregister(array('ComposerAutoloaderInitc4802e05bbcf59fd3b6350e8d3e5482c_videopressⓥ2_1', 'loadClassLoader'));

require __DIR__ . '/autoload_static.php';
call_user_func(\Composer\Autoload\ComposerStaticInitc4802e05bbcf59fd3b6350e8d3e5482c_videopressⓥ2_0::getInitializer($loader));
call_user_func(\Composer\Autoload\ComposerStaticInitc4802e05bbcf59fd3b6350e8d3e5482c_videopressⓥ2_1::getInitializer($loader));

$loader->setClassMapAuthoritative(true);
$loader->register(true);

$filesToLoad = \Composer\Autoload\ComposerStaticInitc4802e05bbcf59fd3b6350e8d3e5482c_videopressⓥ2_0::$files;
$filesToLoad = \Composer\Autoload\ComposerStaticInitc4802e05bbcf59fd3b6350e8d3e5482c_videopressⓥ2_1::$files;
$requireFile = \Closure::bind(static function ($fileIdentifier, $file) {
if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) {
$GLOBALS['__composer_autoload_files'][$fileIdentifier] = true;
Expand Down
Loading

0 comments on commit 8fef4c2

Please sign in to comment.