Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump jetpack from 19dafe9 to 228aa63 #2840

Merged
merged 1 commit into from
Nov 26, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion jetpack
Submodule jetpack updated 67 files
+5 −0 .svnignore
+1 −0 3rd-party/3rd-party.php
+36 −0 3rd-party/web-stories.php
+7 −1 _inc/client/at-a-glance/search.jsx
+0 −48 _inc/client/components/plans/plan-price/README.md
+0 −126 _inc/client/components/plans/plan-price/index.jsx
+0 −60 _inc/client/components/plans/plan-price/style.scss
+0 −8 _inc/client/lib/plans/constants.js
+3 −11 _inc/client/main.jsx
+7 −1 _inc/client/performance/search.jsx
+0 −68 _inc/client/plans-prompt/index.jsx
+0 −24 _inc/client/plans-prompt/style.scss
+0 −41 _inc/client/plans/constants.js
+0 −66 _inc/client/plans/duration-switcher.js
+0 −51 _inc/client/plans/feture-item.jsx
+0 −21 _inc/client/plans/index.jsx
+0 −399 _inc/client/plans/plan-grid.jsx
+0 −148 _inc/client/plans/product-selector.jsx
+0 −79 _inc/client/plans/single-product-components/plan-radio-button.jsx
+0 −60 _inc/client/plans/single-product-components/plan-radio-button.scss
+0 −33 _inc/client/plans/single-product-components/price-group.jsx
+0 −40 _inc/client/plans/single-product-components/product-options-label.js
+0 −54 _inc/client/plans/single-product-components/product-savings.jsx
+0 −13 _inc/client/plans/single-product-components/product-savings.scss
+0 −34 _inc/client/plans/single-product-components/promo-nudge.jsx
+0 −41 _inc/client/plans/single-product-components/promo-nudge.scss
+0 −113 _inc/client/plans/single-product-components/purchased-product-card.jsx
+0 −28 _inc/client/plans/single-product-components/upgrade-button.jsx
+0 −154 _inc/client/plans/single-product-search/index.jsx
+0 −221 _inc/client/plans/single-product/index.js
+0 −96 _inc/client/plans/single-product/style.scss
+0 −27 _inc/client/plans/single-products.scss
+0 −267 _inc/client/plans/style.scss
+0 −56 _inc/client/plans/top-button.jsx
+0 −16 _inc/client/plans/utility.js
+0 −2 _inc/client/scss/style.scss
+0 −4 _inc/client/state/site/reducer.js
+2 −0 bin/phpcs-requirelist.js
+48 −0 changelog.txt
+4 −2 docker/README.md
+1 −0 docs/development-environment.md
+1 −1 extensions/blocks/podcast-player/podcast-player.php
+27 −8 extensions/blocks/story/story.php
+1 −1 extensions/shared/external-media/constants.js
+4 −0 json-endpoints/class.wpcom-json-api-get-site-endpoint.php
+84 −18 modules/google-analytics/classes/wp-google-analytics-legacy.php
+1 −0 modules/theme-tools.php
+9 −0 modules/theme-tools/compat/twentytwentyone.css
+33 −0 modules/theme-tools/compat/twentytwentyone.php
+1 −1 package.json
+38 −61 readme.txt
+9 −0 sal/class.json-api-site-base.php
+9 −0 sal/class.json-api-site-jetpack.php
+1 −1 tests/e2e/jest-puppeteer.config.js
+1 −1 tests/e2e/lib/blocks/word-ads.js
+1 −1 tests/e2e/lib/flows/jetpack-connect.js
+1 −1 tests/e2e/lib/page-helper.js
+2 −2 tests/e2e/lib/pages/wp-admin/block-editor.js
+1 −1 tests/e2e/lib/pages/wp-admin/plugins.js
+1 −1 tests/e2e/lib/plan-helper.js
+1 −3 tests/e2e/lib/utils-helper.js
+75 −4 tests/php/modules/google-analytics/test-class.google-analytics.php
+8 −15 tests/php/modules/masterbar/test-class-admin-color-schemes.php
+27 −20 to-test.md
+1 −0 tools/builder/frontend-css.js
+7 −2 tools/deploy-to-svn.sh
+19 −29 yarn.lock