Skip to content

Commit

Permalink
Jetpack: init 11.8-a.8 (#28420)
Browse files Browse the repository at this point in the history
* Jetpack: release 11.8-a.7

* Jetpack: backport 11.8-a.7 and init 11.8-a.8
  • Loading branch information
samiff authored Jan 17, 2023
1 parent 207d453 commit e4389e8
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 16 deletions.
4 changes: 4 additions & 0 deletions projects/plugins/jetpack/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

### This is a list detailing changes for all Jetpack releases.

## 11.8-a.7 - 2023-01-17
### Changed
- Updated package dependencies.

## 11.8-a.5 - 2023-01-16
### Improved compatibility
- Blaze: update logic for showing the Advertising menu on Jetpack sites. [#28088]
Expand Down
5 changes: 5 additions & 0 deletions projects/plugins/jetpack/changelog/init-release-cycle#2
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Significance: patch
Type: other
Comment: Init 11.8-a.8


This file was deleted.

2 changes: 1 addition & 1 deletion projects/plugins/jetpack/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
"platform": {
"ext-intl": "0.0.0"
},
"autoloader-suffix": "f11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ11_8_a_6",
"autoloader-suffix": "f11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ11_8_a_8",
"allow-plugins": {
"automattic/jetpack-autoloader": true,
"automattic/jetpack-composer-plugin": true
Expand Down
4 changes: 2 additions & 2 deletions projects/plugins/jetpack/jetpack.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Plugin URI: https://jetpack.com
* Description: Security, performance, and marketing tools made by WordPress experts. Jetpack keeps your site protected so you can focus on more important things.
* Author: Automattic
* Version: 11.8-a.6
* Version: 11.8-a.8
* Author URI: https://jetpack.com
* License: GPL2+
* Text Domain: jetpack
Expand Down Expand Up @@ -32,7 +32,7 @@

define( 'JETPACK__MINIMUM_WP_VERSION', '6.0' );
define( 'JETPACK__MINIMUM_PHP_VERSION', '5.6' );
define( 'JETPACK__VERSION', '11.8-a.6' );
define( 'JETPACK__VERSION', '11.8-a.8' );

/**
* Constant used to fetch the connection owner token
Expand Down
2 changes: 1 addition & 1 deletion projects/plugins/jetpack/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Jetpack",
"version": "11.8.0-a.6",
"version": "11.8.0-a.8",
"private": true,
"description": "[Jetpack](https://jetpack.com/) is a WordPress plugin that supercharges your self-hosted WordPress site with the awesome cloud power of [WordPress.com](https://wordpress.com).",
"homepage": "https://jetpack.com",
Expand Down
10 changes: 3 additions & 7 deletions projects/plugins/jetpack/readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -242,13 +242,9 @@ Jetpack Backup can do a full website migration to a new host, migrate theme file
4. Promote your newest posts, pages, and products across your social media channels.

== Changelog ==
### 11.8-a.5 - 2023-01-16
#### Improved compatibility
- Blaze: update logic for showing the Advertising menu on Jetpack sites.
- Connection: add support for 'connection_disabled' error code.

#### Bug fixes
- VideoPress: fix the fullscreen control when using VideoPress shortcodes.
### 11.8-a.7 - 2023-01-17
#### Changed
- Updated package dependencies.

--------

Expand Down

0 comments on commit e4389e8

Please sign in to comment.