Skip to content

Commit

Permalink
Update wp-parsely submodule to version 3.10.0 (#4898)
Browse files Browse the repository at this point in the history
  • Loading branch information
acicovic authored Sep 26, 2023
1 parent ddd97aa commit 44f8fb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wp-parsely
Submodule wp-parsely updated 83 files
+30 −10 .github/ISSUE_TEMPLATE/release-template.md
+1 −1 .github/workflows/codeql-analysis.yml
+1 −1 .github/workflows/cs-lint.yml
+1 −1 .github/workflows/dependency-review.yml
+1 −1 .github/workflows/deploy.yml
+8 −1 .github/workflows/e2e-tests.yml
+1 −1 .github/workflows/integration-tests.yml
+1 −1 .github/workflows/node.js.yml
+1 −1 .github/workflows/unit-tests.yml
+21 −0 CHANGELOG.md
+1 −1 README.md
+1 −1 bin/release.php
+1 −1 build/blocks/recommendations/block.json
+1 −1 build/blocks/recommendations/edit.asset.php
+1 −1 build/blocks/recommendations/edit.js
+1 −1 build/blocks/recommendations/view.asset.php
+1 −1 build/blocks/recommendations/view.js
+1 −1 build/content-helper/dashboard-widget.asset.php
+1 −1 build/content-helper/dashboard-widget.css
+1 −1 build/content-helper/dashboard-widget.js
+1 −1 build/content-helper/editor-sidebar.asset.php
+11 −17 build/content-helper/editor-sidebar.js
+1 −1 build/recommended-widget.asset.php
+1 −1 build/recommended-widget.js
+1 −4 composer.json
+9 −0 jest-unit.config.js
+19,825 −10,786 package-lock.json
+32 −32 package.json
+1 −1 phpstan.neon
+6 −0 rector.php
+2 −41 src/Endpoints/class-analytics-post-detail-api-proxy.php
+2 −29 src/Endpoints/class-analytics-posts-api-proxy.php
+86 −0 src/Endpoints/class-base-api-proxy.php
+2 −2 src/Endpoints/class-graphql-metadata.php
+3 −1 src/Endpoints/class-referrers-post-detail-api-proxy.php
+1 −1 src/Endpoints/class-related-api-proxy.php
+4 −4 src/Endpoints/class-rest-metadata.php
+1 −0 src/RemoteAPI/class-remote-api-base.php
+3 −3 src/UI/class-metadata-renderer.php
+2 −1 src/UI/class-network-admin-sites-list.php
+13 −11 src/UI/class-settings-page.php
+1 −1 src/UI/class-site-health.php
+110 −25 src/Utils/utils.php
+1 −1 src/blocks/recommendations/block.json
+1 −1 src/blocks/recommendations/components/parsely-recommendations-inspector-controls.tsx
+1 −5 src/class-parsely.php
+6 −1 src/class-scripts.php
+0 −2 src/content-helper/common/content-helper-error-message.tsx
+34 −0 src/content-helper/common/select.tsx
+0 −2 src/content-helper/common/verify-credentials.tsx
+1 −1 src/content-helper/dashboard-widget/class-dashboard-widget.php
+61 −16 src/content-helper/dashboard-widget/components/top-posts-list-item.tsx
+117 −0 src/content-helper/dashboard-widget/components/top-posts.tsx
+6 −6 src/content-helper/dashboard-widget/dashboard-widget.scss
+2 −2 src/content-helper/dashboard-widget/dashboard-widget.tsx
+1 −0 src/content-helper/dashboard-widget/model.ts
+14 −7 src/content-helper/dashboard-widget/provider.ts
+0 −82 src/content-helper/dashboard-widget/top-posts/component-list.tsx
+2 −2 src/content-helper/editor-sidebar/related-top-posts/provider.ts
+3 −3 src/content-helper/post-list-stats/class-post-list-stats.php
+2 −2 tests/Integration/ContentHelperFeatureTest.php
+2 −2 tests/Integration/Endpoints/AnalyticsPostsProxyEndpointTest.php
+1 −1 tests/Integration/Endpoints/RestMetadataTest.php
+3 −1 tests/Integration/Endpoints/StatsPostDetailProxyEndpointTest.php
+2 −3 tests/Integration/Integrations/IntegrationsTest.php
+1 −1 tests/Integration/Metadata/NonPostTestCase.php
+1 −1 tests/Integration/Metadata/SinglePostTest.php
+4 −4 tests/Integration/OptionsTest.php
+5 −5 tests/Integration/OtherTest.php
+9 −3 tests/Integration/TestCase.php
+1 −1 tests/Integration/UI/AdminWarningTest.php
+1 −1 tests/Integration/UI/NetworkAdminSitesListTest.php
+3 −3 tests/Integration/UI/SettingsPageTest.php
+2 −1 tests/Integration/bootstrap.php
+86 −29 tests/Integration/content-helper/ContentHelperPostListStatsTest.php
+1 −1 tests/Unit/Integrations/IntegrationsTest.php
+49 −5 tests/Unit/Utils/UtilsTest.php
+2 −2 tests/Unit/bootstrap.php
+1 −1 tests/e2e/specs/plugin-action-link.spec.ts
+4 −1 tests/e2e/specs/settings-track-post-types-as.spec.ts
+1 −1 tests/e2e/utils.ts
+8 −3 tests/trait-tests-reflection.php
+2 −2 wp-parsely.php

0 comments on commit 44f8fb3

Please sign in to comment.