diff --git a/projects/plugins/jetpack/CHANGELOG.md b/projects/plugins/jetpack/CHANGELOG.md index cc720d71ad22e..8e3674e48024c 100644 --- a/projects/plugins/jetpack/CHANGELOG.md +++ b/projects/plugins/jetpack/CHANGELOG.md @@ -34,6 +34,10 @@ - Update Playwright version. [#28094] - WoA: disabled Odyssey Stats for Atomic sites. [#28180] +## 11.7.1 - 2023-01-16 +### Bug fixes +- VideoPress: fix the fullscreen control when using VideoPress shortcodes. [#28342] + ## [11.7] - 2023-01-10 ### Enhancements - Contact form: update the description on the response data export modal under CSV section, on the Feedback page. [#28214] diff --git a/projects/plugins/jetpack/changelog/update-backport-jetpack-11.7.1-changelog b/projects/plugins/jetpack/changelog/update-backport-jetpack-11.7.1-changelog new file mode 100644 index 0000000000000..1d6ea43ec1ee0 --- /dev/null +++ b/projects/plugins/jetpack/changelog/update-backport-jetpack-11.7.1-changelog @@ -0,0 +1,5 @@ +Significance: patch +Type: other +Comment: Jetpack: backport 11.7.1 changelog + + diff --git a/projects/plugins/jetpack/readme.txt b/projects/plugins/jetpack/readme.txt index af0a1b0f8ad2c..9c7165cb1d8d6 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, batmoo, barry, beaulebens, biskobe, blobaugh, bjorsch, brbrr, cainm, cena, cfinke, chaselivingston, chellycat, clickysteve, csonnek, danielbachhuber, davoraltman, daniloercoli, delawski, designsimply, dllh, drawmyface, dsmart, dzver, ebinnion, egregor, eliorivero, enej, eoigal, erania-pinnera, ethitter, fgiannar, gcorne, georgestephanis, gibrown, goldsounds, hew, hugobaeta, hypertextranch, iammattthomas, iandunn, jblz, jasmussen, jeffgolenski, jeherve, jenhooks, jenia, jessefriedman, jgs, jkudish, jmdodd, joanrho, johnjamesjacoby, jshreve, kbrownkd, keoshi, koke, kraftbj, lancewillett, leogermani, lschuyler, macmanx, martinremy, matt, matveb, mattwiebe, maverick3x6, mcsf, mdawaffe, mdbitz, MichaelArestad, migueluy, mikeyarce, mkaz, nancythanki, nickmomrik, obenland, oskosk, pento, professor44, rachelsquirrel, rdcoll, ryancowles, richardmuscat, richardmtl, robertbpugh, roccotripaldi, samhotchkiss, samiff, scarstocea, scottsweb, sdixon194, sdquirk, sermitr, simison, stephdau, tmoorewp, tyxla, Viper007Bond, westi, yoavf, zinigor Tags: Security, backup, Woo, malware, scan, spam, CDN, search, social -Stable tag: 11.7 +Stable tag: 11.7.1 Requires at least: 6.0 Requires PHP: 5.6 Tested up to: 6.1 @@ -242,18 +242,9 @@ Jetpack Backup can do a full website migration to a new host, migrate theme file 4. Promote your newest posts, pages, and products across your social media channels. == Changelog == -### 11.8-a.1 - 2023-01-11 -#### Enhancements -- Contact form: UI improvements for the dropdown field. -- Form block: add relevant keywords to the 'Newsletter Sign-up' block variation. -- Widgets: add Mastodon to Social Icons Widget and Social Menu. - -#### Improved compatibility -- oEmbeds: add new URL scheme for iCloud Keynote embeds. - +### 11.7.1 - 2023-01-16 #### Bug fixes -- Modules: allow for deactivating multiple plugins when activating a module. -- Widgets: avoid errors with the Top Posts Widget when activating Offline mode on a site. +- VideoPress: fix the fullscreen control when using VideoPress shortcodes. --------