Skip to content

Commit

Permalink
Update Jetpack plugin from 12.6 to 12.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bitpoke-bot committed Sep 22, 2023
1 parent 1126a46 commit 0aa7c29
Show file tree
Hide file tree
Showing 23 changed files with 42 additions and 115 deletions.
4 changes: 4 additions & 0 deletions wp-content/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.

## 12.6.1 - 2023-09-21
### Bug Fixes
- WooCommerce Analytics: fix a fatal error that can occur with WooCommerce enabled.

## 12.6 - 2023-09-19
### Enhancements
- AI Assistant: add prompts for correct feature configuration. [#33064]
Expand Down
2 changes: 1 addition & 1 deletion wp-content/plugins/jetpack/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
"platform": {
"ext-intl": "0.0.0"
},
"autoloader-suffix": "f11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ12_6",
"autoloader-suffix": "f11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ12_6_1",
"allow-plugins": {
"automattic/jetpack-autoloader": true,
"automattic/jetpack-composer-plugin": true
Expand Down
4 changes: 2 additions & 2 deletions wp-content/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: 12.6
* Version: 12.6.1
* Author URI: https://jetpack.com
* License: GPL2+
* Text Domain: jetpack
Expand Down Expand Up @@ -34,7 +34,7 @@

define( 'JETPACK__MINIMUM_WP_VERSION', '6.2' );
define( 'JETPACK__MINIMUM_PHP_VERSION', '5.6' );
define( 'JETPACK__VERSION', '12.6' );
define( 'JETPACK__VERSION', '12.6.1' );

/**
* Constant used to fetch the connection owner token
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ public function get_user_id() {
*
* @return array
*/
public static function get_cart_checkout_info() {
public function get_cart_checkout_info() {
$transient_name = 'jetpack_woocommerce_analytics_cart_checkout_info_cache';

$info = get_transient( $transient_name );
Expand All @@ -162,19 +162,19 @@ public static function get_cart_checkout_info() {
$checkout_page_id = wc_get_page_id( 'checkout' );

$info = array(
'cart_page_contains_cart_block' => self::post_contains_text(
'cart_page_contains_cart_block' => $this->post_contains_text(
$cart_page_id,
'<!-- wp:woocommerce/cart'
),
'cart_page_contains_cart_shortcode' => self::post_contains_text(
'cart_page_contains_cart_shortcode' => $this->post_contains_text(
$cart_page_id,
'[woocommerce_cart]'
),
'checkout_page_contains_checkout_block' => self::post_contains_text(
'checkout_page_contains_checkout_block' => $this->post_contains_text(
$checkout_page_id,
'<!-- wp:woocommerce/checkout'
),
'checkout_page_contains_checkout_shortcode' => self::post_contains_text(
'checkout_page_contains_checkout_shortcode' => $this->post_contains_text(
$checkout_page_id,
'[woocommerce_checkout]'
),
Expand Down
85 changes: 4 additions & 81 deletions wp-content/plugins/jetpack/readme.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
=== Jetpack - WP Security, Backup, Speed, & Growth ===
Contributors: automattic, adamkheckler, adrianmoldovanwp, aduth, akirk, allendav, alternatekev, andy, annamcphee, annezazu, apeatling, arcangelini, azaozz, batmoo, barry, beaulebens, bindlegirl, biskobe, blobaugh, bjorsch, brbrr, cainm, cena, cfinke, chaselivingston, chellycat, clickysteve, csonnek, danielbachhuber, davoraltman, daniloercoli, delawski, designsimply, dllh, drawmyface, dsmart, dzver, ebinnion, egregor, eliorivero, enej, eoigal, erania-pinnera, ethitter, fgiannar, gcorne, georgestephanis, gibrown, goldsounds, hew, hugobaeta, hypertextranch, iammattthomas, iandunn, jblz, jasmussen, jeffgolenski, jeherve, jenhooks, jenia, jessefriedman, jgs, jkudish, jmdodd, joanrho, johnjamesjacoby, jshreve, kbrownkd, keoshi, koke, kraftbj, lancewillett, leogermani, lschuyler, macmanx, martinremy, matt, matveb, mattwiebe, maverick3x6, mcsf, mdawaffe, mdbitz, MichaelArestad, migueluy, mikeyarce, mkaz, nancythanki, nickmomrik, obenland, oskosk, pento, professor44, rachelsquirrel, rdcoll, ryancowles, richardmuscat, richardmtl, robertbpugh, roccotripaldi, samhotchkiss, samiff, scarstocea, scottsweb, sdixon194, sdquirk, sermitr, simison, stephdau, tmoorewp, tyxla, Viper007Bond, westi, wpkaren, yoavf, zinigor
Tags: Security, backup, Woo, malware, scan, spam, CDN, search, social
Stable tag: 12.6
Stable tag: 12.6.1
Requires at least: 6.2
Requires PHP: 5.6
Tested up to: 6.3
Expand Down Expand Up @@ -293,86 +293,9 @@ Jetpack Backup can do a full website migration to a new host, migrate theme file


== Changelog ==
### 12.6 - 2023-09-19
#### Enhancements
- Add blogroll item block.
- Added the new auto-conversion toggle for social.
- Add number formatting for subscriber count in newsletter module.
- AI-chat block: add ability to chat with the site.
- AI Assistant: add prompts for correct feature configuration.
- AI Assistant: proof-of-concept form generation prompts, using them for expandable messages.
- AI Excerpt: add the Accept button and Discard button to the panel.
- AI Excerpt: ensure to save the post before asking a suggestion.
- AI Excerpt: show upgrade banner when site achieves requests limit.
- AI Extension: add create-with-voice beta extension.
- AI Extension: enhance blocks parsing flickering with child blocks.
- AI Extension: introduce Create with voice jetpack block.
- Business Hours Block: refactor block registration to avoid duplication.
- Classic Editor Markdown: add support for double-tilde strikethrough, e.g. ~~strikethrough~~.
- Connection UI: use Redux state to pass the "from" property.
- Content Lens: connect excerpt panel with AI Assistant.
- Create with voice: show audio duration when recording audio, introduce Done button.
- Jetpack Assistant: add placeholder UX for the prompt input.
- Jetpack Social: display the Social editor panel with an invitation to activate the feature when it is disabled.
- Launchpad save modal: persist the user option when they opt to hide the modal.
- Newsletter: add support for newsletter categories, improve flows around access and paywall.
- Paywall: better content for when waiting for email validation.
- Paywall block: disable Paid subscribers button if plans are not set up.
- Paywall block: improved settings panel and toolbar.
- Paywall Block: improve excerpts handling, redesign visuals for the mobile editor.
- Paywall block: release to WP.com and Jetpack.
- Related Posts: make the block available even when the feature has not been activated yet.
- Render Subscriptions block on emails.
- Security: Blocks: avoid saving invalid block attributes that may appear to other editors on the site.
- Sidebar: Rename the "Inbox" menu to "My Mailboxes".
- Site Editor: point the Site Editor's `<` link to the theme showcase when previewing a theme.
- Social: add the change setting for the auto conversion feature.
- Subscribe modal: bump modal Z-index up.
- Subscribers: add edit link for subscribe modal.
- Subscription block: add newsletter categories to the content view.
- Subscriptions: remove newsletter flow+theme and FSE theme check for the subscribe modal. Leave WP.com check.
- Tiled gallery module: add srcset to images.
- WordPress.com Toolbar: add site monitoring menu and remove site logs.

#### Improved compatibility
- Carousel: add new hook allowing third-parties to customize the metadata displayed within the Carousel modal.
- General: Jetpack now requires WordPress version 6.2.
- General: remove WP 6.1 backwards compatibility checks.
- Lazy Images: discourage enabling of Lazy loading images as now 90% of browser support the feature natively and this version in Jetpack can conflict with the upcoming WordPress interactivity API'
- Shortcodes: exclude images with broken URL from galleries.
- Subscriptions: change the text color of selected newsletter categories to be more easily readable.
- WC Analytics: ensure correct values are tracked for cart/checkout block/template tracking when using WC Blocks cart and checkout templates

#### Bug fixes
- Admin Menu: display Newsletter settings submenu item for Jetpack connected sites.
- AI Chat: fix block styles not loading.
- AI Chat: fix styles not loading in the editor.
- AI Extension: remove HTML fragments from AI-generated forms on site editor.
- Allow two year plans to show on the My Plan page.
- Blocks: use custom Facebook and Instagram icons in Jetpack's Facebook and Instagram blocks to avoid issues in accessibility inspector.
- Comments: remove mention of Twitter as a log in option since it is no longer available.
- Comments: remove the Twitter service as a login provider.
- Donation Block: fix issue with Danish Krone.
- Email subscribers now receive full posts.
- Featured images fallback: fix undefined variable warnings.
- Fix a Global Styles UI performance issue in the Site Editor.
- Fix an issue that caused the notice displayed when updating widgets to overlap the admin menu.
- Fix block icons for display on wp.org.
- Fix cookie consent block positioning in the editor.
- Fix default plan being selected in payment block.
- Launchpad modal: reduce API calls for modal dismiss flag.
- Load the Jetpack block assets in the iframe directly in WP-Admin and keep the existing behavior on the front-end, for compatibility reasons.
- Nav Unification: flips order of tags and categories submenu of posts.
- Paywall block: avoid undefined variable warning.
- Paywall Block: fix autosave before redirecting the user.
- Remove use of Jetpack_Membership::get_connected_account_id().
- Revert change where newsletter plans could not be used on Premium content.
- Subscription Block: fix blog appearance.
- Subscriptions: add subscribe modal mobile padding.
- Subscriptions: hide modal if paywall block exists.
- Subscriptions: hide modal if post is subscribers-only.
- Subscriptions: tweak subscribe modal text/spacing.
- VideoPress Block: Check if VideoPress module is active in order to register the VideoPress video block.
### 12.6.1 - 2023-09-21
#### Bug Fixes
- WooCommerce Analytics: fix a fatal error that can occur with WooCommerce enabled.

--------

Expand Down
2 changes: 1 addition & 1 deletion wp-content/plugins/jetpack/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 ComposerAutoloaderInitf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ12_6::getLoader();
return ComposerAutoloaderInitf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ12_6_1::getLoader();
2 changes: 1 addition & 1 deletion wp-content/plugins/jetpack/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\jpf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ12_6;
namespace Automattic\Jetpack\Autoloader\jpf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ12_6_1;

// phpcs:ignore

Expand Down
10 changes: 5 additions & 5 deletions wp-content/plugins/jetpack/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 ComposerAutoloaderInitf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ12_6
class ComposerAutoloaderInitf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ12_6_1
{
private static $loader;

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

require __DIR__ . '/platform_check.php';

spl_autoload_register(array('ComposerAutoloaderInitf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ12_6', 'loadClassLoader'), true, true);
spl_autoload_register(array('ComposerAutoloaderInitf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ12_6_1', 'loadClassLoader'), true, true);
self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(__DIR__));
spl_autoload_unregister(array('ComposerAutoloaderInitf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ12_6', 'loadClassLoader'));
spl_autoload_unregister(array('ComposerAutoloaderInitf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ12_6_1', 'loadClassLoader'));

require __DIR__ . '/autoload_static.php';
call_user_func(\Composer\Autoload\ComposerStaticInitf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ12_6::getInitializer($loader));
call_user_func(\Composer\Autoload\ComposerStaticInitf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ12_6_1::getInitializer($loader));

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

$filesToLoad = \Composer\Autoload\ComposerStaticInitf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ12_6::$files;
$filesToLoad = \Composer\Autoload\ComposerStaticInitf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ12_6_1::$files;
$requireFile = \Closure::bind(static function ($fileIdentifier, $file) {
if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) {
$GLOBALS['__composer_autoload_files'][$fileIdentifier] = true;
Expand Down
10 changes: 5 additions & 5 deletions wp-content/plugins/jetpack/vendor/composer/autoload_static.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

namespace Composer\Autoload;

class ComposerStaticInitf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ12_6
class ComposerStaticInitf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ12_6_1
{
public static $files = array (
'3773ef3f09c37da5478d578e32b03a4b' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-assets/actions.php',
Expand Down Expand Up @@ -415,10 +415,10 @@ class ComposerStaticInitf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ12_6
public static function getInitializer(ClassLoader $loader)
{
return \Closure::bind(function () use ($loader) {
$loader->prefixLengthsPsr4 = ComposerStaticInitf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ12_6::$prefixLengthsPsr4;
$loader->prefixDirsPsr4 = ComposerStaticInitf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ12_6::$prefixDirsPsr4;
$loader->prefixesPsr0 = ComposerStaticInitf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ12_6::$prefixesPsr0;
$loader->classMap = ComposerStaticInitf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ12_6::$classMap;
$loader->prefixLengthsPsr4 = ComposerStaticInitf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ12_6_1::$prefixLengthsPsr4;
$loader->prefixDirsPsr4 = ComposerStaticInitf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ12_6_1::$prefixDirsPsr4;
$loader->prefixesPsr0 = ComposerStaticInitf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ12_6_1::$prefixesPsr0;
$loader->classMap = ComposerStaticInitf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ12_6_1::$classMap;

}, null, ClassLoader::class);
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* @package automattic/jetpack-autoloader
*/

namespace Automattic\Jetpack\Autoloader\jpf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ12_6;
namespace Automattic\Jetpack\Autoloader\jpf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ12_6_1;

// phpcs:ignore

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* @package automattic/jetpack-autoloader
*/

namespace Automattic\Jetpack\Autoloader\jpf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ12_6;
namespace Automattic\Jetpack\Autoloader\jpf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ12_6_1;

// phpcs:ignore

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* @package automattic/jetpack-autoloader
*/

namespace Automattic\Jetpack\Autoloader\jpf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ12_6;
namespace Automattic\Jetpack\Autoloader\jpf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ12_6_1;

// phpcs:ignore

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* @package automattic/jetpack-autoloader
*/

namespace Automattic\Jetpack\Autoloader\jpf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ12_6;
namespace Automattic\Jetpack\Autoloader\jpf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ12_6_1;

// phpcs:ignore

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* @package automattic/jetpack-autoloader
*/

namespace Automattic\Jetpack\Autoloader\jpf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ12_6;
namespace Automattic\Jetpack\Autoloader\jpf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ12_6_1;

// phpcs:ignore

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* @package automattic/jetpack-autoloader
*/

namespace Automattic\Jetpack\Autoloader\jpf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ12_6;
namespace Automattic\Jetpack\Autoloader\jpf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ12_6_1;

// phpcs:ignore

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* @package automattic/jetpack-autoloader
*/

namespace Automattic\Jetpack\Autoloader\jpf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ12_6;
namespace Automattic\Jetpack\Autoloader\jpf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ12_6_1;

// phpcs:ignore

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* @package automattic/jetpack-autoloader
*/

namespace Automattic\Jetpack\Autoloader\jpf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ12_6;
namespace Automattic\Jetpack\Autoloader\jpf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ12_6_1;

// phpcs:ignore

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* @package automattic/jetpack-autoloader
*/

namespace Automattic\Jetpack\Autoloader\jpf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ12_6;
namespace Automattic\Jetpack\Autoloader\jpf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ12_6_1;

// phpcs:ignore

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* @package automattic/jetpack-autoloader
*/

namespace Automattic\Jetpack\Autoloader\jpf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ12_6;
namespace Automattic\Jetpack\Autoloader\jpf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ12_6_1;

// phpcs:ignore

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* @package automattic/jetpack-autoloader
*/

namespace Automattic\Jetpack\Autoloader\jpf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ12_6;
namespace Automattic\Jetpack\Autoloader\jpf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ12_6_1;

// phpcs:ignore

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* @package automattic/jetpack-autoloader
*/

namespace Automattic\Jetpack\Autoloader\jpf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ12_6;
namespace Automattic\Jetpack\Autoloader\jpf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ12_6_1;

// phpcs:ignore

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* @package automattic/jetpack-autoloader
*/

namespace Automattic\Jetpack\Autoloader\jpf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ12_6;
namespace Automattic\Jetpack\Autoloader\jpf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ12_6_1;

// phpcs:ignore

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* @package automattic/jetpack-autoloader
*/

namespace Automattic\Jetpack\Autoloader\jpf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ12_6;
namespace Automattic\Jetpack\Autoloader\jpf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ12_6_1;

// phpcs:ignore

Expand Down

0 comments on commit 0aa7c29

Please sign in to comment.