Skip to content

Commit

Permalink
Added a callback instead of a direct call to avoid i18n notices. (#9884)
Browse files Browse the repository at this point in the history
Co-authored-by: Cvetan Cvetanov <[email protected]>
  • Loading branch information
zinigor and mordeth authored Dec 13, 2024
1 parent 1db6178 commit 2e14de5
Show file tree
Hide file tree
Showing 4 changed files with 206 additions and 193 deletions.
4 changes: 4 additions & 0 deletions changelog/add-jetpack-config-callback
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Significance: minor
Type: fix

Added conditional use of Jetpack Config callback to avoid i18n notices.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@
"require": {
"php": ">=7.3",
"ext-json": "*",
"automattic/jetpack-connection": "2.12.4",
"automattic/jetpack-config": "2.0.4",
"automattic/jetpack-autoloader": "3.0.10",
"automattic/jetpack-sync": "3.8.0",
"automattic/jetpack-connection": "6.2.0",
"automattic/jetpack-config": "3.0.0",
"automattic/jetpack-autoloader": "5.0.0",
"automattic/jetpack-sync": "4.1.0",
"woocommerce/subscriptions-core": "6.7.1"
},
"require-dev": {
Expand Down
Loading

0 comments on commit 2e14de5

Please sign in to comment.