Skip to content

Releases: Automattic/jetpack-beta

Jetpack Beta 4.1.0

02 Jul 18:32
Compare
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
Compare
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.

Jetpack Beta 3.1.6

02 Oct 23:19
Compare
Choose a tag to compare

3.1.6 - 2023-10-02

Changed

  • General: remove backwards-compatibility function checks now that the package supports WP 6.2. [#32772]
  • Updated Jetpack submenu sort order so individual features are alpha-sorted. [#32958]
  • Updated package dependencies. [#31308]
  • Updated package dependencies. [#32307]
  • Updated package dependencies. [#32966]

Fixed

  • Avoid deprecation warning in PHP 8.1 when viewing Beta settings screen. [#31295]
  • If another PHP error handler was set, chain to it insead of calling PHP's default handler. [#32834]
  • Use WordPress core's Plugin_Upgrader to install plugins, as it handles edge cases better. [#33216]

Jetpack Beta 3.1.5

27 Apr 18:15
Compare
Choose a tag to compare

3.1.5 - 2023-04-27

Security

  • Disable HTML-style tags in the markdown renderer, the library used doesn't always handle them properly. [#30339]

Changed

  • Updated package dependencies. [#28910]

Jetpack Beta 3.1.3

20 Sep 21:51
Compare
Choose a tag to compare

3.1.3 - 2022-09-20

Changed

  • Renaming master references to trunk [#24712]
  • Updated package dependencies.

Jetpack Beta 3.1.2

08 Jun 19:22
Compare
Choose a tag to compare

3.1.2 - 2022-06-08

Added

  • Adding trunk branch cases in preparation for monorepo branch renaming
  • Set Update URI in the plugin header.

Changed

  • PHPCS: Fix WordPress.Security.ValidatedSanitizedInput
  • Updated package dependencies.

Fixed

  • Download from the correct URL when updating to a version tagged like "v3.1.1" rather than "3.1.1".
  • Ensure that WP CLI is present before extending the class.
  • Fixed testing tips links

Jetpack Beta 3.1.1

01 Mar 20:37
Compare
Choose a tag to compare

3.1.1 - 2022-03-01

Added

  • Added docs to JS file.

Changed

  • Updated composer.lock

Jetpack Beta 3.1.0

09 Dec 16:12
Compare
Choose a tag to compare

3.1.0 - 2021-12-08

Added

  • Added an action to auto-create a GitHub release when a version is tagged.
  • Improved exception handling when network access to a8c servers is impaired.

Changed

  • Updated Beta release instructions to avoid extra MacOS files in the ZIP.
  • Updated package dependencies

Jetpack Beta 3.1.0

09 Dec 21:36
Compare
Choose a tag to compare

3.1.0 - 2021-12-08

Added

  • Added an action to auto-create a GitHub release when a version is tagged.
  • Improved exception handling when network access to a8c servers is impaired.

Changed

  • Updated Beta release instructions to avoid extra MacOS files in the ZIP.
  • Updated package dependencies

Jetpack Beta 3.0.3

06 Oct 19:37
Compare
Choose a tag to compare

3.0.3 - 2021-10-06

Changed

  • Updated package dependencies.

Fixed

  • Remove unused variable in plugin-select.template.php.