Version Description
Download this release
Release Info
| Developer | sdixon194 |
| Plugin | |
| Version | 11.5 |
| Comparing to | |
| See all releases | |
Code changes from version 11.5-beta4 to 11.5
- CHANGELOG.md +11 -21
- composer.json +1 -1
- css/jetpack-connection-widget-rtl.css +0 -235
- css/jetpack-connection-widget-rtl.min.css +1 -1
- css/jetpack-connection-widget.css +0 -235
- css/jetpack-connection-widget.min.css +1 -1
- jetpack.php +2 -2
- readme.txt +13 -7
- vendor/autoload.php +1 -1
- vendor/autoload_packages.php +1 -1
- vendor/composer/autoload_real.php +7 -7
- vendor/composer/autoload_static.php +5 -5
- vendor/jetpack-autoloader/class-autoloader-handler.php +1 -1
- vendor/jetpack-autoloader/class-autoloader-locator.php +1 -1
- vendor/jetpack-autoloader/class-autoloader.php +1 -1
- vendor/jetpack-autoloader/class-container.php +1 -1
- vendor/jetpack-autoloader/class-hook-manager.php +1 -1
- vendor/jetpack-autoloader/class-latest-autoloader-guard.php +1 -1
- vendor/jetpack-autoloader/class-manifest-reader.php +1 -1
- vendor/jetpack-autoloader/class-path-processor.php +1 -1
- vendor/jetpack-autoloader/class-php-autoloader.php +1 -1
- vendor/jetpack-autoloader/class-plugin-locator.php +1 -1
- vendor/jetpack-autoloader/class-plugins-handler.php +1 -1
- vendor/jetpack-autoloader/class-shutdown-handler.php +1 -1
- vendor/jetpack-autoloader/class-version-loader.php +1 -1
- vendor/jetpack-autoloader/class-version-selector.php +1 -1
CHANGELOG.md
CHANGED
|
@@ -2,48 +2,38 @@
|
|
| 2 |
|
| 3 |
### This is a list detailing changes for all Jetpack releases.
|
| 4 |
|
| 5 |
-
## 11.
|
| 6 |
-
|
| 7 |
-
This is an alpha version! The changes listed here are not final.
|
| 8 |
-
|
| 9 |
-
### Enhancements
|
| 10 |
-
- Revert the subscription block subscriber count change.
|
| 11 |
-
|
| 12 |
-
### Bug fixes
|
| 13 |
-
- Prevent grunion contact form from escaping valid URL characters in the redirect URL
|
| 14 |
-
- Publicize Components: Fix the panel component refactor
|
| 15 |
-
- Social: Ensure we have a user connection when loading the module
|
| 16 |
-
|
| 17 |
-
### Other changes <!-- Non-user-facing changes go here. This section will not be copied to readme.txt. -->
|
| 18 |
-
- Compatibility: WordPress 6.1 compatibility
|
| 19 |
-
- Log and readme cleanup for 11.5-beta
|
| 20 |
-
|
| 21 |
-
## 11.5-beta - 2022-10-25
|
| 22 |
### Enhancements
|
| 23 |
- Dashboard: add connection widget for unconnected sites. [#26596]
|
| 24 |
- Dashboard: add Jetpack Search Free and Jetpack Social to My Products. [#27007, #26990]
|
| 25 |
- Form block: add Contact Form child blocks to the Block Library. [#26937]
|
| 26 |
- Form block: add default spacing attributes on all form variations. [#26916]
|
|
|
|
| 27 |
- Form block: move Contact Form child blocks to a new category and remove some Core blocks from the child blocks list. [#26896]
|
| 28 |
- Form block: remove duplicated contact form settings from the Contact Form block's toolbar in favor of the sidebar. [#26911]
|
| 29 |
-
- Form block: change layout flex styles. [#26914]
|
| 30 |
- Jetpack Social: display broken connections to user in editor. [#25803]
|
|
|
|
| 31 |
|
| 32 |
### Bug fixes
|
| 33 |
- Form block: include spacing between Contact Form blocks to allow the block inserter to be shown on mouse hover. [#26818]
|
|
|
|
|
|
|
|
|
|
| 34 |
|
| 35 |
### Other changes <!-- Non-user-facing changes go here. This section will not be copied to readme.txt. -->
|
|
|
|
| 36 |
- Bring media-v1-1-endpoint in sync with wpcom [#27004]
|
| 37 |
- Comment: Added featured_image_email_enabled for syncing [#27009]
|
|
|
|
| 38 |
- CSSTidy: adding margin-block as valid CSS properties [#26961]
|
| 39 |
- Fix broken `@covers` in tests, and reconfigure coverage directives to not scan ridiculous numbers of files. [#26931]
|
|
|
|
|
|
|
| 40 |
- Search: updated documentation as Search now supports 38 languages [#27025]
|
|
|
|
| 41 |
- Social: Refactored the resharing UI and moved some additional components to publicize-components [#25993]
|
| 42 |
- Updated package dependencies. [#25993, #26705, #26980]
|
| 43 |
- Update `jetpack_is_mobile()` and `Jetpack_User_Agent_Info` for sync to wpcom. [#26971]
|
| 44 |
-
- Add post-purchase onboardings to Recommendation flows [#26484]
|
| 45 |
-
- Fix visual issues of the Product Price component in the Jetpack plugin [#27032]
|
| 46 |
-
- Search: use search dashboard CTA instead of product page which wasn't detecting if free plan is active correctly. [#27016]
|
| 47 |
|
| 48 |
## 11.5-a.9 - 2022-10-19
|
| 49 |
### Bug fixes
|
| 2 |
|
| 3 |
### This is a list detailing changes for all Jetpack releases.
|
| 4 |
|
| 5 |
+
## 11.5 - 2022-11-01
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 6 |
### Enhancements
|
| 7 |
- Dashboard: add connection widget for unconnected sites. [#26596]
|
| 8 |
- Dashboard: add Jetpack Search Free and Jetpack Social to My Products. [#27007, #26990]
|
| 9 |
- Form block: add Contact Form child blocks to the Block Library. [#26937]
|
| 10 |
- Form block: add default spacing attributes on all form variations. [#26916]
|
| 11 |
+
- Form block: change layout flex styles. [#26914]
|
| 12 |
- Form block: move Contact Form child blocks to a new category and remove some Core blocks from the child blocks list. [#26896]
|
| 13 |
- Form block: remove duplicated contact form settings from the Contact Form block's toolbar in favor of the sidebar. [#26911]
|
|
|
|
| 14 |
- Jetpack Social: display broken connections to user in editor. [#25803]
|
| 15 |
+
- Subscription block: revert the subscription block subscriber count change. [#27082]
|
| 16 |
|
| 17 |
### Bug fixes
|
| 18 |
- Form block: include spacing between Contact Form blocks to allow the block inserter to be shown on mouse hover. [#26818]
|
| 19 |
+
- Form block: prevent contact form from escaping valid URL characters in the redirect URL [#27141]
|
| 20 |
+
- Publicize Components: Fix the panel component refactor [#27095]
|
| 21 |
+
- Social: Ensure we have a user connection when loading the module [#27061]
|
| 22 |
|
| 23 |
### Other changes <!-- Non-user-facing changes go here. This section will not be copied to readme.txt. -->
|
| 24 |
+
- Add post-purchase onboardings to Recommendation flows [#26484]
|
| 25 |
- Bring media-v1-1-endpoint in sync with wpcom [#27004]
|
| 26 |
- Comment: Added featured_image_email_enabled for syncing [#27009]
|
| 27 |
+
- Compatibility: WordPress 6.1 compatibility [#27084]
|
| 28 |
- CSSTidy: adding margin-block as valid CSS properties [#26961]
|
| 29 |
- Fix broken `@covers` in tests, and reconfigure coverage directives to not scan ridiculous numbers of files. [#26931]
|
| 30 |
+
- Fix visual issues of the Product Price component in the Jetpack plugin [#27032]
|
| 31 |
+
- Log and readme cleanup for 11.5-beta [#27055]
|
| 32 |
- Search: updated documentation as Search now supports 38 languages [#27025]
|
| 33 |
+
- Search: use search dashboard CTA instead of product page which wasn't detecting if free plan is active correctly. [#27016]
|
| 34 |
- Social: Refactored the resharing UI and moved some additional components to publicize-components [#25993]
|
| 35 |
- Updated package dependencies. [#25993, #26705, #26980]
|
| 36 |
- Update `jetpack_is_mobile()` and `Jetpack_User_Agent_Info` for sync to wpcom. [#26971]
|
|
|
|
|
|
|
|
|
|
| 37 |
|
| 38 |
## 11.5-a.9 - 2022-10-19
|
| 39 |
### Bug fixes
|
composer.json
CHANGED
|
@@ -92,7 +92,7 @@
|
|
| 92 |
"platform": {
|
| 93 |
"ext-intl": "0.0.0"
|
| 94 |
},
|
| 95 |
-
"autoloader-suffix": "f11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ
|
| 96 |
"allow-plugins": {
|
| 97 |
"automattic/jetpack-autoloader": true,
|
| 98 |
"automattic/jetpack-composer-plugin": true
|
| 92 |
"platform": {
|
| 93 |
"ext-intl": "0.0.0"
|
| 94 |
},
|
| 95 |
+
"autoloader-suffix": "f11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ11_5",
|
| 96 |
"allow-plugins": {
|
| 97 |
"automattic/jetpack-autoloader": true,
|
| 98 |
"automattic/jetpack-composer-plugin": true
|
css/jetpack-connection-widget-rtl.css
CHANGED
|
@@ -1,238 +1,3 @@
|
|
| 1 |
-
@charset "UTF-8";
|
| 2 |
-
:root {
|
| 3 |
-
--font-title-large: 36px;
|
| 4 |
-
--font-title-small: 24px;
|
| 5 |
-
--font-body: 16px;
|
| 6 |
-
--font-label: 12px;
|
| 7 |
-
--jp-black: #000000;
|
| 8 |
-
--jp-black-80: #2c3338;
|
| 9 |
-
--jp-white: #ffffff;
|
| 10 |
-
--jp-white-off: #f9f9f6;
|
| 11 |
-
--jp-gray: #dcdcde;
|
| 12 |
-
--jp-gray-0: #F6F7F7;
|
| 13 |
-
--jp-gray-5: #dcdcde;
|
| 14 |
-
--jp-gray-10: #c3c4c7;
|
| 15 |
-
--jp-gray-20: #A7AAAD;
|
| 16 |
-
--jp-gray-30: #8c8f94;
|
| 17 |
-
--jp-gray-40: #787C82;
|
| 18 |
-
--jp-gray-50: #646970;
|
| 19 |
-
--jp-gray-60: #50575E;
|
| 20 |
-
--jp-gray-70: #3c434a;
|
| 21 |
-
--jp-gray-80: #2C3338;
|
| 22 |
-
--jp-gray-90: #1d2327;
|
| 23 |
-
--jp-gray-100: #101517;
|
| 24 |
-
--jp-gray-off: #e2e2df;
|
| 25 |
-
--jp-yellow-10: #f2cf75;
|
| 26 |
-
--jp-red-0: #F7EBEC;
|
| 27 |
-
--jp-red-50: #D63638;
|
| 28 |
-
--jp-red-60: #B32D2E;
|
| 29 |
-
--jp-red-80: #8A2424;
|
| 30 |
-
--jp-red: #d63639;
|
| 31 |
-
--jp-pink: #C9356E;
|
| 32 |
-
--jp-green-0: #f0f2eb;
|
| 33 |
-
--jp-green-5: #d0e6b8;
|
| 34 |
-
--jp-green-10: #9dd977;
|
| 35 |
-
--jp-green-20: #64ca43;
|
| 36 |
-
--jp-green-30: #2fb41f;
|
| 37 |
-
--jp-green-40: #069e08;
|
| 38 |
-
--jp-green-50: #008710;
|
| 39 |
-
--jp-green-60: #007117;
|
| 40 |
-
--jp-green-70: #005b18;
|
| 41 |
-
--jp-green-80: #004515;
|
| 42 |
-
--jp-green-90: #003010;
|
| 43 |
-
--jp-green-100: #001c09;
|
| 44 |
-
--jp-green: #069e08;
|
| 45 |
-
--jp-green-primary: var( --jp-green-40 );
|
| 46 |
-
--jp-green-secondary: var( --jp-green-30 );
|
| 47 |
-
--jp-border-radius: 4px;
|
| 48 |
-
--jp-menu-border-height: 1px;
|
| 49 |
-
--jp-underline-thickness: 2px;
|
| 50 |
-
}
|
| 51 |
-
|
| 52 |
-
/********* Mixins *********/
|
| 53 |
-
/********* Generic styles *********/
|
| 54 |
-
* {
|
| 55 |
-
box-sizing: border-box;
|
| 56 |
-
}
|
| 57 |
-
|
| 58 |
-
body {
|
| 59 |
-
min-height: 100%;
|
| 60 |
-
margin: 0;
|
| 61 |
-
padding: 0;
|
| 62 |
-
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
|
| 63 |
-
}
|
| 64 |
-
|
| 65 |
-
.jp-wrap {
|
| 66 |
-
display: flex;
|
| 67 |
-
align-items: center;
|
| 68 |
-
flex-wrap: wrap;
|
| 69 |
-
max-width: 1128px;
|
| 70 |
-
margin: 0 auto;
|
| 71 |
-
}
|
| 72 |
-
|
| 73 |
-
.jp-row {
|
| 74 |
-
display: grid;
|
| 75 |
-
grid-gap: 24px;
|
| 76 |
-
grid-template-columns: repeat(4, 1fr);
|
| 77 |
-
width: 100%;
|
| 78 |
-
margin: 0 16px;
|
| 79 |
-
}
|
| 80 |
-
@media (min-width: 600px) {
|
| 81 |
-
.jp-row {
|
| 82 |
-
grid-template-columns: repeat(8, 1fr);
|
| 83 |
-
margin: 0 18px;
|
| 84 |
-
}
|
| 85 |
-
}
|
| 86 |
-
@media (min-width: 960px) {
|
| 87 |
-
.jp-row {
|
| 88 |
-
grid-template-columns: repeat(12, 1fr);
|
| 89 |
-
max-width: 1128px;
|
| 90 |
-
margin: 0 24px;
|
| 91 |
-
}
|
| 92 |
-
}
|
| 93 |
-
|
| 94 |
-
.sm-col-span-1 {
|
| 95 |
-
grid-column-end: span 1;
|
| 96 |
-
}
|
| 97 |
-
|
| 98 |
-
.sm-col-span-2 {
|
| 99 |
-
grid-column-end: span 2;
|
| 100 |
-
}
|
| 101 |
-
|
| 102 |
-
.sm-col-span-3 {
|
| 103 |
-
grid-column-end: span 3;
|
| 104 |
-
}
|
| 105 |
-
|
| 106 |
-
.sm-col-span-4 {
|
| 107 |
-
grid-column-end: span 4;
|
| 108 |
-
}
|
| 109 |
-
|
| 110 |
-
@media (min-width: 600px) {
|
| 111 |
-
.md-col-span-1 {
|
| 112 |
-
grid-column-end: span 1;
|
| 113 |
-
}
|
| 114 |
-
|
| 115 |
-
.md-col-span-2 {
|
| 116 |
-
grid-column-end: span 2;
|
| 117 |
-
}
|
| 118 |
-
|
| 119 |
-
.md-col-span-3 {
|
| 120 |
-
grid-column-end: span 3;
|
| 121 |
-
}
|
| 122 |
-
|
| 123 |
-
.md-col-span-4 {
|
| 124 |
-
grid-column-end: span 4;
|
| 125 |
-
}
|
| 126 |
-
|
| 127 |
-
.md-col-span-5 {
|
| 128 |
-
grid-column-end: span 5;
|
| 129 |
-
}
|
| 130 |
-
|
| 131 |
-
.md-col-span-6 {
|
| 132 |
-
grid-column-end: span 6;
|
| 133 |
-
}
|
| 134 |
-
|
| 135 |
-
.md-col-span-7 {
|
| 136 |
-
grid-column-end: span 7;
|
| 137 |
-
}
|
| 138 |
-
|
| 139 |
-
.md-col-span-8 {
|
| 140 |
-
grid-column-end: span 8;
|
| 141 |
-
}
|
| 142 |
-
}
|
| 143 |
-
@media (min-width: 960px) {
|
| 144 |
-
.lg-col-span-1 {
|
| 145 |
-
grid-column-end: span 1;
|
| 146 |
-
}
|
| 147 |
-
|
| 148 |
-
.lg-col-span-2 {
|
| 149 |
-
grid-column-end: span 2;
|
| 150 |
-
}
|
| 151 |
-
|
| 152 |
-
.lg-col-span-3 {
|
| 153 |
-
grid-column-end: span 3;
|
| 154 |
-
}
|
| 155 |
-
|
| 156 |
-
.lg-col-span-4 {
|
| 157 |
-
grid-column-end: span 4;
|
| 158 |
-
}
|
| 159 |
-
|
| 160 |
-
.lg-col-span-5 {
|
| 161 |
-
grid-column-end: span 5;
|
| 162 |
-
}
|
| 163 |
-
|
| 164 |
-
.lg-col-span-6 {
|
| 165 |
-
grid-column-end: span 6;
|
| 166 |
-
}
|
| 167 |
-
|
| 168 |
-
.lg-col-span-7 {
|
| 169 |
-
grid-column-end: span 7;
|
| 170 |
-
}
|
| 171 |
-
|
| 172 |
-
.lg-col-span-8 {
|
| 173 |
-
grid-column-end: span 8;
|
| 174 |
-
}
|
| 175 |
-
|
| 176 |
-
.lg-col-span-9 {
|
| 177 |
-
grid-column-end: span 9;
|
| 178 |
-
}
|
| 179 |
-
|
| 180 |
-
.lg-col-span-10 {
|
| 181 |
-
grid-column-end: span 10;
|
| 182 |
-
}
|
| 183 |
-
|
| 184 |
-
.lg-col-span-11 {
|
| 185 |
-
grid-column-end: span 11;
|
| 186 |
-
}
|
| 187 |
-
|
| 188 |
-
.lg-col-span-12 {
|
| 189 |
-
grid-column-end: span 12;
|
| 190 |
-
}
|
| 191 |
-
}
|
| 192 |
-
@media (max-width: 960px) {
|
| 193 |
-
.md-col-span-0 {
|
| 194 |
-
display: none;
|
| 195 |
-
}
|
| 196 |
-
}
|
| 197 |
-
@media (max-width: 600px) {
|
| 198 |
-
.sm-col-span-0 {
|
| 199 |
-
display: none;
|
| 200 |
-
}
|
| 201 |
-
}
|
| 202 |
-
.jp-cut {
|
| 203 |
-
position: relative;
|
| 204 |
-
display: block;
|
| 205 |
-
margin: 32px 0;
|
| 206 |
-
padding: 16px 24px 16px 64px;
|
| 207 |
-
border: 2px solid var(--jp-green-primary);
|
| 208 |
-
border-radius: var(--jp-border-radius);
|
| 209 |
-
text-decoration: none;
|
| 210 |
-
}
|
| 211 |
-
.jp-cut span {
|
| 212 |
-
display: block;
|
| 213 |
-
}
|
| 214 |
-
.jp-cut span:last-of-type {
|
| 215 |
-
font-weight: 600;
|
| 216 |
-
}
|
| 217 |
-
.jp-cut:hover span:last-of-type, .jp-cut:focus span:last-of-type {
|
| 218 |
-
text-decoration: underline;
|
| 219 |
-
text-decoration-thickness: var(--jp-underline-thickness);
|
| 220 |
-
}
|
| 221 |
-
.jp-cut:hover:after, .jp-cut:focus:after {
|
| 222 |
-
transform: translateY(-50%) translateX(-8px);
|
| 223 |
-
}
|
| 224 |
-
.jp-cut:after {
|
| 225 |
-
content: "→";
|
| 226 |
-
position: absolute;
|
| 227 |
-
top: 50%;
|
| 228 |
-
left: 24px;
|
| 229 |
-
font-size: 24px;
|
| 230 |
-
font-weight: 600;
|
| 231 |
-
color: var(--jp-green-primary);
|
| 232 |
-
transform: translateY(-50%);
|
| 233 |
-
transition: transform 0.15s ease-out;
|
| 234 |
-
}
|
| 235 |
-
|
| 236 |
#jetpack_connection_widget * {
|
| 237 |
box-sizing: border-box;
|
| 238 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
#jetpack_connection_widget * {
|
| 2 |
box-sizing: border-box;
|
| 3 |
}
|
css/jetpack-connection-widget-rtl.min.css
CHANGED
|
@@ -1 +1 @@
|
|
| 1 |
-
|
| 1 |
+
#jetpack_connection_widget *{box-sizing:border-box}#jetpack_connection_widget.postbox .inside{padding:0}.jp-connection-widget{box-sizing:border-box;padding:0}.jp-connection-widget__logo{align-items:flex-start;display:flex;flex-direction:row;margin:1rem}.jp-connection-widget__image{width:100%}.jp-connection-widget__heading{color:#000;font-size:1.5rem;font-weight:600;letter-spacing:-.02rem;line-height:29px;margin:.5rem 1rem}.jp-connection-widget__paragraph{font-size:.875rem;font-weight:400;margin:.75rem 1rem 1.5rem}.jp-connection-widget__tos-blurb{font-size:.75rem;margin:1rem}.jp-connection-widget__button{align-items:center;background:#008710;border-color:#008710;border-radius:4px;color:#fff;cursor:pointer;display:flex;flex-direction:row;font-size:.875rem;font-weight:600;justify-content:center;margin:0 1rem;padding:8px 24px;text-decoration:none;transition:all .15s ease-in-out}.jp-connection-widget__button:active,.jp-connection-widget__button:hover{background:#004515;border-color:#004515;color:#fff}
|
css/jetpack-connection-widget.css
CHANGED
|
@@ -1,238 +1,3 @@
|
|
| 1 |
-
@charset "UTF-8";
|
| 2 |
-
:root {
|
| 3 |
-
--font-title-large: 36px;
|
| 4 |
-
--font-title-small: 24px;
|
| 5 |
-
--font-body: 16px;
|
| 6 |
-
--font-label: 12px;
|
| 7 |
-
--jp-black: #000000;
|
| 8 |
-
--jp-black-80: #2c3338;
|
| 9 |
-
--jp-white: #ffffff;
|
| 10 |
-
--jp-white-off: #f9f9f6;
|
| 11 |
-
--jp-gray: #dcdcde;
|
| 12 |
-
--jp-gray-0: #F6F7F7;
|
| 13 |
-
--jp-gray-5: #dcdcde;
|
| 14 |
-
--jp-gray-10: #c3c4c7;
|
| 15 |
-
--jp-gray-20: #A7AAAD;
|
| 16 |
-
--jp-gray-30: #8c8f94;
|
| 17 |
-
--jp-gray-40: #787C82;
|
| 18 |
-
--jp-gray-50: #646970;
|
| 19 |
-
--jp-gray-60: #50575E;
|
| 20 |
-
--jp-gray-70: #3c434a;
|
| 21 |
-
--jp-gray-80: #2C3338;
|
| 22 |
-
--jp-gray-90: #1d2327;
|
| 23 |
-
--jp-gray-100: #101517;
|
| 24 |
-
--jp-gray-off: #e2e2df;
|
| 25 |
-
--jp-yellow-10: #f2cf75;
|
| 26 |
-
--jp-red-0: #F7EBEC;
|
| 27 |
-
--jp-red-50: #D63638;
|
| 28 |
-
--jp-red-60: #B32D2E;
|
| 29 |
-
--jp-red-80: #8A2424;
|
| 30 |
-
--jp-red: #d63639;
|
| 31 |
-
--jp-pink: #C9356E;
|
| 32 |
-
--jp-green-0: #f0f2eb;
|
| 33 |
-
--jp-green-5: #d0e6b8;
|
| 34 |
-
--jp-green-10: #9dd977;
|
| 35 |
-
--jp-green-20: #64ca43;
|
| 36 |
-
--jp-green-30: #2fb41f;
|
| 37 |
-
--jp-green-40: #069e08;
|
| 38 |
-
--jp-green-50: #008710;
|
| 39 |
-
--jp-green-60: #007117;
|
| 40 |
-
--jp-green-70: #005b18;
|
| 41 |
-
--jp-green-80: #004515;
|
| 42 |
-
--jp-green-90: #003010;
|
| 43 |
-
--jp-green-100: #001c09;
|
| 44 |
-
--jp-green: #069e08;
|
| 45 |
-
--jp-green-primary: var( --jp-green-40 );
|
| 46 |
-
--jp-green-secondary: var( --jp-green-30 );
|
| 47 |
-
--jp-border-radius: 4px;
|
| 48 |
-
--jp-menu-border-height: 1px;
|
| 49 |
-
--jp-underline-thickness: 2px;
|
| 50 |
-
}
|
| 51 |
-
|
| 52 |
-
/********* Mixins *********/
|
| 53 |
-
/********* Generic styles *********/
|
| 54 |
-
* {
|
| 55 |
-
box-sizing: border-box;
|
| 56 |
-
}
|
| 57 |
-
|
| 58 |
-
body {
|
| 59 |
-
min-height: 100%;
|
| 60 |
-
margin: 0;
|
| 61 |
-
padding: 0;
|
| 62 |
-
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
|
| 63 |
-
}
|
| 64 |
-
|
| 65 |
-
.jp-wrap {
|
| 66 |
-
display: flex;
|
| 67 |
-
align-items: center;
|
| 68 |
-
flex-wrap: wrap;
|
| 69 |
-
max-width: 1128px;
|
| 70 |
-
margin: 0 auto;
|
| 71 |
-
}
|
| 72 |
-
|
| 73 |
-
.jp-row {
|
| 74 |
-
display: grid;
|
| 75 |
-
grid-gap: 24px;
|
| 76 |
-
grid-template-columns: repeat(4, 1fr);
|
| 77 |
-
width: 100%;
|
| 78 |
-
margin: 0 16px;
|
| 79 |
-
}
|
| 80 |
-
@media (min-width: 600px) {
|
| 81 |
-
.jp-row {
|
| 82 |
-
grid-template-columns: repeat(8, 1fr);
|
| 83 |
-
margin: 0 18px;
|
| 84 |
-
}
|
| 85 |
-
}
|
| 86 |
-
@media (min-width: 960px) {
|
| 87 |
-
.jp-row {
|
| 88 |
-
grid-template-columns: repeat(12, 1fr);
|
| 89 |
-
max-width: 1128px;
|
| 90 |
-
margin: 0 24px;
|
| 91 |
-
}
|
| 92 |
-
}
|
| 93 |
-
|
| 94 |
-
.sm-col-span-1 {
|
| 95 |
-
grid-column-end: span 1;
|
| 96 |
-
}
|
| 97 |
-
|
| 98 |
-
.sm-col-span-2 {
|
| 99 |
-
grid-column-end: span 2;
|
| 100 |
-
}
|
| 101 |
-
|
| 102 |
-
.sm-col-span-3 {
|
| 103 |
-
grid-column-end: span 3;
|
| 104 |
-
}
|
| 105 |
-
|
| 106 |
-
.sm-col-span-4 {
|
| 107 |
-
grid-column-end: span 4;
|
| 108 |
-
}
|
| 109 |
-
|
| 110 |
-
@media (min-width: 600px) {
|
| 111 |
-
.md-col-span-1 {
|
| 112 |
-
grid-column-end: span 1;
|
| 113 |
-
}
|
| 114 |
-
|
| 115 |
-
.md-col-span-2 {
|
| 116 |
-
grid-column-end: span 2;
|
| 117 |
-
}
|
| 118 |
-
|
| 119 |
-
.md-col-span-3 {
|
| 120 |
-
grid-column-end: span 3;
|
| 121 |
-
}
|
| 122 |
-
|
| 123 |
-
.md-col-span-4 {
|
| 124 |
-
grid-column-end: span 4;
|
| 125 |
-
}
|
| 126 |
-
|
| 127 |
-
.md-col-span-5 {
|
| 128 |
-
grid-column-end: span 5;
|
| 129 |
-
}
|
| 130 |
-
|
| 131 |
-
.md-col-span-6 {
|
| 132 |
-
grid-column-end: span 6;
|
| 133 |
-
}
|
| 134 |
-
|
| 135 |
-
.md-col-span-7 {
|
| 136 |
-
grid-column-end: span 7;
|
| 137 |
-
}
|
| 138 |
-
|
| 139 |
-
.md-col-span-8 {
|
| 140 |
-
grid-column-end: span 8;
|
| 141 |
-
}
|
| 142 |
-
}
|
| 143 |
-
@media (min-width: 960px) {
|
| 144 |
-
.lg-col-span-1 {
|
| 145 |
-
grid-column-end: span 1;
|
| 146 |
-
}
|
| 147 |
-
|
| 148 |
-
.lg-col-span-2 {
|
| 149 |
-
grid-column-end: span 2;
|
| 150 |
-
}
|
| 151 |
-
|
| 152 |
-
.lg-col-span-3 {
|
| 153 |
-
grid-column-end: span 3;
|
| 154 |
-
}
|
| 155 |
-
|
| 156 |
-
.lg-col-span-4 {
|
| 157 |
-
grid-column-end: span 4;
|
| 158 |
-
}
|
| 159 |
-
|
| 160 |
-
.lg-col-span-5 {
|
| 161 |
-
grid-column-end: span 5;
|
| 162 |
-
}
|
| 163 |
-
|
| 164 |
-
.lg-col-span-6 {
|
| 165 |
-
grid-column-end: span 6;
|
| 166 |
-
}
|
| 167 |
-
|
| 168 |
-
.lg-col-span-7 {
|
| 169 |
-
grid-column-end: span 7;
|
| 170 |
-
}
|
| 171 |
-
|
| 172 |
-
.lg-col-span-8 {
|
| 173 |
-
grid-column-end: span 8;
|
| 174 |
-
}
|
| 175 |
-
|
| 176 |
-
.lg-col-span-9 {
|
| 177 |
-
grid-column-end: span 9;
|
| 178 |
-
}
|
| 179 |
-
|
| 180 |
-
.lg-col-span-10 {
|
| 181 |
-
grid-column-end: span 10;
|
| 182 |
-
}
|
| 183 |
-
|
| 184 |
-
.lg-col-span-11 {
|
| 185 |
-
grid-column-end: span 11;
|
| 186 |
-
}
|
| 187 |
-
|
| 188 |
-
.lg-col-span-12 {
|
| 189 |
-
grid-column-end: span 12;
|
| 190 |
-
}
|
| 191 |
-
}
|
| 192 |
-
@media (max-width: 960px) {
|
| 193 |
-
.md-col-span-0 {
|
| 194 |
-
display: none;
|
| 195 |
-
}
|
| 196 |
-
}
|
| 197 |
-
@media (max-width: 600px) {
|
| 198 |
-
.sm-col-span-0 {
|
| 199 |
-
display: none;
|
| 200 |
-
}
|
| 201 |
-
}
|
| 202 |
-
.jp-cut {
|
| 203 |
-
position: relative;
|
| 204 |
-
display: block;
|
| 205 |
-
margin: 32px 0;
|
| 206 |
-
padding: 16px 64px 16px 24px;
|
| 207 |
-
border: 2px solid var(--jp-green-primary);
|
| 208 |
-
border-radius: var(--jp-border-radius);
|
| 209 |
-
text-decoration: none;
|
| 210 |
-
}
|
| 211 |
-
.jp-cut span {
|
| 212 |
-
display: block;
|
| 213 |
-
}
|
| 214 |
-
.jp-cut span:last-of-type {
|
| 215 |
-
font-weight: 600;
|
| 216 |
-
}
|
| 217 |
-
.jp-cut:hover span:last-of-type, .jp-cut:focus span:last-of-type {
|
| 218 |
-
text-decoration: underline;
|
| 219 |
-
text-decoration-thickness: var(--jp-underline-thickness);
|
| 220 |
-
}
|
| 221 |
-
.jp-cut:hover:after, .jp-cut:focus:after {
|
| 222 |
-
transform: translateY(-50%) translateX(8px);
|
| 223 |
-
}
|
| 224 |
-
.jp-cut:after {
|
| 225 |
-
content: "→";
|
| 226 |
-
position: absolute;
|
| 227 |
-
top: 50%;
|
| 228 |
-
right: 24px;
|
| 229 |
-
font-size: 24px;
|
| 230 |
-
font-weight: 600;
|
| 231 |
-
color: var(--jp-green-primary);
|
| 232 |
-
transform: translateY(-50%);
|
| 233 |
-
transition: transform 0.15s ease-out;
|
| 234 |
-
}
|
| 235 |
-
|
| 236 |
#jetpack_connection_widget * {
|
| 237 |
box-sizing: border-box;
|
| 238 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
#jetpack_connection_widget * {
|
| 2 |
box-sizing: border-box;
|
| 3 |
}
|
css/jetpack-connection-widget.min.css
CHANGED
|
@@ -1 +1 @@
|
|
| 1 |
-
|
| 1 |
+
#jetpack_connection_widget *{box-sizing:border-box}#jetpack_connection_widget.postbox .inside{padding:0}.jp-connection-widget{box-sizing:border-box;padding:0}.jp-connection-widget__logo{align-items:flex-start;display:flex;flex-direction:row;margin:1rem}.jp-connection-widget__image{width:100%}.jp-connection-widget__heading{color:#000;font-size:1.5rem;font-weight:600;letter-spacing:-.02rem;line-height:29px;margin:.5rem 1rem}.jp-connection-widget__paragraph{font-size:.875rem;font-weight:400;margin:.75rem 1rem 1.5rem}.jp-connection-widget__tos-blurb{font-size:.75rem;margin:1rem}.jp-connection-widget__button{align-items:center;background:#008710;border-color:#008710;border-radius:4px;color:#fff;cursor:pointer;display:flex;flex-direction:row;font-size:.875rem;font-weight:600;justify-content:center;margin:0 1rem;padding:8px 24px;text-decoration:none;transition:all .15s ease-in-out}.jp-connection-widget__button:active,.jp-connection-widget__button:hover{background:#004515;border-color:#004515;color:#fff}
|
jetpack.php
CHANGED
|
@@ -4,7 +4,7 @@
|
|
| 4 |
* Plugin URI: https://jetpack.com
|
| 5 |
* Description: Security, performance, and marketing tools made by WordPress experts. Jetpack keeps your site protected so you can focus on more important things.
|
| 6 |
* Author: Automattic
|
| 7 |
-
* Version: 11.5
|
| 8 |
* Author URI: https://jetpack.com
|
| 9 |
* License: GPL2+
|
| 10 |
* Text Domain: jetpack
|
|
@@ -32,7 +32,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
|
| 32 |
|
| 33 |
define( 'JETPACK__MINIMUM_WP_VERSION', '6.0' );
|
| 34 |
define( 'JETPACK__MINIMUM_PHP_VERSION', '5.6' );
|
| 35 |
-
define( 'JETPACK__VERSION', '11.5
|
| 36 |
|
| 37 |
/**
|
| 38 |
* Constant used to fetch the connection owner token
|
| 4 |
* Plugin URI: https://jetpack.com
|
| 5 |
* Description: Security, performance, and marketing tools made by WordPress experts. Jetpack keeps your site protected so you can focus on more important things.
|
| 6 |
* Author: Automattic
|
| 7 |
+
* Version: 11.5
|
| 8 |
* Author URI: https://jetpack.com
|
| 9 |
* License: GPL2+
|
| 10 |
* Text Domain: jetpack
|
| 32 |
|
| 33 |
define( 'JETPACK__MINIMUM_WP_VERSION', '6.0' );
|
| 34 |
define( 'JETPACK__MINIMUM_PHP_VERSION', '5.6' );
|
| 35 |
+
define( 'JETPACK__VERSION', '11.5' );
|
| 36 |
|
| 37 |
/**
|
| 38 |
* Constant used to fetch the connection owner token
|
readme.txt
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
=== Jetpack - WP Security, Backup, Speed, & Growth ===
|
| 2 |
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
|
| 3 |
Tags: Security, backup, Woo, malware, scan, spam, CDN, search, social
|
| 4 |
-
Stable tag: 11.
|
| 5 |
Requires at least: 6.0
|
| 6 |
Requires PHP: 5.6
|
| 7 |
Tested up to: 6.1
|
|
@@ -242,37 +242,43 @@ Jetpack Backup can do a full website migration to a new host, migrate theme file
|
|
| 242 |
4. Promote your newest posts, pages, and products across your social media channels.
|
| 243 |
|
| 244 |
== Changelog ==
|
| 245 |
-
### 11.5
|
| 246 |
#### Enhancements
|
| 247 |
- Dashboard: add a new illustration for WooCommerce recommendation.
|
| 248 |
- Dashboard: add connection widget for unconnected sites.
|
| 249 |
-
- Dashboard: add Jetpack Search Free and Jetpack Social to My Products.
|
| 250 |
- Dashboard: ensure Apps card is always displayed, regardless of whether promotions are active.
|
| 251 |
- Form block: add Contact Form child blocks to the Block Library.
|
| 252 |
-
- Form block: add default spacing attributes on all form variations
|
|
|
|
| 253 |
- Form block: improve parent block selection when inner block is already selected.
|
| 254 |
- Form block: move Contact Form child blocks to a new category and remove some Core blocks from the child blocks list.
|
|
|
|
| 255 |
- Jetpack Social: display broken connections to user in editor.
|
| 256 |
-
- Payment Button block: support a wider
|
| 257 |
- Payment Buttons block: add typography controls.
|
| 258 |
- Publicize: make the pre-publish panel initially closed by default.
|
| 259 |
- Social: show pre-publish panel if the site has connections enabled.
|
| 260 |
- Stats: change mentions of "Site Stats" with "Jetpack Stats".
|
| 261 |
- Subscription block: don't include Jetpack Social connections in subscriber count.
|
|
|
|
| 262 |
- Subscriptions: bold the display reader numbers in subscriptions panel instead of underlined.
|
|
|
|
|
|
|
| 263 |
|
| 264 |
#### Improved compatibility
|
| 265 |
- Contact Form Block: removed compatibility checks involving automatic deactivation of contact form functionality.
|
| 266 |
-
- Form block: remove duplicated contact form settings from the Contact Form block's toolbar in favor of the sidebar.
|
| 267 |
-
- VideoPress: change the toolbar text for the "Edit video" button on the VideoPress block to "Replace" to match the core video block's toolbar.
|
| 268 |
|
| 269 |
#### Bug fixes
|
| 270 |
- Contact Form: display consent form field result in notification emails and feedback views.
|
| 271 |
- Contact Form: remove overlay causing issues with the block inserter hover behavior.
|
| 272 |
- CRM: Fix unmounted state updates in Form CRM integration
|
| 273 |
- Form block: include spacing between Contact Form blocks to allow the block inserter to be shown on mouse hover.
|
|
|
|
| 274 |
- Get Apps card: Iterate on link to jetpack.com/apps to ensure backwards compatibility and click-tracking
|
| 275 |
- Payment Buttons block: fix payment-buttons font sizes taking precedence over the font sizes of contained button blocks.
|
|
|
|
|
|
|
| 276 |
|
| 277 |
--------
|
| 278 |
|
| 1 |
=== Jetpack - WP Security, Backup, Speed, & Growth ===
|
| 2 |
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
|
| 3 |
Tags: Security, backup, Woo, malware, scan, spam, CDN, search, social
|
| 4 |
+
Stable tag: 11.5
|
| 5 |
Requires at least: 6.0
|
| 6 |
Requires PHP: 5.6
|
| 7 |
Tested up to: 6.1
|
| 242 |
4. Promote your newest posts, pages, and products across your social media channels.
|
| 243 |
|
| 244 |
== Changelog ==
|
| 245 |
+
### 11.5 - 2022-11-01
|
| 246 |
#### Enhancements
|
| 247 |
- Dashboard: add a new illustration for WooCommerce recommendation.
|
| 248 |
- Dashboard: add connection widget for unconnected sites.
|
| 249 |
+
- Dashboard: add Jetpack Search Free and Jetpack Social to My Products. [#27007, #26990]
|
| 250 |
- Dashboard: ensure Apps card is always displayed, regardless of whether promotions are active.
|
| 251 |
- Form block: add Contact Form child blocks to the Block Library.
|
| 252 |
+
- Form block: add default spacing attributes on all form variations.
|
| 253 |
+
- Form block: change layout flex styles.
|
| 254 |
- Form block: improve parent block selection when inner block is already selected.
|
| 255 |
- Form block: move Contact Form child blocks to a new category and remove some Core blocks from the child blocks list.
|
| 256 |
+
- Form block: remove duplicated contact form settings from the Contact Form block's toolbar in favor of the sidebar.
|
| 257 |
- Jetpack Social: display broken connections to user in editor.
|
| 258 |
+
- Payment Button block: support a wider varity of layout options.
|
| 259 |
- Payment Buttons block: add typography controls.
|
| 260 |
- Publicize: make the pre-publish panel initially closed by default.
|
| 261 |
- Social: show pre-publish panel if the site has connections enabled.
|
| 262 |
- Stats: change mentions of "Site Stats" with "Jetpack Stats".
|
| 263 |
- Subscription block: don't include Jetpack Social connections in subscriber count.
|
| 264 |
+
- Subscription block: revert the subscription block subscriber count change.
|
| 265 |
- Subscriptions: bold the display reader numbers in subscriptions panel instead of underlined.
|
| 266 |
+
- VideoPress: change the toolbar text for the "Edit video" button on the VideoPress block to "Replace" to match the core video block's toolbar.
|
| 267 |
+
- VideoPress: move videopress/video transfrom from VideoPress plugin to Jetpack plugin
|
| 268 |
|
| 269 |
#### Improved compatibility
|
| 270 |
- Contact Form Block: removed compatibility checks involving automatic deactivation of contact form functionality.
|
|
|
|
|
|
|
| 271 |
|
| 272 |
#### Bug fixes
|
| 273 |
- Contact Form: display consent form field result in notification emails and feedback views.
|
| 274 |
- Contact Form: remove overlay causing issues with the block inserter hover behavior.
|
| 275 |
- CRM: Fix unmounted state updates in Form CRM integration
|
| 276 |
- Form block: include spacing between Contact Form blocks to allow the block inserter to be shown on mouse hover.
|
| 277 |
+
- Form block: prevent contact form from escaping valid URL characters in the redirect URL
|
| 278 |
- Get Apps card: Iterate on link to jetpack.com/apps to ensure backwards compatibility and click-tracking
|
| 279 |
- Payment Buttons block: fix payment-buttons font sizes taking precedence over the font sizes of contained button blocks.
|
| 280 |
+
- Publicize Components: Fix the panel component refactor
|
| 281 |
+
- Social: Ensure we have a user connection when loading the module
|
| 282 |
|
| 283 |
--------
|
| 284 |
|
vendor/autoload.php
CHANGED
|
@@ -9,4 +9,4 @@ if (PHP_VERSION_ID < 50600) {
|
|
| 9 |
|
| 10 |
require_once __DIR__ . '/composer/autoload_real.php';
|
| 11 |
|
| 12 |
-
return ComposerAutoloaderInitf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ
|
| 9 |
|
| 10 |
require_once __DIR__ . '/composer/autoload_real.php';
|
| 11 |
|
| 12 |
+
return ComposerAutoloaderInitf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ11_5::getLoader();
|
vendor/autoload_packages.php
CHANGED
|
@@ -5,7 +5,7 @@
|
|
| 5 |
* @package automattic/jetpack-autoloader
|
| 6 |
*/
|
| 7 |
|
| 8 |
-
namespace Automattic\Jetpack\Autoloader\jpf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ
|
| 9 |
|
| 10 |
// phpcs:ignore
|
| 11 |
|
| 5 |
* @package automattic/jetpack-autoloader
|
| 6 |
*/
|
| 7 |
|
| 8 |
+
namespace Automattic\Jetpack\Autoloader\jpf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ11_5;
|
| 9 |
|
| 10 |
// phpcs:ignore
|
| 11 |
|
vendor/composer/autoload_real.php
CHANGED
|
@@ -2,7 +2,7 @@
|
|
| 2 |
|
| 3 |
// autoload_real.php @generated by Composer
|
| 4 |
|
| 5 |
-
class ComposerAutoloaderInitf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ
|
| 6 |
{
|
| 7 |
private static $loader;
|
| 8 |
|
|
@@ -24,19 +24,19 @@ class ComposerAutoloaderInitf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ11_5_beta
|
|
| 24 |
|
| 25 |
require __DIR__ . '/platform_check.php';
|
| 26 |
|
| 27 |
-
spl_autoload_register(array('ComposerAutoloaderInitf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ
|
| 28 |
self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(__DIR__));
|
| 29 |
-
spl_autoload_unregister(array('ComposerAutoloaderInitf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ
|
| 30 |
|
| 31 |
require __DIR__ . '/autoload_static.php';
|
| 32 |
-
call_user_func(\Composer\Autoload\ComposerStaticInitf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ
|
| 33 |
|
| 34 |
$loader->setClassMapAuthoritative(true);
|
| 35 |
$loader->register(true);
|
| 36 |
|
| 37 |
-
$includeFiles = \Composer\Autoload\ComposerStaticInitf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ
|
| 38 |
foreach ($includeFiles as $fileIdentifier => $file) {
|
| 39 |
-
composerRequiref11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ
|
| 40 |
}
|
| 41 |
|
| 42 |
return $loader;
|
|
@@ -48,7 +48,7 @@ class ComposerAutoloaderInitf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ11_5_beta
|
|
| 48 |
* @param string $file
|
| 49 |
* @return void
|
| 50 |
*/
|
| 51 |
-
function composerRequiref11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ
|
| 52 |
{
|
| 53 |
if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) {
|
| 54 |
$GLOBALS['__composer_autoload_files'][$fileIdentifier] = true;
|
| 2 |
|
| 3 |
// autoload_real.php @generated by Composer
|
| 4 |
|
| 5 |
+
class ComposerAutoloaderInitf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ11_5
|
| 6 |
{
|
| 7 |
private static $loader;
|
| 8 |
|
| 24 |
|
| 25 |
require __DIR__ . '/platform_check.php';
|
| 26 |
|
| 27 |
+
spl_autoload_register(array('ComposerAutoloaderInitf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ11_5', 'loadClassLoader'), true, true);
|
| 28 |
self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(__DIR__));
|
| 29 |
+
spl_autoload_unregister(array('ComposerAutoloaderInitf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ11_5', 'loadClassLoader'));
|
| 30 |
|
| 31 |
require __DIR__ . '/autoload_static.php';
|
| 32 |
+
call_user_func(\Composer\Autoload\ComposerStaticInitf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ11_5::getInitializer($loader));
|
| 33 |
|
| 34 |
$loader->setClassMapAuthoritative(true);
|
| 35 |
$loader->register(true);
|
| 36 |
|
| 37 |
+
$includeFiles = \Composer\Autoload\ComposerStaticInitf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ11_5::$files;
|
| 38 |
foreach ($includeFiles as $fileIdentifier => $file) {
|
| 39 |
+
composerRequiref11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ11_5($fileIdentifier, $file);
|
| 40 |
}
|
| 41 |
|
| 42 |
return $loader;
|
| 48 |
* @param string $file
|
| 49 |
* @return void
|
| 50 |
*/
|
| 51 |
+
function composerRequiref11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ11_5($fileIdentifier, $file)
|
| 52 |
{
|
| 53 |
if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) {
|
| 54 |
$GLOBALS['__composer_autoload_files'][$fileIdentifier] = true;
|
vendor/composer/autoload_static.php
CHANGED
|
@@ -4,7 +4,7 @@
|
|
| 4 |
|
| 5 |
namespace Composer\Autoload;
|
| 6 |
|
| 7 |
-
class ComposerStaticInitf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ
|
| 8 |
{
|
| 9 |
public static $files = array (
|
| 10 |
'3773ef3f09c37da5478d578e32b03a4b' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-assets/actions.php',
|
|
@@ -309,10 +309,10 @@ class ComposerStaticInitf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ11_5_beta
|
|
| 309 |
public static function getInitializer(ClassLoader $loader)
|
| 310 |
{
|
| 311 |
return \Closure::bind(function () use ($loader) {
|
| 312 |
-
$loader->prefixLengthsPsr4 = ComposerStaticInitf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ
|
| 313 |
-
$loader->prefixDirsPsr4 = ComposerStaticInitf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ
|
| 314 |
-
$loader->prefixesPsr0 = ComposerStaticInitf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ
|
| 315 |
-
$loader->classMap = ComposerStaticInitf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ
|
| 316 |
|
| 317 |
}, null, ClassLoader::class);
|
| 318 |
}
|
| 4 |
|
| 5 |
namespace Composer\Autoload;
|
| 6 |
|
| 7 |
+
class ComposerStaticInitf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ11_5
|
| 8 |
{
|
| 9 |
public static $files = array (
|
| 10 |
'3773ef3f09c37da5478d578e32b03a4b' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-assets/actions.php',
|
| 309 |
public static function getInitializer(ClassLoader $loader)
|
| 310 |
{
|
| 311 |
return \Closure::bind(function () use ($loader) {
|
| 312 |
+
$loader->prefixLengthsPsr4 = ComposerStaticInitf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ11_5::$prefixLengthsPsr4;
|
| 313 |
+
$loader->prefixDirsPsr4 = ComposerStaticInitf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ11_5::$prefixDirsPsr4;
|
| 314 |
+
$loader->prefixesPsr0 = ComposerStaticInitf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ11_5::$prefixesPsr0;
|
| 315 |
+
$loader->classMap = ComposerStaticInitf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ11_5::$classMap;
|
| 316 |
|
| 317 |
}, null, ClassLoader::class);
|
| 318 |
}
|
vendor/jetpack-autoloader/class-autoloader-handler.php
CHANGED
|
@@ -5,7 +5,7 @@
|
|
| 5 |
* @package automattic/jetpack-autoloader
|
| 6 |
*/
|
| 7 |
|
| 8 |
-
namespace Automattic\Jetpack\Autoloader\jpf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ
|
| 9 |
|
| 10 |
// phpcs:ignore
|
| 11 |
|
| 5 |
* @package automattic/jetpack-autoloader
|
| 6 |
*/
|
| 7 |
|
| 8 |
+
namespace Automattic\Jetpack\Autoloader\jpf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ11_5;
|
| 9 |
|
| 10 |
// phpcs:ignore
|
| 11 |
|
vendor/jetpack-autoloader/class-autoloader-locator.php
CHANGED
|
@@ -5,7 +5,7 @@
|
|
| 5 |
* @package automattic/jetpack-autoloader
|
| 6 |
*/
|
| 7 |
|
| 8 |
-
namespace Automattic\Jetpack\Autoloader\jpf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ
|
| 9 |
|
| 10 |
// phpcs:ignore
|
| 11 |
|
| 5 |
* @package automattic/jetpack-autoloader
|
| 6 |
*/
|
| 7 |
|
| 8 |
+
namespace Automattic\Jetpack\Autoloader\jpf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ11_5;
|
| 9 |
|
| 10 |
// phpcs:ignore
|
| 11 |
|
vendor/jetpack-autoloader/class-autoloader.php
CHANGED
|
@@ -5,7 +5,7 @@
|
|
| 5 |
* @package automattic/jetpack-autoloader
|
| 6 |
*/
|
| 7 |
|
| 8 |
-
namespace Automattic\Jetpack\Autoloader\jpf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ
|
| 9 |
|
| 10 |
// phpcs:ignore
|
| 11 |
|
| 5 |
* @package automattic/jetpack-autoloader
|
| 6 |
*/
|
| 7 |
|
| 8 |
+
namespace Automattic\Jetpack\Autoloader\jpf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ11_5;
|
| 9 |
|
| 10 |
// phpcs:ignore
|
| 11 |
|
vendor/jetpack-autoloader/class-container.php
CHANGED
|
@@ -5,7 +5,7 @@
|
|
| 5 |
* @package automattic/jetpack-autoloader
|
| 6 |
*/
|
| 7 |
|
| 8 |
-
namespace Automattic\Jetpack\Autoloader\jpf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ
|
| 9 |
|
| 10 |
// phpcs:ignore
|
| 11 |
|
| 5 |
* @package automattic/jetpack-autoloader
|
| 6 |
*/
|
| 7 |
|
| 8 |
+
namespace Automattic\Jetpack\Autoloader\jpf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ11_5;
|
| 9 |
|
| 10 |
// phpcs:ignore
|
| 11 |
|
vendor/jetpack-autoloader/class-hook-manager.php
CHANGED
|
@@ -5,7 +5,7 @@
|
|
| 5 |
* @package automattic/jetpack-autoloader
|
| 6 |
*/
|
| 7 |
|
| 8 |
-
namespace Automattic\Jetpack\Autoloader\jpf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ
|
| 9 |
|
| 10 |
// phpcs:ignore
|
| 11 |
|
| 5 |
* @package automattic/jetpack-autoloader
|
| 6 |
*/
|
| 7 |
|
| 8 |
+
namespace Automattic\Jetpack\Autoloader\jpf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ11_5;
|
| 9 |
|
| 10 |
// phpcs:ignore
|
| 11 |
|
vendor/jetpack-autoloader/class-latest-autoloader-guard.php
CHANGED
|
@@ -5,7 +5,7 @@
|
|
| 5 |
* @package automattic/jetpack-autoloader
|
| 6 |
*/
|
| 7 |
|
| 8 |
-
namespace Automattic\Jetpack\Autoloader\jpf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ
|
| 9 |
|
| 10 |
// phpcs:ignore
|
| 11 |
|
| 5 |
* @package automattic/jetpack-autoloader
|
| 6 |
*/
|
| 7 |
|
| 8 |
+
namespace Automattic\Jetpack\Autoloader\jpf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ11_5;
|
| 9 |
|
| 10 |
// phpcs:ignore
|
| 11 |
|
vendor/jetpack-autoloader/class-manifest-reader.php
CHANGED
|
@@ -5,7 +5,7 @@
|
|
| 5 |
* @package automattic/jetpack-autoloader
|
| 6 |
*/
|
| 7 |
|
| 8 |
-
namespace Automattic\Jetpack\Autoloader\jpf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ
|
| 9 |
|
| 10 |
// phpcs:ignore
|
| 11 |
|
| 5 |
* @package automattic/jetpack-autoloader
|
| 6 |
*/
|
| 7 |
|
| 8 |
+
namespace Automattic\Jetpack\Autoloader\jpf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ11_5;
|
| 9 |
|
| 10 |
// phpcs:ignore
|
| 11 |
|
vendor/jetpack-autoloader/class-path-processor.php
CHANGED
|
@@ -5,7 +5,7 @@
|
|
| 5 |
* @package automattic/jetpack-autoloader
|
| 6 |
*/
|
| 7 |
|
| 8 |
-
namespace Automattic\Jetpack\Autoloader\jpf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ
|
| 9 |
|
| 10 |
// phpcs:ignore
|
| 11 |
|
| 5 |
* @package automattic/jetpack-autoloader
|
| 6 |
*/
|
| 7 |
|
| 8 |
+
namespace Automattic\Jetpack\Autoloader\jpf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ11_5;
|
| 9 |
|
| 10 |
// phpcs:ignore
|
| 11 |
|
vendor/jetpack-autoloader/class-php-autoloader.php
CHANGED
|
@@ -5,7 +5,7 @@
|
|
| 5 |
* @package automattic/jetpack-autoloader
|
| 6 |
*/
|
| 7 |
|
| 8 |
-
namespace Automattic\Jetpack\Autoloader\jpf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ
|
| 9 |
|
| 10 |
// phpcs:ignore
|
| 11 |
|
| 5 |
* @package automattic/jetpack-autoloader
|
| 6 |
*/
|
| 7 |
|
| 8 |
+
namespace Automattic\Jetpack\Autoloader\jpf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ11_5;
|
| 9 |
|
| 10 |
// phpcs:ignore
|
| 11 |
|
vendor/jetpack-autoloader/class-plugin-locator.php
CHANGED
|
@@ -5,7 +5,7 @@
|
|
| 5 |
* @package automattic/jetpack-autoloader
|
| 6 |
*/
|
| 7 |
|
| 8 |
-
namespace Automattic\Jetpack\Autoloader\jpf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ
|
| 9 |
|
| 10 |
// phpcs:ignore
|
| 11 |
|
| 5 |
* @package automattic/jetpack-autoloader
|
| 6 |
*/
|
| 7 |
|
| 8 |
+
namespace Automattic\Jetpack\Autoloader\jpf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ11_5;
|
| 9 |
|
| 10 |
// phpcs:ignore
|
| 11 |
|
vendor/jetpack-autoloader/class-plugins-handler.php
CHANGED
|
@@ -5,7 +5,7 @@
|
|
| 5 |
* @package automattic/jetpack-autoloader
|
| 6 |
*/
|
| 7 |
|
| 8 |
-
namespace Automattic\Jetpack\Autoloader\jpf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ
|
| 9 |
|
| 10 |
// phpcs:ignore
|
| 11 |
|
| 5 |
* @package automattic/jetpack-autoloader
|
| 6 |
*/
|
| 7 |
|
| 8 |
+
namespace Automattic\Jetpack\Autoloader\jpf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ11_5;
|
| 9 |
|
| 10 |
// phpcs:ignore
|
| 11 |
|
vendor/jetpack-autoloader/class-shutdown-handler.php
CHANGED
|
@@ -5,7 +5,7 @@
|
|
| 5 |
* @package automattic/jetpack-autoloader
|
| 6 |
*/
|
| 7 |
|
| 8 |
-
namespace Automattic\Jetpack\Autoloader\jpf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ
|
| 9 |
|
| 10 |
// phpcs:ignore
|
| 11 |
|
| 5 |
* @package automattic/jetpack-autoloader
|
| 6 |
*/
|
| 7 |
|
| 8 |
+
namespace Automattic\Jetpack\Autoloader\jpf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ11_5;
|
| 9 |
|
| 10 |
// phpcs:ignore
|
| 11 |
|
vendor/jetpack-autoloader/class-version-loader.php
CHANGED
|
@@ -5,7 +5,7 @@
|
|
| 5 |
* @package automattic/jetpack-autoloader
|
| 6 |
*/
|
| 7 |
|
| 8 |
-
namespace Automattic\Jetpack\Autoloader\jpf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ
|
| 9 |
|
| 10 |
// phpcs:ignore
|
| 11 |
|
| 5 |
* @package automattic/jetpack-autoloader
|
| 6 |
*/
|
| 7 |
|
| 8 |
+
namespace Automattic\Jetpack\Autoloader\jpf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ11_5;
|
| 9 |
|
| 10 |
// phpcs:ignore
|
| 11 |
|
vendor/jetpack-autoloader/class-version-selector.php
CHANGED
|
@@ -5,7 +5,7 @@
|
|
| 5 |
* @package automattic/jetpack-autoloader
|
| 6 |
*/
|
| 7 |
|
| 8 |
-
namespace Automattic\Jetpack\Autoloader\jpf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ
|
| 9 |
|
| 10 |
// phpcs:ignore
|
| 11 |
|
| 5 |
* @package automattic/jetpack-autoloader
|
| 6 |
*/
|
| 7 |
|
| 8 |
+
namespace Automattic\Jetpack\Autoloader\jpf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ11_5;
|
| 9 |
|
| 10 |
// phpcs:ignore
|
| 11 |
|
