From 7051c1a5d4f2dbbe574c66301e2a096bcc4a1d22 Mon Sep 17 00:00:00 2001 From: Karen Attfield Date: Tue, 10 Jan 2023 11:13:17 +0000 Subject: [PATCH 1/8] [not verified] Updating changelog for 11.7 release --- projects/plugins/jetpack/CHANGELOG.md | 14 ++++++++++++-- .../changelog/add-export-modal-connection-polling | 4 ---- .../jetpack/changelog/fix-aag-card-icon-allignment | 4 ---- .../plugins/jetpack/changelog/fix-csv-export-nonce | 4 ---- .../jetpack/changelog/fix-export-modal-csv-copy | 4 ---- .../changelog/fix-export-modal-redirect-link | 4 ---- .../changelog/update-blaze-tweak-looks-wording | 5 ----- projects/plugins/jetpack/changelog/y | 4 ---- 8 files changed, 12 insertions(+), 31 deletions(-) delete mode 100644 projects/plugins/jetpack/changelog/add-export-modal-connection-polling delete mode 100644 projects/plugins/jetpack/changelog/fix-aag-card-icon-allignment delete mode 100644 projects/plugins/jetpack/changelog/fix-csv-export-nonce delete mode 100644 projects/plugins/jetpack/changelog/fix-export-modal-csv-copy delete mode 100644 projects/plugins/jetpack/changelog/fix-export-modal-redirect-link delete mode 100644 projects/plugins/jetpack/changelog/update-blaze-tweak-looks-wording delete mode 100644 projects/plugins/jetpack/changelog/y diff --git a/projects/plugins/jetpack/CHANGELOG.md b/projects/plugins/jetpack/CHANGELOG.md index e8e21ef325877..f6c87ee978386 100644 --- a/projects/plugins/jetpack/CHANGELOG.md +++ b/projects/plugins/jetpack/CHANGELOG.md @@ -2,13 +2,23 @@ ### This is a list detailing changes for all Jetpack releases. -## 11.7-beta - 2023-01-02 +## 11.7 - 2023-01-10 ### Enhancements -- Blaze: enable functionality within the Jetpack plugin. [#28077] + +- Contact form: update the description on the response data export modal under CSV section, on the Feedback page. [#28214] +- Contact form: add a polling function to ensure a successful Google Drive connection, resulting in a usable 'Export' button on the Feedback page. [#28177] - Stats: make the toggle for enabling Odyssey Stats visible for all users. [#28105] - VideoPress: fix cover attribute on player and add muted attribute on video shortcode. [#28083] +### Bug fixes +- Form block: fix extra colon for form fields without label. [#28230] +- Dashboard: fix icon allignment on at a glance page. [#28222] +- Contact form: fix redirect for "Connect Google Drive" export modal's link on the Feedback page, leading directly to the site's marketing/connections page. [#28147] +- Contact form: use separate nonce names for export options to ensure modal buttons work as expected.[#28152] + ### Other changes +- Calendar Library: cosmetic changes and functional cleanup +- Tonesque: cosmetic changes and functional cleanup - Updating testing instructions for 11.7 [#28098] ## 11.7-a.11 - 2022-12-29 diff --git a/projects/plugins/jetpack/changelog/add-export-modal-connection-polling b/projects/plugins/jetpack/changelog/add-export-modal-connection-polling deleted file mode 100644 index 3fa27395a91c8..0000000000000 --- a/projects/plugins/jetpack/changelog/add-export-modal-connection-polling +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: enhancement - -Add a polling function on "Connect Google Drive" button. After clicking (opens new tab to connect from Calypso), the polling function will check the connection status every 5 seconds. When successful, the button will change into Export" diff --git a/projects/plugins/jetpack/changelog/fix-aag-card-icon-allignment b/projects/plugins/jetpack/changelog/fix-aag-card-icon-allignment deleted file mode 100644 index 688baad660b0d..0000000000000 --- a/projects/plugins/jetpack/changelog/fix-aag-card-icon-allignment +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: bugfix - -Fix icon allignment on at a glance page diff --git a/projects/plugins/jetpack/changelog/fix-csv-export-nonce b/projects/plugins/jetpack/changelog/fix-csv-export-nonce deleted file mode 100644 index d04c3efaeeb79..0000000000000 --- a/projects/plugins/jetpack/changelog/fix-csv-export-nonce +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: bugfix - -Use separate nonce names for export options, wp_nonce_field would use the name also as id of the element, preventing the normal DOM operations when more than one is present. diff --git a/projects/plugins/jetpack/changelog/fix-export-modal-csv-copy b/projects/plugins/jetpack/changelog/fix-export-modal-csv-copy deleted file mode 100644 index 5283c6c946f76..0000000000000 --- a/projects/plugins/jetpack/changelog/fix-export-modal-csv-copy +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: other - -Comment: Updated the description on the response data export modal under CSV section diff --git a/projects/plugins/jetpack/changelog/fix-export-modal-redirect-link b/projects/plugins/jetpack/changelog/fix-export-modal-redirect-link deleted file mode 100644 index 2a37d476ff89b..0000000000000 --- a/projects/plugins/jetpack/changelog/fix-export-modal-redirect-link +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: bugfix - -Use a newly created redirect for "Connect Google Drive" export modal's link. This new redirect will take the user directly to the site's marketing/connections page (bypassing the site selection screen) diff --git a/projects/plugins/jetpack/changelog/update-blaze-tweak-looks-wording b/projects/plugins/jetpack/changelog/update-blaze-tweak-looks-wording deleted file mode 100644 index a1c1831fa1ef7..0000000000000 --- a/projects/plugins/jetpack/changelog/update-blaze-tweak-looks-wording +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: other -Comment: Updated composer.lock. - - diff --git a/projects/plugins/jetpack/changelog/y b/projects/plugins/jetpack/changelog/y deleted file mode 100644 index b4f4d55e5230d..0000000000000 --- a/projects/plugins/jetpack/changelog/y +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: bugfix - -Fix extra colon for form fields without label From d91370d6fa2bd811503c7c1edcb5be0c75008fc6 Mon Sep 17 00:00:00 2001 From: Karen Attfield Date: Tue, 10 Jan 2023 11:25:28 +0000 Subject: [PATCH 2/8] [not verified] Updating readme.txt for 11.7 release --- projects/plugins/jetpack/readme.txt | 25 ++++++++++++++----------- 1 file changed, 14 insertions(+), 11 deletions(-) diff --git a/projects/plugins/jetpack/readme.txt b/projects/plugins/jetpack/readme.txt index f0fd6c8008be8..a66a955df0a6e 100644 --- a/projects/plugins/jetpack/readme.txt +++ b/projects/plugins/jetpack/readme.txt @@ -242,16 +242,17 @@ 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.7-beta - 2023-01-02 +### 11.7 - 2023-01-10 #### Major Enhancements - Blocks: add launchpad on save modal. - Revue block: remove functionality due to Revue shutting down, add placeholder messaging instead. #### Enhancements - Assistant: update Akismet and Backup names. -- Blaze: enable functionality within the Jetpack plugin. - Block editor: add a new panel that gives the ability to promote posts after publishing them. +- Contact form: add a polling function to ensure a successful Google Drive connection, resulting in a usable 'Export' button on the Feedback page. - Contact form: move responses export to a modal triggered by a single "Export" button. +- Contact form: update the description on the response data export modal under CSV section, on the Feedback page. - Dashboard: activate license key dropdown selector in the main Jetpack dashboard licenses activation page. - Dashboard: hide agencies module on Jetpack dashboard if site is WoA. - Dashboard: update Backup, Anti-spam, and VideoPress logos. @@ -268,32 +269,34 @@ Jetpack Backup can do a full website migration to a new host, migrate theme file - Slideshow block: reduce bullet size and change the CSS justify-content to flex-start, plus replace pencil icon with edit text. - Slideshow block: update block description. - Stats: make the toggle for enabling Odyssey Stats visible for all users. -- Subscription / Premium Content block: restrict posts to either paid subscribers or email subscribers (available with a Beta filter only), and add option for subscribers to pay while subscribing via the Subscription block, if the site owner creates one or more "newsletter" paid plans. - Subscription block: add a checkbox to include/exclude social followers. - Subscriptions block: change the label "email subscribers" to "subscribers" in the pre/post publish panel, as it also includes followers. - VideoPress: do not convert core/embed to videopress/video on-the-fly (WordPress.com sites). - VideoPress: fix cover attribute on player and add muted attribute on video shortcode. - Writing prompts: add a writing setting to disable showing prompts when starting a new post. - Writing prompts: add context to blogging prompt placeholder. -- Writing prompts: add filter for whether prompts are enabled or not +- Writing prompts: add filter for whether prompts are enabled or not. #### Improved compatibility - Launchpad: Sync Launchpad-related options: `launchpad_screen` and `launchpad_checklist_tasks_statuses`. - Site Editor: dashboard link points to wordpress.com. -- Styling: Replaced custom maybe_inline_style() with wp_maybe_inline_styles() which is available in WP core since 5.8.0. [#27965, #27983] +- Styling: Replaced custom maybe_inline_style() with wp_maybe_inline_styles() which is available in WP core since 5.8.0. - VideoPress: make sure the Videopress shortcode is not registered if standalone VideoPress plugin already registered it. - Writing prompts: hide placeholder prompts by default. #### Bug fixes - Admin Page: avoid querying for WAF settings when the feature is not active. +- Contact form: fix redirect for "Connect Google Drive" export modal's link on the Feedback page, leading directly to the site's marketing/connections page. +- Contact form: use separate nonce names for export options to ensure modal buttons work as expected. - Dashboard: add translation context to Security product name. +- Dashboard: fix icon allignment on at a glance page. - Form block: add line breaks back to plain text email submissions. - Form block: adjust Form placeholder footer links style to prevent theme clashes. - Form block: fix contact form view responses URL. -- Form block: fix email formatting for contact form submissions. -- Form block: fix patterns modal scrollbar behavior and filter query. -- General: Fix deprecation warnings when running with PHP 8.2. -- Hovercards: fix minor Hovercards & AMP compatibility bug +- Form block: fix email formatting for contact form submissions, and removing extra colon for form fields without label. +- Form block: fix patterns modal scrollbar behavior and update form patterns modal filter query. +- General: fix deprecation warnings when running with PHP 8.2. +- Hovercards: fix minor Hovercards & AMP compatibility bug. - Internationalization: fix context for translated product name. - Payment block: fix the upgrade nudge for Payment blocks in the Site Editor on WordPress.com sites. - Premium Content block: fix bug in JWT library encode() method. @@ -302,9 +305,9 @@ Jetpack Backup can do a full website migration to a new host, migrate theme file - Subscription block: ensure custom button spacing is correct when the button is on its own line. - Subscription block: fix PHP Warning. - VideoPress block: fix video player issue in some VideoMaker theme patterns. -- WAF: fix Jetpack Settings WAF module plan check, and initialization of the firewall. +- WAF: fix Jetpack Settings WAF module plan check, and the initialization of the firewall. - WAF: fix WPA click tracking in Agencies card. -- Writing Prompts: do not display within mobile app. +- Writing prompts: do not display within mobile app. -------- From c0cb6c7fe52d615bad15f8ee1d05d9081e0d6f28 Mon Sep 17 00:00:00 2001 From: Karen Attfield Date: Tue, 10 Jan 2023 15:37:35 +0000 Subject: [PATCH 3/8] [not verified] Updating changelog and readme for 1.4.3 --- projects/plugins/backup/CHANGELOG.md | 4 ++-- .../changelog/update-clean-jetpack-backup-1.4.3-beta-readme | 4 ---- projects/plugins/backup/readme.txt | 4 ++-- 3 files changed, 4 insertions(+), 8 deletions(-) delete mode 100644 projects/plugins/backup/changelog/update-clean-jetpack-backup-1.4.3-beta-readme diff --git a/projects/plugins/backup/CHANGELOG.md b/projects/plugins/backup/CHANGELOG.md index a223a5e1e0224..e9ac9469674fb 100644 --- a/projects/plugins/backup/CHANGELOG.md +++ b/projects/plugins/backup/CHANGELOG.md @@ -5,9 +5,9 @@ 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.3-beta - 2023-01-02 +## 1.4.3 - 2023-01-10 ### Changed -- Update Backup logo [#27802] +- Updated Backup logo. [#27802] - Updated package dependencies. [#27688, #27874] ## 1.4.2 - 2022-12-06 diff --git a/projects/plugins/backup/changelog/update-clean-jetpack-backup-1.4.3-beta-readme b/projects/plugins/backup/changelog/update-clean-jetpack-backup-1.4.3-beta-readme deleted file mode 100644 index b4c8884d5d50f..0000000000000 --- a/projects/plugins/backup/changelog/update-clean-jetpack-backup-1.4.3-beta-readme +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: changed - -Updated readme diff --git a/projects/plugins/backup/readme.txt b/projects/plugins/backup/readme.txt index b6ae05d4d8edf..17bc7af06e6b8 100644 --- a/projects/plugins/backup/readme.txt +++ b/projects/plugins/backup/readme.txt @@ -160,9 +160,9 @@ 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.3-beta - 2023-01-02 +### 1.4.3 - 2023-01-10 #### Changed -- Update Backup logo +- Updated Backup logo. - Updated package dependencies. [#27688, #27874] -------- From 8313148f02108dacb269d267abb14ea29a580f48 Mon Sep 17 00:00:00 2001 From: Karen Attfield Date: Tue, 10 Jan 2023 15:25:31 +0000 Subject: [PATCH 4/8] [not verified] Cleaning up changelog and readme for 1.6.0 --- projects/plugins/social/CHANGELOG.md | 4 ++-- .../changelog/update-clean-jetpack-social-1.6.0-beta-readme | 4 ---- projects/plugins/social/readme.txt | 4 ++-- 3 files changed, 4 insertions(+), 8 deletions(-) delete mode 100644 projects/plugins/social/changelog/update-clean-jetpack-social-1.6.0-beta-readme diff --git a/projects/plugins/social/CHANGELOG.md b/projects/plugins/social/CHANGELOG.md index 891d7350d14cb..21e84643b8291 100644 --- a/projects/plugins/social/CHANGELOG.md +++ b/projects/plugins/social/CHANGELOG.md @@ -5,11 +5,11 @@ 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.6.0-beta - 2023-01-02 +## 1.6.0-beta - 2023-01-10 ### Added - Add a review request prompt for Jetpack Social plugin. [#28072] -- Add the adminUrl to the initial editor state. [#27617] - Add simple JS React test. [#27122] +- Add the adminUrl to the initial editor state. [#27617] - Redirect to admin page on plugin activation, and add link to admin page from plugins page. [#24586] ### Changed diff --git a/projects/plugins/social/changelog/update-clean-jetpack-social-1.6.0-beta-readme b/projects/plugins/social/changelog/update-clean-jetpack-social-1.6.0-beta-readme deleted file mode 100644 index b4c8884d5d50f..0000000000000 --- a/projects/plugins/social/changelog/update-clean-jetpack-social-1.6.0-beta-readme +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: changed - -Updated readme diff --git a/projects/plugins/social/readme.txt b/projects/plugins/social/readme.txt index 891cd045ec6ff..2b9ca3f50e704 100644 --- a/projects/plugins/social/readme.txt +++ b/projects/plugins/social/readme.txt @@ -91,11 +91,11 @@ 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.6.0-beta - 2023-01-02 +### 1.6.0-beta - 2023-01-10 #### Added - Add a review request prompt for Jetpack Social plugin. -- Add the adminUrl to the initial editor state. - Add simple JS React test. +- Add the adminUrl to the initial editor state. - Redirect to admin page on plugin activation, and add link to admin page from plugins page. #### Changed From c047c693ab4a95bd66838a1ea5155b8cc9b29481 Mon Sep 17 00:00:00 2001 From: Karen Attfield Date: Tue, 10 Jan 2023 18:44:22 +0000 Subject: [PATCH 5/8] Updating stable tag in readme --- projects/plugins/jetpack/readme.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/plugins/jetpack/readme.txt b/projects/plugins/jetpack/readme.txt index a66a955df0a6e..1bc1959f14f36 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.6 +Stable tag: 11.7 Requires at least: 6.0 Requires PHP: 5.6 Tested up to: 6.1 From 7c6043102a3308b474f82452e95f2c0ad2bf533f Mon Sep 17 00:00:00 2001 From: Karen Attfield Date: Tue, 10 Jan 2023 18:47:53 +0000 Subject: [PATCH 6/8] Updating changelog to link to release post --- projects/plugins/jetpack/CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/projects/plugins/jetpack/CHANGELOG.md b/projects/plugins/jetpack/CHANGELOG.md index f6c87ee978386..ce87ff530b4af 100644 --- a/projects/plugins/jetpack/CHANGELOG.md +++ b/projects/plugins/jetpack/CHANGELOG.md @@ -2,7 +2,7 @@ ### This is a list detailing changes for all Jetpack releases. -## 11.7 - 2023-01-10 +## [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] @@ -7531,6 +7531,7 @@ Other bugfixes and enhancements at https://github.com/Automattic/jetpack/commits - Initial release +[11.7]: https://wp.me/p1moTy-Q9t [11.6]: https://wp.me/p1moTy-PLI [11.5]: https://wp.me/p1moTy-Ppq [11.4]: https://wp.me/p1moTy-O5I From ed2f6d65c2b02cdbfe6db772bc9aa2ada1b8b790 Mon Sep 17 00:00:00 2001 From: Karen Attfield Date: Tue, 10 Jan 2023 18:48:53 +0000 Subject: [PATCH 7/8] Updating Social and Backup readme version --- projects/plugins/backup/readme.txt | 2 +- projects/plugins/social/readme.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/projects/plugins/backup/readme.txt b/projects/plugins/backup/readme.txt index 17bc7af06e6b8..a633808ce69c1 100644 --- a/projects/plugins/backup/readme.txt +++ b/projects/plugins/backup/readme.txt @@ -4,7 +4,7 @@ Tags: jetpack Requires at least: 6.0 Requires PHP: 5.6 Tested up to: 6.1 -Stable tag: 1.4.2 +Stable tag: 1.4.3 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html diff --git a/projects/plugins/social/readme.txt b/projects/plugins/social/readme.txt index 2b9ca3f50e704..dbb71318f3367 100644 --- a/projects/plugins/social/readme.txt +++ b/projects/plugins/social/readme.txt @@ -4,7 +4,7 @@ Tags: social-media, publicize, social-media-manager, social-networking, social m Requires at least: 6.0 Requires PHP: 5.6 Tested up to: 6.1 -Stable tag: 1.5.1 +Stable tag: 1.6.0 License: GPLv2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html From faab884b397c8112ded4788a87a80f4658b1f648 Mon Sep 17 00:00:00 2001 From: Karen Attfield Date: Tue, 10 Jan 2023 18:52:51 +0000 Subject: [PATCH 8/8] Cleaning up Social and Backup readme and changelog --- projects/plugins/backup/readme.txt | 2 +- projects/plugins/social/CHANGELOG.md | 2 +- projects/plugins/social/readme.txt | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/projects/plugins/backup/readme.txt b/projects/plugins/backup/readme.txt index a633808ce69c1..575096c869013 100644 --- a/projects/plugins/backup/readme.txt +++ b/projects/plugins/backup/readme.txt @@ -163,7 +163,7 @@ No, Jetpack VaultPress Backup does not currently support split site or split hom ### 1.4.3 - 2023-01-10 #### Changed - Updated Backup logo. -- Updated package dependencies. [#27688, #27874] +- Updated package dependencies. -------- diff --git a/projects/plugins/social/CHANGELOG.md b/projects/plugins/social/CHANGELOG.md index 21e84643b8291..bef7bfc043f90 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.6.0-beta - 2023-01-10 +## 1.6.0 - 2023-01-10 ### Added - Add a review request prompt for Jetpack Social plugin. [#28072] - Add simple JS React test. [#27122] diff --git a/projects/plugins/social/readme.txt b/projects/plugins/social/readme.txt index dbb71318f3367..a793bc3eec059 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.6.0-beta - 2023-01-10 +### 1.6.0 - 2023-01-10 #### Added - Add a review request prompt for Jetpack Social plugin. - Add simple JS React test. @@ -99,5 +99,5 @@ The easiest way is to use the Custom Message option in the publishing options bo - Redirect to admin page on plugin activation, and add link to admin page from plugins page. #### Changed -- Updated package dependencies. [#27340, #27688, #27689, #27696, #27697, #27874, #27887, #27916, #27962] +- Updated package dependencies.