Skip to content

Releases: Automattic/jetpack-beta

Jetpack Beta 4.2.0

13 Apr 15:33

Choose a tag to compare

4.2.0 - 2026-04-13

Changed

  • Dependencies: Update lock file to keep root requirements in sync. [#47418]
  • Replace 'Jetpack' text with logo icon in the admin bar to reduce horizontal space. [#46602]
  • Update design of the sidebar upsell. [#47909]
  • Update package dependencies. [#47021] [#47505]

Fixed

  • Include missing v in documentation link to docs/mu-plugin-info.md on GitHub. [#46956]
  • Move menu position to bottom. [#47977]

Jetpack Beta 4.1.7

04 Feb 21:01

Choose a tag to compare

4.1.7 - 2026-02-04

Changed

  • Check error_get_last() if the WP_Filesystem doesn't report any error on mu-plugin install failure. [#46115]
  • Update package dependencies. [#46785]

Fixed

  • Fix branch search not working for uppercase branch names. [#46338]

Jetpack Beta 4.1.6

12 Nov 16:55

Choose a tag to compare

4.1.6 - 2025-11-12

Changed

  • Update package dependencies. [#45478]

Jetpack Beta 4.1.5

09 Sep 02:01

Choose a tag to compare

4.1.5 - 2025-09-09

Changed

  • Update package dependencies. [#44206] [#44725] [#45096]

Jetpack Beta 4.1.4

04 Jul 19:07

Choose a tag to compare

4.1.4 - 2025-07-04

Changed

  • Update package dependencies. [#43425] [#43839]

Fixed

  • Autoloader: Prevent double slash in autoloader path. [#44030]
  • Linting: Fix more Stylelint violations. [#43213]
  • Linting: Remove outdated vendor prefixes in stylesheets. [#43219]

Jetpack Beta 4.1.3

17 Apr 14:58

Choose a tag to compare

4.1.3 - 2025-04-17

Changed

  • Code: First pass of style coding standards. [#42734]

Fixed

  • Code: Update stylesheets to use hex instead of named colors. [#42920]
  • Code: Update stylesheets to use WordPress font styles. [#42928]
  • Ensure wpcomsh doesn't reactivate jetpack/jetpack.php when we've deactivated it in favor of jetpack-dev/jetpack.php. [#43135]
  • Linting: Use double colon notation for pseudo-element selectors. [#43019]

Jetpack Beta 4.1.2

03 Apr 21:32

Choose a tag to compare

4.1.2 - 2025-04-03

Changed

  • Code: Use function-style exit() and die() with a default status code of 0. [#41167]
  • Update package dependencies. [#40515] [#40799] [#42180] [#42815]

Jetpack Beta 4.1.1

04 Dec 23:08

Choose a tag to compare

4.1.1 - 2024-12-04

Changed

  • Admin menu: change order of Jetpack sub-menu items [#39095]
  • Updated dependencies. [#40286]
  • Updated package dependencies. [#38228] [#38822] [#39288] [#39653] [#40116]
  • Use site url in email subject if the site title exists and is equale to "Site Title" [#38908]

Fixed

  • Fix an undefined variable reference. [#38247]
  • Lossless image optimization of images in projects/plugins [subdirectories from a* through social] [#38573]

Jetpack Beta 4.1.0

02 Jul 18:32

Choose a tag to compare

4.1.0 - 2024-07-02

Added

  • Hook into red bubble notification when bad installation is detected [#36449]
  • Support testing mu-plugins (i.e. wpcomsh). [#37955]

Changed

  • General: use wp_admin_notice function introduced in WP 6.4 to display notices. [#37051]
  • Only show installation errors on plugins page [#36390]
  • Updated package dependencies. [#35591] [#36309] [#36775] [#37348] [#37767]

Fixed

  • Strip comments in markdown. [#38140]

Jetpack Beta 4.0.0

07 Feb 22:17

Choose a tag to compare

4.0.0 - 2024-02-07

Changed

  • Code Modernization: Replace usage of substr() with str_starts_with() and str_ends_with(). [#34207]
  • General: updated PHP requirement to PHP 7.0+ [#34126]
  • Updated package dependencies.