Skip to content

Latest commit

 

History

History
627 lines (491 loc) · 20.5 KB

CHANGELOG.md

File metadata and controls

627 lines (491 loc) · 20.5 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

0.25.8-alpha - unreleased

This is an alpha version! The changes listed here are not final.

Changed

  • Updated package dependencies.

0.25.7 - 2025-02-03

Changed

  • Updated package dependencies. [#41286]

Fixed

  • Blaze: Ensure Blaze still available after quick edit in post list [#41339]

0.25.6 - 2025-01-20

Changed

  • Updated package dependencies. [#41099]

0.25.5 - 2025-01-10

Fixed

  • Blaze: Ensure post list quick link is added after quick edit. [#40889]
  • Blaze: Fix external icon alignment on "Blaze this Post" button. [#40825]

0.25.4 - 2024-12-16

Changed

  • Updated package dependencies. [#40564]

0.25.3 - 2024-12-04

Changed

  • Updated package dependencies. [#40363]

0.25.2 - 2024-11-26

Changed

  • Update dependencies. [#39855]

0.25.1 - 2024-11-25

Changed

  • Updated dependencies. [#40286]
  • Updated package dependencies. [#40288]

0.25.0 - 2024-11-18

Removed

  • General: Update minimum PHP version to 7.2. [#40147]

0.24.0 - 2024-11-11

Added

  • Adds /stats endpoints to the whitelist [#39995]

Changed

  • Updated package dependencies. [#39999] [#40060]

0.23.3 - 2024-11-04

Added

  • Enable test coverage. [#39961]

0.23.2 - 2024-10-21

Changed

  • Update dependencies. [#39781]

0.23.1 - 2024-10-14

Changed

  • Only include wp-polyfill as a script dependency when needed. [#39629]
  • Updated package dependencies. [#39707]

0.23.0 - 2024-10-07

Changed

  • Changes the error Blaze shows during sync to be a warning. [#39515]
  • Updated package dependencies. [#39594]

0.22.12 - 2024-09-30

Changed

  • Remove user connection nudges where they aren't needed. Add user connection nudges where needed [#39533]
  • Update dependencies. [#39528]

0.22.11 - 2024-09-23

Fixed

  • Increases the timeout for the Blaze payment checkout endpoint [#39420]

0.22.10 - 2024-09-10

Changed

  • Updated package dependencies. [#39302]

0.22.9 - 2024-09-09

Changed

  • Updated package dependencies. [#39176]

Fixed

  • Address React usage errors found by eslint. [#39214]

0.22.8 - 2024-08-30

Changed

  • Updated package dependencies. [#39111]

0.22.7 - 2024-08-23

Changed

  • Updated package dependencies. [#39004]

0.22.6 - 2024-08-21

Changed

  • Internal updates.

0.22.5 - 2024-08-19

Changed

  • Updated package dependencies. [#38662]

0.22.4 - 2024-08-12

Changed

  • Allows request to the v1.1 endpoints of Blaze campaigns [#38771]

0.22.3 - 2024-07-26

Changed

  • Update dependencies. [#37356]

0.22.2 - 2024-07-23

Fixed

  • Updated package dependencies. [#38464]

0.22.1 - 2024-07-22

Changed

  • Update dependencies. [#37356]

0.22.0 - 2024-07-08

Changed

  • As we've launched untangling & nav redesign, the wpcom_is_nav_redesign_enabled() function name is not relevant anymore and can be confusing for future developers, so we replace it with the equivalent get_option call. [#38197]
  • Updated package dependencies. [#38132]

Fixed

  • Fixes a bug in the Blaze endpoint blaze/posts that happens when we get a non-200 from WPCOM [#38070]

0.21.10 - 2024-06-28

Changed

  • Eligibility checks: when a request to the WordPress.com API fails, store the response for an hour to avoid spamming the API. [#38066]

Fixed

  • Eligibility checks: shortcircuit Blaze feature earlier when a site is not properly connected to WordPress.com. [#38066]

0.21.9 - 2024-06-21

Changed

  • Update dependencies. [#37356]

0.21.8 - 2024-06-19

Added

  • Added a Jetpack sync check when listing the posts. [#37865]

0.21.7 - 2024-06-17

Changed

  • Updated package dependencies. [#37796]

0.21.6 - 2024-06-10

Changed

  • Updated package dependencies. [#37669]

0.21.5 - 2024-05-27

Changed

  • Update dependencies. [#37356]

0.21.4 - 2024-05-20

Changed

  • Updated package dependencies. [#37379] [#37380]

0.21.3 - 2024-05-13

Changed

  • Update dependencies. [#37280]

0.21.2 - 2024-05-06

Changed

  • Updated package dependencies. [#37147]

Fixed

  • Blaze: Fix translations of "Blaze this %s" labels. [#36466]

0.21.1 - 2024-04-25

Changed

  • Internal updates.

0.21.0 - 2024-04-22

Added

  • Add new filters for the Blaze module. [#36950]

0.20.3 - 2024-04-15

Fixed

  • Update configs to accomodate for Simple Classic for Blaze. [#36842]

0.20.2 - 2024-04-08

Changed

  • Updated package dependencies. [#36760]

0.20.1 - 2024-04-01

Added

  • Change Phan baselines. [#36627]

0.20.0 - 2024-03-27

Added

  • Adds the atomic flag to the Jetpack Blaze base site's configuration [#36562]

Changed

  • Updated package dependencies. [#36585]

0.19.3 - 2024-03-25

Changed

  • Internal updates.

0.19.2 - 2024-03-18

Changed

  • Internal updates.

0.19.1 - 2024-03-12

Changed

  • Updated package dependencies. [#36325]

Fixed

  • Fixes the response body for the errors returned by the Blaze controller [#36134]

0.19.0 - 2024-03-04

Added

  • Add support for running DSP Campaign Creation API endpoint v1.1 from DSP widget [#36120]

Changed

  • Updated package dependencies.

0.18.1 - 2024-02-27

Changed

  • Update dependencies. [#35170]

0.18.0 - 2024-02-26

Changed

  • Blaze: Enable the Dashboard behind the feature flag [#35724]

Fixed

  • added a "use WC_Product" to include this in the post fetching endpoint for blaze [#35870]
  • Changes to use the user's locale to render the dashboard [#35832]

0.17.0 - 2024-02-19

Added

  • Added price in blaze/posts endpoint [#35066]

Changed

  • Changes the Blaze Dashboard entry points to be compatible with Woo Blaze [#34964]
  • Post Links: allow third-parties to toggle them depending on post type. [#35730]

0.16.0 - 2024-02-13

Added

  • Blaze: Whiteliste /media/new WPCOM REST API call for image uploading [#34790]
  • Quick Action Links: introduce new filter allowing to disable quick links in the Posts screen. [#35586]

Changed

  • Updated package dependencies. [#35608]

0.15.3 - 2024-02-05

Changed

  • Updated package dependencies. [#35384]

0.15.2 - 2024-01-29

Changed

  • Update dependencies. [#35170]

0.15.1 - 2024-01-22

Changed

  • Update dependencies. [#35117]

0.15.0 - 2024-01-15

Changed

  • Changes the Blaze Dashboard paths to use the new format [#34896]

0.14.3 - 2024-01-04

Changed

  • Updated package dependencies. [#34815]

0.14.2 - 2023-12-11

Changed

  • Updated package dependencies. [#34416]

0.14.1 - 2023-12-03

Changed

  • Updated package dependencies. [#34411]

0.14.0 - 2023-11-24

Added

  • Added whitelisting for the payments endpoint. [#34227]

0.13.0 - 2023-11-20

Changed

  • Updated required PHP version to >= 7.0. [#34192]

0.12.3 - 2023-11-14

Changed

  • Updated package dependencies. [#34093]

0.12.2 - 2023-11-13

Changed

  • Updated dependencies. [#33960]

0.12.1 - 2023-11-03

Changed

  • Updated dependencies. [#33946]

0.12.0 - 2023-10-31

Added

  • Add sending Jetpack version to BlazePress Calypso App. [#33823]

0.11.0 - 2023-10-23

Added

  • DSP media endpoints allowlisting. [#33598]

Changed

  • Updated package dependencies. [#33646] [#33687]

Fixed

  • Fix unsetting sub_path in Dashboard_REST_Controller. [#33668]

0.10.4 - 2023-10-16

Changed

  • Updated package dependencies. [#33429]

0.10.3 - 2023-10-10

Changed

  • Updated package dependencies. [#33428]

0.10.2 - 2023-09-19

Changed

  • Updated package dependencies. [#33001]

0.10.1 - 2023-09-04

Changed

  • Updated package dependencies. [#32803] [#32804]

Fixed

  • Fixes missing controller for DSP /subscriptions POST endpoint [#32752]

0.10.0 - 2023-08-28

Added

  • Added a rest route for the DSP experiments api endpoint [#32550]

Changed

  • Updated package dependencies. [#32605]

0.9.3 - 2023-08-21

Changed

  • Use the new method to render Connection initial state. [#32499]

0.9.2 - 2023-08-09

Changed

  • Updated package dependencies. [#32166]
  • Update wording in the Blaze CTA link appearing in the post list. [#32339]

0.9.1 - 2023-08-07

Fixed

  • Fixes missing controller for DSP /woo/wpcom-payment-methods request [#32267]

0.9.0 - 2023-07-25

Changed

  • Enable the new Blaze Dashboard page by default. [#31750]
  • Updated package dependencies. [#32040]

0.8.1 - 2023-07-17

Changed

  • Updated package dependencies. [#31785]

Fixed

  • Dashboard: Fixed compatibility with the checkout endpoint [#31756]

0.8.0 - 2023-07-10

Added

  • Added compatibility to new logs endpoint in DSP [#31694]

0.7.2 - 2023-07-05

Changed

  • Change Dashboard: Change to return connected user information to use for analytics [#31654]
  • Dashboard Menu: change priority. [#31617]
  • Updated package dependencies. [#31659]

Fixed

  • Fixes missing controller for DSP blaze/posts request [#31641]

0.7.1 - 2023-06-27

Fixed

  • Avoid errors when the post type label is not defined. [#31595]

0.7.0 - 2023-06-26

Added

  • Add new Blaze Dashboard menu item. [#30103]
  • Add new endpoints to access general Blaze site information via the API. [#31485]

Changed

  • Blaze can now be loaded as a module, instead of relying on the Config package. [#31479]
  • Updated package dependencies. [#31468]

Fixed

  • Ensure we use the translated post type name in Post-publish prompt. [#31399]

0.6.0 - 2023-06-19

Fixed

  • Removed the extra margin in the Blaze panel [#31411]

0.5.14 - 2023-06-06

Changed

  • Updated package dependencies. [#31129]

0.5.13 - 2023-05-22

Changed

  • Internal updates.

0.5.12 - 2023-05-02

Changed

  • Updated package dependencies.

0.5.11 - 2023-05-01

Changed

  • Internal updates.

0.5.10 - 2023-04-17

Changed

  • Updated package dependencies. [#30019]

0.5.9 - 2023-04-10

Added

  • Add Jetpack Autoloader package suggestion. [#29988]

0.5.8 - 2023-04-04

Changed

  • Updated package dependencies. [#29854]

0.5.7 - 2023-04-03

Changed

  • Internal updates.

0.5.6 - 2023-03-20

Changed

  • Updated package dependencies. [#29471]

0.5.5 - 2023-03-08

Changed

  • Updated package dependencies. [#29216]

0.5.4 - 2023-02-20

Changed

  • Minor internal updates.

0.5.3 - 2023-02-15

Changed

  • Update to React 18. [#28710]

Fixed

  • Blaze: prevent fatals on frontend-loaded Gutenberg + bail early if Jetpack is not connected [#28955]
  • Do not load the Blaze script in the classic editor. [#28900]

0.5.2 - 2023-02-08

Changed

  • Only display the Blaze UI to admins on a site. [#28748]
  • Updated package dependencies. [#28682]

Fixed

  • Do not display "Blaze" links in the post list for password-protected posts. [#28747]

0.5.1 - 2023-02-02

Added

  • Display "Blaze" links in page list too. [#28715]

Changed

  • Do not require Jetpack's JSON API module to use feature. [#28672]

Fixed

  • Do not display Blaze links in non-supported CPT pages. [#28671]

0.5.0 - 2023-01-26

Changed

  • Move away from Singleton pattern to improve performance [#28587]

Fixed

  • Avoid unnecessary requests for eligibility [#28568]

0.4.0 - 2023-01-23

Added

  • Add new method to request eligibility to Blaze from WordPress.com. [#28353]
  • Add tracking when the post-publish panel is displayed. [#28392]

Changed

  • Start using utilities from Status package to detect whether a site is private or "coming-soon" (unlaunched). [#28328]

Fixed

  • Always enqueue Jetpack Connnection info when enqueuing Blaze script [#28457]

0.3.4 - 2023-01-16

Added

  • Do not display the Blaze UI on private or unlaunched sites. [#28315]

Changed

  • Do not load the Blaze UI if the JSON API module is inactive. [#28267]
  • Only display the Blaze UI if the connected user's language is English. [#28266]

0.3.3 - 2023-01-11

Changed

  • Updated package dependencies. [#28127]

Fixed

  • Do not load the Blaze panel in the site editor or the widget editor. [#28187]

0.3.2 - 2023-01-04

Changed

  • Editor panel: update Blaze icon and wording. [#28155]
  • Post List link: only display UI on WordPress.com Simple and WoA sites for now. [#28155]
  • Update wording in Post List link. [#28155]

0.3.1 - 2023-01-03

Fixed

  • Blaze: Only show post row action to promote if the post is published. [#28139]

0.3.0 - 2023-01-02

Added

  • Blaze package: Add config initialization, initialization checks for loading. [#28077]

0.2.0 - 2022-12-27

Added

  • Add new Post-publish panel in the block editor [#28073]

0.1.0 - 2022-12-19

Changed

  • Updated package dependencies. [#27906]