Skip to content

Commit

Permalink
Backport changes for VideoPress 1.7 (#34234)
Browse files Browse the repository at this point in the history
  • Loading branch information
anomiex authored and matticbot committed Nov 22, 2023
1 parent d014cd6 commit d73763d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 9 deletions.
9 changes: 3 additions & 6 deletions 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 composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@
"automattic/jetpack-admin-ui": "^0.3.1-alpha",
"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.3-alpha"
},
"suggest": {
"automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package."
Expand Down
2 changes: 1 addition & 1 deletion src/class-package-version.php
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

0 comments on commit d73763d

Please sign in to comment.