Skip to content

Commit

Permalink
Update version to 13.8
Browse files Browse the repository at this point in the history
  • Loading branch information
ice9js authored and matticbot committed Sep 4, 2024
1 parent da4e13e commit e2702bd
Show file tree
Hide file tree
Showing 29 changed files with 86 additions and 73 deletions.
10 changes: 5 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

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

## 13.8 - 2024-09-02
## 13.8 - 2024-09-04
### Major Enhancements
- Custom CSS: Remove feature in favor of WordPress core implementation. [#38865]
- Embeds: Remove YouTube and Vimeo embeds in favor of WordPress core implementation. [#39096]
Expand Down Expand Up @@ -48,9 +48,9 @@
- AI Assistant: Limit popover height and fix anchorless popover. [#39109]
- AI Assistant: Load dictionaries from CDN. [#38943]
- AI Assistant: Recompute Write Brief highlights when dictionary is loaded. [#38999]
- AI Assistant: Remove Write Brief highlight popover when feature is disabled. [#38814]
- AI Assistant: Remove dead Write Brief code. [#39089]
- AI Assistant: Remove unique-id sass function call from animation name. [#38922]
- AI Assistant: Remove Write Brief highlight popover when feature is disabled. [#38814]
- AI Assistant: Update connection button text. [#39031]
- Blocks: Ensure function is loaded even if blocks aren't enabled. [#39070]
- Blocks: Update the button block to v3 API. [#38916]
Expand Down Expand Up @@ -98,11 +98,11 @@
- Site Breadcrumbs: Requiring the feature from the Classic Theme Helper package. [#38931]
- Site Breadcrumbs: Wrapping functions in function_exists as part of functionality move to package. [#38880]
- Slideshow Shortcode: Remove deprecated JS functionality and remove majority of jQuery. [#39050]
- Social Links: Requiring feature from Classic Theme Helper package instead of Jetpack module. [#38730]
- Social Menus: Switch to more appropriate method of calling the SVG icon file. [#39136]
- Social: Moved PostPublishPanels component to publicize-coomponents package. [#39049]
- Social: Updated intial state logic to use the new consolidated initial state. [#38606]
- Social: Updated the share status modal to render it globally. [#39116]
- Social Links: Requiring feature from Classic Theme Helper package instead of Jetpack module. [#38730]
- Social Menus: Switch to more appropriate method of calling the SVG icon file. [#39136]
- Stats: Moved stats to the top of the Jetpack menu. [#39061]
- Subscribe Block: p tag styles leaking in from theme. [#38840]
- Subscriptions: Render the close button lower than the marketing bar. [#39065]
Expand All @@ -114,8 +114,8 @@
- Title Optimization: Change UI labels when keywords beta flag is enabled. [#38911]
- Title Optimization: Include feedback link on the footer. [#38940]
- Top Posts & Pages Block: Ensure deleted content does not display. [#37251]
- Update Quick Start instructions. [#39059]
- Updated package dependencies. [#38662] [#38665] [#38822] [#39111] [#38745]
- Update Quick Start instructions. [#39059]
- WP.com: Hide the Customizer link on WP.com sites. [#38852]

## 13.7 - 2024-08-06
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"automattic/jetpack-constants": "^2.0.4",
"automattic/jetpack-device-detection": "^2.1.4",
"automattic/jetpack-error": "^2.0.3",
"automattic/jetpack-forms": "^0.32.12",
"automattic/jetpack-forms": "^0.32.13",
"automattic/jetpack-image-cdn": "^0.4.8",
"automattic/jetpack-import": "^0.8.7",
"automattic/jetpack-ip": "^0.2.3",
Expand Down Expand Up @@ -94,7 +94,7 @@
"platform": {
"ext-intl": "0.0.0"
},
"autoloader-suffix": "f11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ13_8_beta",
"autoloader-suffix": "f11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ13_8",
"allow-plugins": {
"automattic/jetpack-autoloader": true,
"automattic/jetpack-composer-plugin": true
Expand Down
4 changes: 2 additions & 2 deletions 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: 13.8-beta
* Version: 13.8
* Author URI: https://jetpack.com
* License: GPL2+
* Text Domain: jetpack
Expand Down Expand Up @@ -34,7 +34,7 @@

define( 'JETPACK__MINIMUM_WP_VERSION', '6.5' );
define( 'JETPACK__MINIMUM_PHP_VERSION', '7.0' );
define( 'JETPACK__VERSION', '13.8-beta' );
define( 'JETPACK__VERSION', '13.8' );

/**
* Constant used to fetch the connection owner token
Expand Down
5 changes: 5 additions & 0 deletions jetpack_vendor/automattic/jetpack-forms/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ 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.32.13] - 2024-09-04
### Changed
- Check for private and password-protected posts when handling the contact form submissions. [#39238]

## [0.32.12] - 2024-09-02
### Changed
- Forms: update child blocks to Block API v3 [#38916]
Expand Down Expand Up @@ -643,6 +647,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Added a new jetpack/forms package [#28409]
- Added a public load_contact_form method for initializing the contact form module. [#28416]

[0.32.13]: https://github.com/automattic/jetpack-forms/compare/v0.32.12...v0.32.13
[0.32.12]: https://github.com/automattic/jetpack-forms/compare/v0.32.11...v0.32.12
[0.32.11]: https://github.com/automattic/jetpack-forms/compare/v0.32.10...v0.32.11
[0.32.10]: https://github.com/automattic/jetpack-forms/compare/v0.32.9...v0.32.10
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
*/
class Jetpack_Forms {

const PACKAGE_VERSION = '0.32.12';
const PACKAGE_VERSION = '0.32.13';

/**
* Load the contact form module.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -684,6 +684,17 @@ public function process_form_submission() {
do_blocks( '<!-- wp:template-part ' . wp_json_encode( $attributes ) . ' /-->' );
} else {
// It's a form embedded in a post

if ( ! is_post_publicly_viewable( $id ) && ! current_user_can( 'read_post', $id ) ) {
// The user can't see the post.
return false;
}

if ( post_password_required( $id ) ) {
// The post is password-protected and the password is not provided.
return false;
}

$post = get_post( $id );

// Process the content to populate Contact_Form::$last
Expand Down
2 changes: 1 addition & 1 deletion jetpack_vendor/i18n-map.php
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
),
'jetpack-forms' => array(
'path' => 'jetpack_vendor/automattic/jetpack-forms',
'ver' => '0.32.12',
'ver' => '0.32.13',
),
'jetpack-image-cdn' => array(
'path' => 'jetpack_vendor/automattic/jetpack-image-cdn',
Expand Down
19 changes: 8 additions & 11 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -326,34 +326,31 @@ Jetpack Backup can do a full website migration to a new host, migrate theme file


== Changelog ==
### 13.8-beta - 2024-09-02
### 13.8 - 2024-09-04
#### Major Enhancements
- Custom CSS: Remove feature in favor of WordPress core implementation.
- Embeds: Remove YouTube and Vimeo embeds in favor of WordPress core implementation.
- WordPress.com Toolbar: The feature has been removed.

#### Enhancements
- Admin Menu: Update order of Jetpack sub-menu items.
- AI Assistant: Add spelling mistakes check for English language.
- Newsletters: Adds Gutenberg plugin icon to the header, with a plugin sidebar with email preview feature.
- Newsletters: Add the plugin icon to the Block Editor header, with a dedicated sidebar with an email preview feature.
- Social: Display Fediverse creator meta tag when a post has an active Mastodon connection.

#### Improved compatibility
- AMP: Avoid errors when using Jetpack's classic slideshows on a site where Jetpack blocks are disabled.
- Performance: Optimize the size of included image files.
- Sharing Block: Improve performance when hooking the block into single post templates.
- Tiled Galleries: Defer loading of the Tiled Gallery script for improved performance.
- WordPress.com Toolbar: Removed feature from self-hosted Jetpack sites.

#### Bug fixes
- AI Assistant: Disable Breve for free plan users when AI Assistant block is disabled
- Blocks: Ensure that the Contact Info stylesheet is properly loaded.
- Blocks: Ensure that the Payment Button stylesheet is properly loaded.
- AI Assistant: Disable Write Brief for free plan users when AI Assistant block is disabled.
- AMP: Avoid fatal errors when using Jetpack's classic slideshows on a site where Jetpack blocks are disabled.
- Blocks: Ensure the stylesheets for Contact Info and Payment Button blocks are loaded correctly.
- Blocks: Fix the editor freeze after inserting a pattern with the Donations block.
- Mailchimp Block: Do not attempt to fetch groups when a site is not connected to Mailchimp yet.
- REST API: Avoid PHP warnings in the comment endpoint when the parent comment does not exist.
- Social Icons Widget: Ensure the social network icons are displayed properly.
- Social Menus: Ensure the SVG can be displayed properly.
- Subscriptions: Prevent saave discussion settings from turning on the subscribe modal.
- Social Icons Widget: Ensure the social network icons display correctly.
- Subscriptions: Prevent the subscribe modal from automatically turning on when discussion settings are saved.

--------

Expand Down
2 changes: 1 addition & 1 deletion 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_jetpack13_8_beta::getLoader();
return ComposerAutoloaderInitf11009ded9fc4592b6a05b61ce272b3c_jetpack13_8::getLoader();
2 changes: 1 addition & 1 deletion 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ⓥ13_8_beta\al3_0_10;
namespace Automattic\Jetpack\Autoloader\jpf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ13_8\al3_0_10;

// phpcs:ignore

Expand Down
10 changes: 5 additions & 5 deletions 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_jetpack13_8_beta
class ComposerAutoloaderInitf11009ded9fc4592b6a05b61ce272b3c_jetpack13_8
{
private static $loader;

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

require __DIR__ . '/platform_check.php';

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

require __DIR__ . '/autoload_static.php';
call_user_func(\Composer\Autoload\ComposerStaticInitf11009ded9fc4592b6a05b61ce272b3c_jetpack13_8_beta::getInitializer($loader));
call_user_func(\Composer\Autoload\ComposerStaticInitf11009ded9fc4592b6a05b61ce272b3c_jetpack13_8::getInitializer($loader));

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

$filesToLoad = \Composer\Autoload\ComposerStaticInitf11009ded9fc4592b6a05b61ce272b3c_jetpack13_8_beta::$files;
$filesToLoad = \Composer\Autoload\ComposerStaticInitf11009ded9fc4592b6a05b61ce272b3c_jetpack13_8::$files;
$requireFile = \Closure::bind(static function ($fileIdentifier, $file) {
if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) {
$GLOBALS['__composer_autoload_files'][$fileIdentifier] = true;
Expand Down
8 changes: 4 additions & 4 deletions 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_jetpack13_8_beta
class ComposerStaticInitf11009ded9fc4592b6a05b61ce272b3c_jetpack13_8
{
public static $files = array (
'3773ef3f09c37da5478d578e32b03a4b' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-assets/actions.php',
Expand Down Expand Up @@ -506,9 +506,9 @@ class ComposerStaticInitf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ13_8_beta
public static function getInitializer(ClassLoader $loader)
{
return \Closure::bind(function () use ($loader) {
$loader->prefixLengthsPsr4 = ComposerStaticInitf11009ded9fc4592b6a05b61ce272b3c_jetpack13_8_beta::$prefixLengthsPsr4;
$loader->prefixDirsPsr4 = ComposerStaticInitf11009ded9fc4592b6a05b61ce272b3c_jetpack13_8_beta::$prefixDirsPsr4;
$loader->classMap = ComposerStaticInitf11009ded9fc4592b6a05b61ce272b3c_jetpack13_8_beta::$classMap;
$loader->prefixLengthsPsr4 = ComposerStaticInitf11009ded9fc4592b6a05b61ce272b3c_jetpack13_8::$prefixLengthsPsr4;
$loader->prefixDirsPsr4 = ComposerStaticInitf11009ded9fc4592b6a05b61ce272b3c_jetpack13_8::$prefixDirsPsr4;
$loader->classMap = ComposerStaticInitf11009ded9fc4592b6a05b61ce272b3c_jetpack13_8::$classMap;

}, null, ClassLoader::class);
}
Expand Down
14 changes: 7 additions & 7 deletions vendor/composer/installed.json
Original file line number Diff line number Diff line change
Expand Up @@ -1145,17 +1145,17 @@
},
{
"name": "automattic/jetpack-forms",
"version": "v0.32.12",
"version_normalized": "0.32.12.0",
"version": "v0.32.13",
"version_normalized": "0.32.13.0",
"source": {
"type": "git",
"url": "https://github.com/Automattic/jetpack-forms.git",
"reference": "1616d96387c4d1d59edc2fe164a7897a1b4b9c70"
"reference": "81c0283c5b0c06c245722942893c7f110df31ac1"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Automattic/jetpack-forms/zipball/1616d96387c4d1d59edc2fe164a7897a1b4b9c70",
"reference": "1616d96387c4d1d59edc2fe164a7897a1b4b9c70",
"url": "https://api.github.com/repos/Automattic/jetpack-forms/zipball/81c0283c5b0c06c245722942893c7f110df31ac1",
"reference": "81c0283c5b0c06c245722942893c7f110df31ac1",
"shasum": ""
},
"require": {
Expand All @@ -1176,7 +1176,7 @@
"suggest": {
"automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package."
},
"time": "2024-09-02T12:18:47+00:00",
"time": "2024-09-04T18:19:29+00:00",
"type": "jetpack-library",
"extra": {
"autotagger": true,
Expand Down Expand Up @@ -1204,7 +1204,7 @@
],
"description": "Jetpack Forms",
"support": {
"source": "https://github.com/Automattic/jetpack-forms/tree/v0.32.12"
"source": "https://github.com/Automattic/jetpack-forms/tree/v0.32.13"
},
"install-path": "../../jetpack_vendor/automattic/jetpack-forms"
},
Expand Down
6 changes: 3 additions & 3 deletions vendor/composer/installed.php
Original file line number Diff line number Diff line change
Expand Up @@ -191,9 +191,9 @@
'dev_requirement' => false,
),
'automattic/jetpack-forms' => array(
'pretty_version' => 'v0.32.12',
'version' => '0.32.12.0',
'reference' => '1616d96387c4d1d59edc2fe164a7897a1b4b9c70',
'pretty_version' => 'v0.32.13',
'version' => '0.32.13.0',
'reference' => '81c0283c5b0c06c245722942893c7f110df31ac1',
'type' => 'jetpack-library',
'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-forms',
'aliases' => array(),
Expand Down
32 changes: 16 additions & 16 deletions vendor/composer/jetpack_autoload_classmap.php
Original file line number Diff line number Diff line change
Expand Up @@ -363,71 +363,71 @@
'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-explat/src/class-rest-controller.php'
),
'Automattic\\Jetpack\\Extensions\\Contact_Form\\Contact_Form_Block' => array(
'version' => '0.32.12.0',
'version' => '0.32.13.0',
'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-forms/src/blocks/contact-form/class-contact-form-block.php'
),
'Automattic\\Jetpack\\Files' => array(
'version' => '3.3.4.0',
'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-status/src/class-files.php'
),
'Automattic\\Jetpack\\Forms\\ContactForm\\Admin' => array(
'version' => '0.32.12.0',
'version' => '0.32.13.0',
'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-forms/src/contact-form/class-admin.php'
),
'Automattic\\Jetpack\\Forms\\ContactForm\\Contact_Form' => array(
'version' => '0.32.12.0',
'version' => '0.32.13.0',
'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-forms/src/contact-form/class-contact-form.php'
),
'Automattic\\Jetpack\\Forms\\ContactForm\\Contact_Form_Endpoint' => array(
'version' => '0.32.12.0',
'version' => '0.32.13.0',
'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-forms/src/contact-form/class-contact-form-endpoint.php'
),
'Automattic\\Jetpack\\Forms\\ContactForm\\Contact_Form_Field' => array(
'version' => '0.32.12.0',
'version' => '0.32.13.0',
'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-forms/src/contact-form/class-contact-form-field.php'
),
'Automattic\\Jetpack\\Forms\\ContactForm\\Contact_Form_Plugin' => array(
'version' => '0.32.12.0',
'version' => '0.32.13.0',
'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-forms/src/contact-form/class-contact-form-plugin.php'
),
'Automattic\\Jetpack\\Forms\\ContactForm\\Contact_Form_Shortcode' => array(
'version' => '0.32.12.0',
'version' => '0.32.13.0',
'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-forms/src/contact-form/class-contact-form-shortcode.php'
),
'Automattic\\Jetpack\\Forms\\ContactForm\\Editor_View' => array(
'version' => '0.32.12.0',
'version' => '0.32.13.0',
'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-forms/src/contact-form/class-editor-view.php'
),
'Automattic\\Jetpack\\Forms\\ContactForm\\Form_View' => array(
'version' => '0.32.12.0',
'version' => '0.32.13.0',
'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-forms/src/contact-form/class-form-view.php'
),
'Automattic\\Jetpack\\Forms\\ContactForm\\Util' => array(
'version' => '0.32.12.0',
'version' => '0.32.13.0',
'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-forms/src/contact-form/class-util.php'
),
'Automattic\\Jetpack\\Forms\\Dashboard\\Dashboard' => array(
'version' => '0.32.12.0',
'version' => '0.32.13.0',
'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-forms/src/dashboard/class-dashboard.php'
),
'Automattic\\Jetpack\\Forms\\Dashboard\\Dashboard_View_Switch' => array(
'version' => '0.32.12.0',
'version' => '0.32.13.0',
'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-forms/src/dashboard/class-dashboard-view-switch.php'
),
'Automattic\\Jetpack\\Forms\\Jetpack_Forms' => array(
'version' => '0.32.12.0',
'version' => '0.32.13.0',
'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-forms/src/class-jetpack-forms.php'
),
'Automattic\\Jetpack\\Forms\\Service\\Google_Drive' => array(
'version' => '0.32.12.0',
'version' => '0.32.13.0',
'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-forms/src/service/class-google-drive.php'
),
'Automattic\\Jetpack\\Forms\\Service\\Post_To_Url' => array(
'version' => '0.32.12.0',
'version' => '0.32.13.0',
'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-forms/src/service/class-post-to-url.php'
),
'Automattic\\Jetpack\\Forms\\WPCOM_REST_API_V2_Endpoint_Forms' => array(
'version' => '0.32.12.0',
'version' => '0.32.13.0',
'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-forms/src/class-wpcom-rest-api-v2-endpoint-forms.php'
),
'Automattic\\Jetpack\\Heartbeat' => array(
Expand Down
2 changes: 1 addition & 1 deletion vendor/jetpack-autoloader/class-autoloader-handler.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ⓥ13_8_beta\al3_0_10;
namespace Automattic\Jetpack\Autoloader\jpf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ13_8\al3_0_10;

// phpcs:ignore

Expand Down
Loading

0 comments on commit e2702bd

Please sign in to comment.