Skip to content

Commit

Permalink
Jetpack 14.0-a.5 (#39793)
Browse files Browse the repository at this point in the history
  • Loading branch information
kraftbj authored Oct 16, 2024
1 parent 6a7886b commit 8928452
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 25 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.

## 14.0-a.5 - 2024-10-16
### Other changes <!-- Non-user-facing changes go here. This section will not be copied to readme.txt. -->
- Related Posts: refine how related posts are made available on singular views in block themes. [#39784]

## 14.0-a.3 - 2024-10-14
### Enhancements
- Newsletter: Update the default "reply to" setting value from not allowed to replies being posted as public comments. [#39657]
Expand Down

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ⓥ14_0_a_3",
"autoloader-suffix": "f11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ14_0_a_5",
"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: 14.0-a.3
* Version: 14.0-a.5
* 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', '14.0-a.3' );
define( 'JETPACK__VERSION', '14.0-a.5' );

/**
* 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": "14.0.0-a.3",
"version": "14.0.0-a.5",
"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
19 changes: 2 additions & 17 deletions projects/plugins/jetpack/readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -326,23 +326,8 @@ Jetpack Backup can do a full website migration to a new host, migrate theme file


== Changelog ==
### 14.0-a.3 - 2024-10-14
#### Enhancements
- Newsletter: Update the default "reply to" setting value from not allowed to replies being posted as public comments.
- Social: Add Bluesky to social previews.

#### Improved compatibility
- Image CDN: URL encode image path parts for RSS feed compatibility.
- Related Posts: Allow Related Posts on non-post CPTs where the block is already able to be used.

#### Bug fixes
- Blocks: Fix rendering of the goodreads block to avoid PHP warnings caused by missing attributes.
- Blocks: Render the slideshow block correctly inside an iframe editor.
- Contact Form: Ensure that submitted forms can only be accessed by logged in users allowed to view form submissions.
- General: Only include `wp-polyfill` as a script dependency when needed.
- Newsletter: Ensure `Enable featured image on your new post emails` setting displays the right value.
- Sharing: Ensure the sharing settings can be accessed even when a user is not connected to WordPress.com.
- Stats: Fix top post card on the Insight page.
### 14.0-a.5 - 2024-10-16
Fix: do not include Related Posts on non-post posts on classic themes.

--------

Expand Down

0 comments on commit 8928452

Please sign in to comment.