Skip to content

Commit

Permalink
Merging the prerelease branch. (#34775)
Browse files Browse the repository at this point in the history
* Add changelogs

* Changelog edits.

* Amend readme.txt

* Updated package versions for automattic/jetpack

* Updated package versions for automattic/jetpack-mu-wpcom-plugin

* My Jetpack: Improve product cache handling on Jetpack AI (#34428)

* Only shows the price when the price information is available

* Support cache busting from the get_product method

* Renew product cache if tiers are enabled but there is no tier info on the cache

* Add changelog file

* Check for wp_error on feature data to handle Jetpack not being connected

* Release my-jetpack

* Update my-jetpack dependency

* Update changelog and readme.txt for Jetpack 12.9

* Carousel: fix unresponsive navigation (#34678)

* Changelog adn readme for 12.9.1

* Bump version numbers to 12.9.1

* Fix token subscription service name (#34723)

* Rename Token_Subscript_Service to Abstract_Token_Subscription_Service

* changelog

* Allow old class just in case

* `use` classes at the top to shorten up the class check.

* Release Videopress 0.21.3.1

---------

Co-authored-by: Kuba Birecki <kuba.birecki@crystalplanet.io>
Co-authored-by: Luiz Kowalski <lhkowalski@gmail.com>
Co-authored-by: sdixon194 <steve.dixon@automattic.com>
Co-authored-by: Kev <kevin.zoschke@automattic.com>
Co-authored-by: Christopher Smith <8002138+chrisfromthelc@users.noreply.github.com>
  • Loading branch information
6 people authored Dec 25, 2023
1 parent 4359844 commit 47a0f69
Show file tree
Hide file tree
Showing 52 changed files with 64 additions and 154 deletions.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

2 changes: 1 addition & 1 deletion projects/packages/identity-crisis/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"link-template": "https://github.com/Automattic/jetpack-identity-crisis/compare/v${old}...v${new}"
},
"branch-alias": {
"dev-trunk": "0.15.x-dev"
"dev-trunk": "0.14.x-dev"
}
},
"config": {
Expand Down
2 changes: 1 addition & 1 deletion projects/packages/identity-crisis/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jetpack-identity-crisis",
"version": "0.15.0-alpha",
"version": "0.14.0",
"description": "Jetpack Identity Crisis",
"main": "_inc/admin.jsx",
"repository": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ class Identity_Crisis {
/**
* Package Version
*/
const PACKAGE_VERSION = '0.15.0-alpha';
const PACKAGE_VERSION = '0.14.0';

/**
* Persistent WPCOM blog ID that stays in the options after disconnect.
Expand Down
5 changes: 5 additions & 0 deletions projects/packages/videopress/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed
- Updated package dependencies. [#34416]

## [0.21.3.1] - 2023-12-20
### Fixed
- Updated name of Abstract_Token_Subscription_Service [#34723]

## [0.21.3] - 2023-12-03
### Changed
- Updated package dependencies. [#34411] [#34427]
Expand Down Expand Up @@ -1213,6 +1217,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Created empty package [#24952]

[0.21.3.1]: https://github.com/Automattic/jetpack-videopress/compare/v0.21.3...v0.21.3.1
[0.21.5]: https://github.com/Automattic/jetpack-videopress/compare/v0.21.4...v0.21.5
[0.21.4]: https://github.com/Automattic/jetpack-videopress/compare/v0.21.3...v0.21.4
[0.21.3]: https://github.com/Automattic/jetpack-videopress/compare/v0.21.2...v0.21.3
Expand Down
5 changes: 5 additions & 0 deletions projects/packages/videopress/changelog/prerelease
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Significance: patch
Type: fixed
Comment: Janitorial changes.


2 changes: 1 addition & 1 deletion projects/packages/videopress/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@automattic/jetpack-videopress",
"version": "0.21.5",
"version": "0.21.6-alpha",
"description": "VideoPress package",
"homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/packages/videopress/#readme",
"bugs": {
Expand Down
2 changes: 1 addition & 1 deletion projects/packages/videopress/src/class-package-version.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* The Package_Version class.
*/
class Package_Version {
const PACKAGE_VERSION = '0.21.5';
const PACKAGE_VERSION = '0.21.6-alpha';

const PACKAGE_SLUG = 'videopress';

Expand Down

This file was deleted.

5 changes: 5 additions & 0 deletions projects/plugins/backup/changelog/prerelease
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Significance: patch
Type: fixed
Comment: Janitorial changes.


4 changes: 2 additions & 2 deletions projects/plugins/backup/composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 0 additions & 4 deletions projects/plugins/boost/changelog/renovate-babel-monorepo

This file was deleted.

This file was deleted.

4 changes: 0 additions & 4 deletions projects/plugins/boost/changelog/renovate-storybook-monorepo

This file was deleted.

This file was deleted.

This file was deleted.

4 changes: 0 additions & 4 deletions projects/plugins/inspect/changelog/renovate-babel-monorepo#5

This file was deleted.

This file was deleted.

20 changes: 20 additions & 0 deletions projects/plugins/jetpack/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,26 @@
- Updated package dependencies. [#34416]
- Sync: Added limit for full sync uploads. [#34390]

## 12.9.1 - 2023-12-18
### Bug fixes
- Carousel: fix unresponsive navigation on Chrome browsers. [#34678]

## 12.9 - 2023-12-05
### Enhancements
- Likes: Updated the likes popover design and added RTL support. [#34396]
- My Jetpack: Added Creator to My Jetpack overview. [#34307]
- Paid Content Block: Added support for selecting multiple plans. [#33903]

### Improved compatibility
- Block Editor: Dequeued editor assets when they aren't in use. [#34268]
- Google Fonts: Resolved occasional bug resulting in fatal errors on PHP 8 with latest Gutenberg. [#34382]

### Bug fixes
- Block Editor: Fixed console errors being thrown for Jetpack blocks inside the Full Site Editor. [#34305]
- Dashboard: Fixed the display of Subscriptions and WordPress.com Toolbar controls when the user is not connected to WordPress.com. [#34358]
- Dashboard: Fixed the display of the Auto-sharing feature toggle when the user is not connected to WordPress.com. [#34203]
- EU Cookie Widget: Moved away from deprecated jQuery methods. [#34363]

## 12.9-beta - 2023-12-03
### Enhancements
- My Jetpack: Added Creator to My Jetpack overview. [#34307]
Expand Down

This file was deleted.

4 changes: 0 additions & 4 deletions projects/plugins/jetpack/changelog/add-fix-typo

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

5 changes: 0 additions & 5 deletions projects/plugins/jetpack/changelog/init-release-cycle

This file was deleted.

4 changes: 2 additions & 2 deletions projects/plugins/jetpack/composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 0 additions & 4 deletions projects/plugins/migration/changelog/renovate-babel-monorepo

This file was deleted.

This file was deleted.

4 changes: 2 additions & 2 deletions projects/plugins/migration/composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

This file was deleted.

2 changes: 1 addition & 1 deletion projects/plugins/mu-wpcom-plugin/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,6 @@
]
},
"config": {
"autoloader-suffix": "d9d132a783958a00a2c7cccff60ca42d_jetpack_mu_wpcom_pluginⓥ2_0_9_alpha"
"autoloader-suffix": "d9d132a783958a00a2c7cccff60ca42d_jetpack_mu_wpcom_pluginⓥ2_0_8"
}
}
2 changes: 1 addition & 1 deletion projects/plugins/mu-wpcom-plugin/mu-wpcom-plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* Plugin Name: WordPress.com Features
* Description: Test plugin for the jetpack-mu-wpcom package
* Version: 2.0.9-alpha
* Version: 2.0.8
* Author: Automattic
* License: GPLv2 or later
* Text Domain: jetpack-mu-wpcom-plugin
Expand Down
2 changes: 1 addition & 1 deletion projects/plugins/mu-wpcom-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@automattic/jetpack-mu-wpcom-plugin",
"version": "2.0.9-alpha",
"version": "2.0.8",
"description": "Test plugin for the jetpack-mu-wpcom package",
"homepage": "https://jetpack.com",
"bugs": {
Expand Down
4 changes: 0 additions & 4 deletions projects/plugins/protect/changelog/renovate-babel-monorepo

This file was deleted.

This file was deleted.

4 changes: 2 additions & 2 deletions projects/plugins/protect/composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

This file was deleted.

4 changes: 2 additions & 2 deletions projects/plugins/search/composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

This file was deleted.

This file was deleted.

4 changes: 2 additions & 2 deletions projects/plugins/social/composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 47a0f69

Please sign in to comment.