Skip to content

Commit

Permalink
Infinite scroll added checks to validate input (#39618)
Browse files Browse the repository at this point in the history
* Added isset checks to avoid Warnings

* changelog

* Added new isset for last_post_date

* Deprecate infinite_scroll_posts_where  hook

Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/11269962804

Upstream-Ref: Automattic/jetpack@8537542
  • Loading branch information
darssen authored and matticbot committed Oct 10, 2024
1 parent 121ef04 commit e2cc045
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion jetpack_vendor/automattic/jetpack-sync/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"automattic/jetpack-changelogger": "^4.2.6",
"yoast/phpunit-polyfills": "^1.1.1",
"automattic/jetpack-search": "@dev",
"automattic/jetpack-waf": "@dev",
"automattic/jetpack-waf": "^0.22.0-alpha",
"automattic/wordbless": "@dev"
},
"suggest": {
Expand Down
4 changes: 2 additions & 2 deletions vendor/composer/installed.json
Original file line number Diff line number Diff line change
Expand Up @@ -1815,7 +1815,7 @@
"dist": {
"type": "path",
"url": "/tmp/jetpack-build/Automattic/jetpack-sync",
"reference": "9a1c30cb49afc31d7eb80dff9e7ce8fb6cc75ba1"
"reference": "47e0bd8479da7349ad32d9683628b3bbf1deeb8f"
},
"require": {
"automattic/jetpack-connection": "^5.1.3-alpha",
Expand All @@ -1829,7 +1829,7 @@
"require-dev": {
"automattic/jetpack-changelogger": "^4.2.6",
"automattic/jetpack-search": "@dev",
"automattic/jetpack-waf": "@dev",
"automattic/jetpack-waf": "^0.22.0-alpha",
"automattic/wordbless": "@dev",
"yoast/phpunit-polyfills": "^1.1.1"
},
Expand Down
2 changes: 1 addition & 1 deletion vendor/composer/installed.php
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@
'automattic/jetpack-sync' => array(
'pretty_version' => '3.14.0-alpha.1728373566',
'version' => '3.14.0.0-alpha1728373566',
'reference' => '9a1c30cb49afc31d7eb80dff9e7ce8fb6cc75ba1',
'reference' => '47e0bd8479da7349ad32d9683628b3bbf1deeb8f',
'type' => 'jetpack-library',
'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-sync',
'aliases' => array(),
Expand Down

0 comments on commit e2cc045

Please sign in to comment.