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
ice9js authored and matticbot committed Nov 21, 2023
1 parent 5b4db25 commit f06df20
Show file tree
Hide file tree
Showing 58 changed files with 728 additions and 870 deletions.
13 changes: 4 additions & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,11 @@ 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/).

## 1.7-alpha - unreleased

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

## 1.7 - 2023-11-21
### Changed
- Bump WordPress tested version
- General: updated PHP requirement to PHP 7.0+
- General: update WordPress version requirements to WordPress 6.3.
- Updated package dependencies.
- Update lockfile
- Updated WordPress tested version to 6.4.
- Updated minimum WordPress version requirement to WordPress 6.3.
- Updated minimum PHP version requirement to PHP 7.0.

## 1.6-beta - 2023-10-17
### Added
Expand Down
15 changes: 8 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,19 @@
"license": "GPL-2.0-or-later",
"require": {
"automattic/jetpack-assets": "^2.0.1",
"automattic/jetpack-autoloader": "^3.0.2-alpha",
"automattic/jetpack-autoloader": "^3.0.2",
"automattic/jetpack-composer-plugin": "^2.0.0",
"automattic/jetpack-config": "^2.0.0",
"automattic/jetpack-connection": "^2.0.2-alpha",
"automattic/jetpack-connection": "^2.0.2",
"automattic/jetpack-identity-crisis": "^0.12.0",
"automattic/jetpack-my-jetpack": "^4.0.2-alpha",
"automattic/jetpack-sync": "^2.0.2-alpha",
"automattic/jetpack-my-jetpack": "^4.0.2",
"automattic/jetpack-sync": "^2.0.2",
"automattic/jetpack-plugins-installer": "^0.3.0",
"automattic/jetpack-videopress": "^0.21.1-alpha"
"automattic/jetpack-videopress": "^0.21.1"
},
"require-dev": {
"yoast/phpunit-polyfills": "1.1.0",
"automattic/jetpack-changelogger": "^4.0.2-alpha",
"automattic/jetpack-changelogger": "^4.0.2",
"automattic/wordbless": "0.4.2"
},
"autoload": {
Expand All @@ -30,6 +30,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 @@ -50,6 +51,6 @@
"automattic/jetpack-autoloader": true,
"automattic/jetpack-composer-plugin": true
},
"autoloader-suffix": "c4802e05bbcf59fd3b6350e8d3e5482c_videopressⓥ1_7_alpha"
"autoloader-suffix": "c4802e05bbcf59fd3b6350e8d3e5482c_videopressⓥ1_7"
}
}
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: 1.7-alpha
* Version: 1.7
* Author: Automattic - Jetpack Video team
* Author URI: https://jetpack.com/videopress/
* License: GPLv2 or later
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"require-dev": {
"yoast/phpunit-polyfills": "1.1.0",
"automattic/jetpack-changelogger": "^4.0.2-alpha"
"automattic/jetpack-changelogger": "^4.0.0"
},
"suggest": {
"automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package."
Expand Down
2 changes: 1 addition & 1 deletion jetpack_vendor/automattic/jetpack-admin-ui/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"require-dev": {
"yoast/phpunit-polyfills": "1.1.0",
"automattic/jetpack-changelogger": "^4.0.2-alpha",
"automattic/jetpack-changelogger": "^4.0.0",
"automattic/jetpack-logo": "^2.0.0",
"automattic/wordbless": "dev-master"
},
Expand Down
2 changes: 1 addition & 1 deletion jetpack_vendor/automattic/jetpack-assets/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"require-dev": {
"brain/monkey": "2.6.1",
"yoast/phpunit-polyfills": "1.1.0",
"automattic/jetpack-changelogger": "^4.0.2-alpha",
"automattic/jetpack-changelogger": "^4.0.1",
"wikimedia/testing-access-wrapper": "^1.0 || ^2.0"
},
"suggest": {
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.0.2-alpha"
"automattic/jetpack-changelogger": "^4.0.0"
},
"suggest": {
"automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package."
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).

## [2.0.2-alpha] - unreleased

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

## [2.0.2] - 2023-11-21
### Changed
- Code Modernization: Replace usage of strpos() with str_contains()
- Replaced usage of strpos() with str_contains(). [#34137]

## [2.0.1] - 2023-11-21

Expand Down Expand Up @@ -932,7 +929,7 @@ This is an alpha version! The changes listed here are not final.

- Separate the connection library into its own package.

[2.0.2-alpha]: https://github.com/Automattic/jetpack-connection/compare/v2.0.1...v2.0.2-alpha
[2.0.2]: https://github.com/Automattic/jetpack-connection/compare/v2.0.1...v2.0.2
[2.0.1]: https://github.com/Automattic/jetpack-connection/compare/v2.0.0...v2.0.1
[2.0.0]: https://github.com/Automattic/jetpack-connection/compare/v1.60.1...v2.0.0
[1.60.1]: https://github.com/Automattic/jetpack-connection/compare/v1.60.0...v1.60.1
Expand Down
4 changes: 2 additions & 2 deletions jetpack_vendor/automattic/jetpack-connection/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@
"automattic/jetpack-admin-ui": "^0.3.0",
"automattic/jetpack-constants": "^2.0.0",
"automattic/jetpack-roles": "^2.0.0",
"automattic/jetpack-status": "^2.0.1-alpha",
"automattic/jetpack-status": "^2.0.1",
"automattic/jetpack-redirect": "^2.0.0"
},
"require-dev": {
"automattic/wordbless": "@dev",
"yoast/phpunit-polyfills": "1.1.0",
"brain/monkey": "2.6.1",
"automattic/jetpack-changelogger": "^4.0.2-alpha"
"automattic/jetpack-changelogger": "^4.0.2"
},
"suggest": {
"automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package."
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
*/
class Package_Version {

const PACKAGE_VERSION = '2.0.2-alpha';
const PACKAGE_VERSION = '2.0.2';

const PACKAGE_SLUG = 'connection';

Expand Down
2 changes: 1 addition & 1 deletion jetpack_vendor/automattic/jetpack-constants/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"require-dev": {
"brain/monkey": "2.6.1",
"yoast/phpunit-polyfills": "1.1.0",
"automattic/jetpack-changelogger": "^4.0.2-alpha"
"automattic/jetpack-changelogger": "^4.0.0"
},
"suggest": {
"automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package."
Expand Down
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).

## [2.0.1-alpha] - unreleased

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

## [2.0.1] - 2023-11-21
### Changed
- Code Modernization: add note of non-usage of PHP8+ functions yet.
- Added a note of non-usage of PHP8+ functions yet. [#34137]

## [2.0.0] - 2023-11-20
### Changed
Expand Down Expand Up @@ -180,7 +177,7 @@ This is an alpha version! The changes listed here are not final.

- Moving jetpack_is_mobile into a package

[2.0.1-alpha]: https://github.com/Automattic/jetpack-device-detection/compare/v2.0.0...v2.0.1-alpha
[2.0.1]: https://github.com/Automattic/jetpack-device-detection/compare/v2.0.0...v2.0.1
[2.0.0]: https://github.com/Automattic/jetpack-device-detection/compare/v1.5.1...v2.0.0
[1.5.1]: https://github.com/Automattic/jetpack-device-detection/compare/v1.5.0...v1.5.1
[1.5.0]: https://github.com/Automattic/jetpack-device-detection/compare/v1.4.27...v1.5.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"require-dev": {
"yoast/phpunit-polyfills": "1.1.0",
"automattic/jetpack-changelogger": "^4.0.2-alpha"
"automattic/jetpack-changelogger": "^4.0.2"
},
"suggest": {
"automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package."
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@
"license": "GPL-2.0-or-later",
"require": {
"php": ">=7.0",
"automattic/jetpack-connection": "^2.0.2-alpha",
"automattic/jetpack-connection": "^2.0.0",
"automattic/jetpack-constants": "^2.0.0",
"automattic/jetpack-status": "^2.0.1-alpha",
"automattic/jetpack-status": "^2.0.0",
"automattic/jetpack-logo": "^2.0.0",
"automattic/jetpack-assets": "^2.0.1"
"automattic/jetpack-assets": "^2.0.0"
},
"require-dev": {
"automattic/jetpack-changelogger": "^4.0.2-alpha",
"automattic/jetpack-changelogger": "^4.0.0",
"yoast/phpunit-polyfills": "1.1.0",
"automattic/wordbless": "@dev"
},
Expand Down
9 changes: 3 additions & 6 deletions jetpack_vendor/automattic/jetpack-ip/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).

## [0.2.1-alpha] - unreleased

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

## [0.2.1] - 2023-11-21
### Changed
- Code Modernization: add note of non-usage of PHP8+ functions yet.
- Added a note of non-usage of PHP8+ functions yet. [#34137]

## [0.2.0] - 2023-11-20
### Changed
Expand Down Expand Up @@ -46,7 +43,7 @@ This is an alpha version! The changes listed here are not final.
- Add jetpack-ip package functionality [#28846]
- Initialized the package. [#28765]

[0.2.1-alpha]: https://github.com/automattic/jetpack-ip/compare/v0.2.0...v0.2.1-alpha
[0.2.1]: https://github.com/automattic/jetpack-ip/compare/v0.2.0...v0.2.1
[0.2.0]: https://github.com/automattic/jetpack-ip/compare/v0.1.6...v0.2.0
[0.1.6]: https://github.com/automattic/jetpack-ip/compare/v0.1.5...v0.1.6
[0.1.5]: https://github.com/automattic/jetpack-ip/compare/v0.1.4...v0.1.5
Expand Down
2 changes: 1 addition & 1 deletion jetpack_vendor/automattic/jetpack-ip/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"require-dev": {
"brain/monkey": "2.6.1",
"yoast/phpunit-polyfills": "1.1.0",
"automattic/jetpack-changelogger": "^4.0.2-alpha"
"automattic/jetpack-changelogger": "^4.0.2"
},
"suggest": {
"automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package."
Expand Down
2 changes: 1 addition & 1 deletion jetpack_vendor/automattic/jetpack-ip/src/class-utils.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
*/
class Utils {

const PACKAGE_VERSION = '0.2.1-alpha';
const PACKAGE_VERSION = '0.2.1';

/**
* Get the current user's IP address.
Expand Down
10 changes: 5 additions & 5 deletions jetpack_vendor/automattic/jetpack-jitm/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,17 @@
"require": {
"php": ">=7.0",
"automattic/jetpack-a8c-mc-stats": "^2.0.0",
"automattic/jetpack-assets": "^2.0.1",
"automattic/jetpack-connection": "^2.0.2-alpha",
"automattic/jetpack-device-detection": "^2.0.1-alpha",
"automattic/jetpack-assets": "^2.0.0",
"automattic/jetpack-connection": "^2.0.0",
"automattic/jetpack-device-detection": "^2.0.0",
"automattic/jetpack-logo": "^2.0.0",
"automattic/jetpack-redirect": "^2.0.0",
"automattic/jetpack-status": "^2.0.1-alpha"
"automattic/jetpack-status": "^2.0.0"
},
"require-dev": {
"brain/monkey": "2.6.1",
"yoast/phpunit-polyfills": "1.1.0",
"automattic/jetpack-changelogger": "^4.0.2-alpha"
"automattic/jetpack-changelogger": "^4.0.0"
},
"suggest": {
"automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package."
Expand Down
4 changes: 2 additions & 2 deletions jetpack_vendor/automattic/jetpack-licensing/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": "^2.0.2-alpha"
"automattic/jetpack-connection": "^2.0.1"
},
"require-dev": {
"automattic/wordbless": "@dev",
"yoast/phpunit-polyfills": "1.1.0",
"automattic/jetpack-changelogger": "^4.0.2-alpha"
"automattic/jetpack-changelogger": "^4.0.1"
},
"suggest": {
"automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package."
Expand Down
2 changes: 1 addition & 1 deletion jetpack_vendor/automattic/jetpack-logo/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"require-dev": {
"yoast/phpunit-polyfills": "1.1.0",
"automattic/jetpack-changelogger": "^4.0.2-alpha"
"automattic/jetpack-changelogger": "^4.0.0"
},
"suggest": {
"automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package."
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.0.2-alpha] - unreleased

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

## [4.0.2] - 2023-11-21
### Changed
- Code Modernization: Replace usage of strpos() with str_contains()
- Replace usage of strpos() with str_contains(). [#34137]

## [4.0.1] - 2023-11-21
### Added
Expand Down Expand Up @@ -1121,7 +1118,7 @@ This is an alpha version! The changes listed here are not final.
### Added
- Created package

[4.0.2-alpha]: https://github.com/Automattic/jetpack-my-jetpack/compare/4.0.1...4.0.2-alpha
[4.0.2]: https://github.com/Automattic/jetpack-my-jetpack/compare/4.0.1...4.0.2
[4.0.1]: https://github.com/Automattic/jetpack-my-jetpack/compare/4.0.0...4.0.1
[4.0.0]: https://github.com/Automattic/jetpack-my-jetpack/compare/3.12.2...4.0.0
[3.12.2]: https://github.com/Automattic/jetpack-my-jetpack/compare/3.12.1...3.12.2
Expand Down
6 changes: 3 additions & 3 deletions jetpack_vendor/automattic/jetpack-my-jetpack/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"php": ">=7.0",
"automattic/jetpack-admin-ui": "^0.3.0",
"automattic/jetpack-assets": "^2.0.1",
"automattic/jetpack-connection": "^2.0.2-alpha",
"automattic/jetpack-connection": "^2.0.2",
"automattic/jetpack-jitm": "^3.0.0",
"automattic/jetpack-licensing": "^2.0.1",
"automattic/jetpack-plugins-installer": "^0.3.0",
Expand All @@ -17,9 +17,9 @@
},
"require-dev": {
"yoast/phpunit-polyfills": "1.1.0",
"automattic/jetpack-changelogger": "^4.0.2-alpha",
"automattic/jetpack-changelogger": "^4.0.2",
"automattic/wordbless": "@dev",
"automattic/jetpack-videopress": "^0.21.1-alpha"
"automattic/jetpack-videopress": "^0.21.1"
},
"suggest": {
"automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package."
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ class Initializer {
*
* @var string
*/
const PACKAGE_VERSION = '4.0.2-alpha';
const PACKAGE_VERSION = '4.0.2';

/**
* 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 @@ -7,7 +7,7 @@
"php": ">=7.0"
},
"require-dev": {
"automattic/jetpack-changelogger": "^4.0.2-alpha",
"automattic/jetpack-changelogger": "^4.0.0",
"automattic/wordbless": "@dev",
"yoast/phpunit-polyfills": "1.1.0"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"require-dev": {
"yoast/phpunit-polyfills": "1.1.0",
"automattic/jetpack-changelogger": "^4.0.2-alpha"
"automattic/jetpack-changelogger": "^4.0.0"
},
"suggest": {
"automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package."
Expand Down
4 changes: 2 additions & 2 deletions jetpack_vendor/automattic/jetpack-redirect/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-status": "^2.0.1-alpha"
"automattic/jetpack-status": "^2.0.0"
},
"require-dev": {
"brain/monkey": "2.6.1",
"yoast/phpunit-polyfills": "1.1.0",
"automattic/jetpack-changelogger": "^4.0.2-alpha"
"automattic/jetpack-changelogger": "^4.0.0"
},
"suggest": {
"automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package."
Expand Down
Loading

0 comments on commit f06df20

Please sign in to comment.