Skip to content

Commit

Permalink
Fix pax version to 1.0.8.
Browse files Browse the repository at this point in the history
  • Loading branch information
aaemnnosttv committed May 31, 2024
1 parent 928c9e5 commit e0c0976
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion includes/Modules/Ads.php
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,8 @@ protected function setup_assets() {
$assets[] = new Script(
'googlesitekit-ads-pax-integrator',
array(
'src' => 'https://www.gstatic.com/pax/latest/pax_integrator.js',
// When updating, mirror the fixed version for google-pax-sdk in package.json.
'src' => 'https://www.gstatic.com/pax/1.0.8/pax_integrator.js',
'execution' => 'async',
'dependencies' => array(
'googlesitekit-ads-pax-config',
Expand Down

0 comments on commit e0c0976

Please sign in to comment.