diff --git a/projects/plugins/backup/CHANGELOG.md b/projects/plugins/backup/CHANGELOG.md index 60624d7700b79..109b7569908cf 100644 --- a/projects/plugins/backup/CHANGELOG.md +++ b/projects/plugins/backup/CHANGELOG.md @@ -5,12 +5,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## 1.4.2-beta - 2022-11-28 +## 1.4.2 - 2022-12-06 ### Changed - Add real-time backups details in plugin FAQs [#27470] - Compatibility: WordPress 6.1 compatibility [#27084] - Rename plugin name to Jetpack VaultPress Backup [#27432] [#27411] -- Updated package dependencies. [#26072] +- Updated package dependencies. [#26072] ### Removed - Remove connection-ui package dependency [#26381] diff --git a/projects/plugins/backup/changelog/backport-release-changelogs b/projects/plugins/backup/changelog/backport-release-changelogs new file mode 100644 index 0000000000000..2e7b23e329369 --- /dev/null +++ b/projects/plugins/backup/changelog/backport-release-changelogs @@ -0,0 +1,4 @@ +Significance: patch +Type: changed + +Backport changelog and readme from release diff --git a/projects/plugins/backup/readme.txt b/projects/plugins/backup/readme.txt index ee498683f7e8c..f9ee1ba1ec210 100644 --- a/projects/plugins/backup/readme.txt +++ b/projects/plugins/backup/readme.txt @@ -160,12 +160,12 @@ No, Jetpack VaultPress Backup does not currently support split site or split hom 2. Your site backups are stored in multiple locations on our world-class cloud infrastructure so you can recover them at any moment. == Changelog == -### 1.4.2-beta - 2022-11-28 +### 1.4.2 - 2022-12-06 #### Changed - Add real-time backups details in plugin FAQs - Compatibility: WordPress 6.1 compatibility - Rename plugin name to Jetpack VaultPress Backup [#27432] -- Updated package dependencies. [#26072] +- Updated package dependencies. #### Removed - Remove connection-ui package dependency diff --git a/projects/plugins/jetpack/CHANGELOG.md b/projects/plugins/jetpack/CHANGELOG.md index 4d338588caa3c..d5dcc2c463aa4 100644 --- a/projects/plugins/jetpack/CHANGELOG.md +++ b/projects/plugins/jetpack/CHANGELOG.md @@ -30,15 +30,16 @@ - WAF: update WAF package version in composer.lock [#27528] - WordAds: fix syntax in wordards-ccpa.js causing it to be included in all merge commits. [#27667] -## 11.6-beta - 2022-11-28 +## 11.6 - 2022-12-06 ### Enhancements - Editor: adds an experimental editor extension that displays a placeholder blogging prompt when starting a new post. [#26680] -- Form Block: update design for Feedback table in WP Admin. [#27368] +- Form Block: fix form placeholder background color. [#27629] - Form Block: add a new form variation and template for a Salesforce Lead form. [#26903] - Form Block: enable editing placeholders on form input fields. [#27514] - Form Block: feedback export function is now integrated with the feedback table filters [#27427] -- Form Block: move the 'check for spam' buttont to below the responses table on the feedback page in WP Admin. [#27562] - Form Block: improve the styling and formatting of the form submission page after a form block is submitted. [#27392] +- Form Block: move the 'check for spam' buttont to below the responses table on the feedback page in WP Admin. [#27562] +- Form Block: update design for Feedback table in WP Admin. [#27368] - Form Block: updates Form block placeholder to include pattern selection modal [#27337] - Form Block: updates Form block to allow layout blocks [#27410] - Form Block: updates URL validitity check [#27138] @@ -47,8 +48,8 @@ - SEO: add a per post/page HTML title option. [#27236] - Stats: add stats option `enable_calypso_stats` to allow users to enable the new Calypso Stats experience [#27431] - Stats: conditionally load the new Calypso Stats package [#27247] -- VideoPress: detect if the video has a vtt chapters file [#27544] - VideoPress: adds VideoPress feedback link to the VideoPress block. [#27450] +- VideoPress: detect if the video has a vtt chapters file [#27544] - WordAds: add US Privacy support for additional states (Colorado, Connecticut, Utah, and Virginia). [#27045] ### Improved compatibility @@ -56,6 +57,10 @@ ### Bug fixes - Dashboard: fixes issue where default icon would be empty [#27511] +- Form block: fix form patterns modal scrollbar behavior [#27692] +- Form block: fix contact Form view responses URL [#27707] +- Form block: add line breaks back to plain text email submissions. [#27723] +- Provide a fix for WPA click tracking in Agencies card [#27503] - SSO: fix setting toggle inconsistency. [#27481] - Stats: stop stats loading indefinitely when a hashtag exists [#27539] - Widget Visibility: fix error with WooCommerce Product Categories block [#27542] @@ -67,11 +72,14 @@ - Init 11.6-a.6 [#27403] - Remove CSS from main plugin file [#27594] - Removes old save() implementation for the subscription block. Doesn't impact user experience as the block is already dynamic. [#27519] +- SEO: exclude posts with meta jetpack_seo_noindex set true from Jetpack news sitemap. [#27742] - Stats: take off new Stats backend for security concerns [#27589] - Sync: Add unit tests [#27606] - Tests: Clean up wpcom-compat functions no longer needed post-de-Fusioning. [#27407] - Updated package dependencies. [#26069] - Update how wpcom_gifting_subscription is saved so an option value of false can be created [#27507] +- Update Form patterns modal filter query [#27703] +- Updating testing instructions [#27642] ## 11.6-a.5 - 2022-11-14 ### Enhancements @@ -7350,6 +7358,7 @@ Other bugfixes and enhancements at https://github.com/Automattic/jetpack/commits - Initial release +[11.6]: https://wp.me/p1moTy-PLI [11.5]: https://wp.me/p1moTy-Ppq [11.4]: https://wp.me/p1moTy-O5I [11.3]: https://wp.me/p1moTy-M5i diff --git a/projects/plugins/jetpack/changelog/backport-release-changelogs b/projects/plugins/jetpack/changelog/backport-release-changelogs new file mode 100644 index 0000000000000..31bd562c2f521 --- /dev/null +++ b/projects/plugins/jetpack/changelog/backport-release-changelogs @@ -0,0 +1,4 @@ +Significance: patch +Type: other + +Backport changelog and readme diff --git a/projects/plugins/jetpack/readme.txt b/projects/plugins/jetpack/readme.txt index fe07d87541ee7..08e2b4b186134 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.5.1 +Stable tag: 11.6 Requires at least: 6.0 Requires PHP: 5.6 Tested up to: 6.1 diff --git a/projects/plugins/social/CHANGELOG.md b/projects/plugins/social/CHANGELOG.md index c96a5dcde00e5..4009a26d58b76 100644 --- a/projects/plugins/social/CHANGELOG.md +++ b/projects/plugins/social/CHANGELOG.md @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## 1.5.1-beta - 2022-11-28 +## 1.5.1 - 2022-12-06 ### Changed - Updated package dependencies. [#26069] diff --git a/projects/plugins/social/changelog/backport-release-changelogs b/projects/plugins/social/changelog/backport-release-changelogs new file mode 100644 index 0000000000000..2e7b23e329369 --- /dev/null +++ b/projects/plugins/social/changelog/backport-release-changelogs @@ -0,0 +1,4 @@ +Significance: patch +Type: changed + +Backport changelog and readme from release diff --git a/projects/plugins/social/readme.txt b/projects/plugins/social/readme.txt index 5c31f53f07532..e0bfeb3274ace 100644 --- a/projects/plugins/social/readme.txt +++ b/projects/plugins/social/readme.txt @@ -91,7 +91,7 @@ The easiest way is to use the Custom Message option in the publishing options bo 4. Manage your Jetpack Social and other Jetpack plugins from My Jetpack. == Changelog == -### 1.5.1-beta - 2022-11-28 +### 1.5.1 - 2022-12-06 #### Changed - Updated package dependencies.