diff --git a/projects/plugins/jetpack/CHANGELOG.md b/projects/plugins/jetpack/CHANGELOG.md index 2aab6617e7edb..518c60cdd69f2 100644 --- a/projects/plugins/jetpack/CHANGELOG.md +++ b/projects/plugins/jetpack/CHANGELOG.md @@ -2,6 +2,10 @@ ### This is a list detailing changes for all Jetpack releases. +## 13.1.1 - 2024-02-06 +### Bug fixes +- WooCommerce Analytics: resolve warning when enqueuing analytics script. [#35471] + ## [13.1] - 2024-02-06 ### Enhancements - Like block: the existing Jetpack Like & Reblog button features are now available as a block! With the new Like block, users are be able to add the Like & Reblog features not just to posts and pages, but also to block templates and block patterns. You can give the new Like block a try by adding it from within the editor just like any other block. diff --git a/projects/plugins/jetpack/changelog/fix-woocommerce-analytics-script-enqueue b/projects/plugins/jetpack/changelog/fix-woocommerce-analytics-script-enqueue deleted file mode 100644 index d6f5613ec45f7..0000000000000 --- a/projects/plugins/jetpack/changelog/fix-woocommerce-analytics-script-enqueue +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: bugfix - -WooCommerce Analytics: Resolve warning when enqueuing analytics script. diff --git a/projects/plugins/jetpack/readme.txt b/projects/plugins/jetpack/readme.txt index f2ee2a8fb36aa..9a9e9b230ebc6 100644 --- a/projects/plugins/jetpack/readme.txt +++ b/projects/plugins/jetpack/readme.txt @@ -1,7 +1,7 @@ === Jetpack - WP Security, Backup, Speed, & Growth === Contributors: automattic, adamkheckler, adrianmoldovanwp, aduth, akirk, allendav, alternatekev, andy, annamcphee, annezazu, apeatling, arcangelini, azaozz, barry, batmoo, beaulebens, bindlegirl, biskobe, bjorsch, blobaugh, brbrr, cainm, cena, cfinke, cgastrell, chaselivingston, chellycat, clickysteve, csonnek, danielbachhuber, daniloercoli, davoraltman, delawski, designsimply, dllh, drawmyface, dsmart, dzver, ebinnion, egregor, eliorivero, enej, eoigal, erania-pinnera, ethitter, fgiannar, gcorne, georgestephanis, gibrown, goldsounds, hew, hugobaeta, hypertextranch, iammattthomas, iandunn, jasmussen, jblz, jeffgolenski, jeherve, jenhooks, jenia, jessefriedman, jgs, jkudish, jmdodd, joanrho, johnjamesjacoby, jshreve, kbrownkd, keoshi, koke, kraftbj, lancewillett, leogermani, lhkowalski, lschuyler, macmanx, martinremy, matt, mattwiebe, matveb, maverick3x6, mcsf, mdawaffe, mdbitz, MichaelArestad, migueluy, mikeyarce, mkaz, nancythanki, nickmomrik, nunyvega, obenland, oskosk, pento, professor44, rachelsquirrel, rdcoll, renatoagds, retrofox, richardmtl, richardmuscat, robertbpugh, roccotripaldi, ryancowles, samhotchkiss, samiff, scarstocea, scottsweb, sdixon194, sdquirk, sermitr, simison, stephdau, thehenridev, tmoorewp, tyxla, Viper007Bond, westi, williamvianas, wpkaren, yoavf, zinigor Tags: Security, backup, Woo, malware, scan, spam, CDN, search, social -Stable tag: 13.1 +Stable tag: 13.1.1 Requires at least: 6.3 Requires PHP: 7.0 Tested up to: 6.4 @@ -293,20 +293,9 @@ Jetpack Backup can do a full website migration to a new host, migrate theme file == Changelog == -### 13.1 - 2024-02-06 -#### Enhancements -- Like block: the existing Jetpack Like & Reblog button features are now available as a block! With the new Like block, users are be able to add the Like & Reblog features not just to posts and pages, but also to block templates and block patterns. You can give the new Like block a try by adding it from within the editor just like any other block. -- Sharing Buttons block: similar to the Like block mentioned above, the existing Jetpack Sharing Buttons feature is now available as a block. - -#### Improved compatibility -- GIF block: accept Giphy shortlinks as a valid embed. -- Performance: improve script enqueuing strategies to rely on methods introduced in WordPress 6.3. -- Sitemaps: use wp_loaded filter hook instead of init hook to load the permalinks for the sitemaps, which allows plugins and other hooks to load. - +### 13.1.1 - 2024-02-06 #### Bug fixes -- Related Posts block: get related posts only when the option is turned on and the current post contains a Related Posts block. -- Spotify shortcode: prevent a fatal error in PHP 8.1 if no attributes are passed. -- Theme Tools: ensure that Content Options does not override the Featured Images options set within blocks. +- WooCommerce Analytics: resolve warning when enqueuing analytics script. --------