@automattic/newspack-blocks 4.5.3-alpha.1 → 4.5.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,10 +1,9 @@
1
- ## [4.5.3-alpha.1](https://github.com/Automattic/newspack-blocks/compare/v4.5.2...v4.5.3-alpha.1) (2025-01-10)
1
+ ## [4.5.3](https://github.com/Automattic/newspack-blocks/compare/v4.5.2...v4.5.3) (2025-01-14)
2
2
 
3
3
 
4
4
  ### Bug Fixes
5
5
 
6
- * **modal-checkout:** force checkout registration option ([#2007](https://github.com/Automattic/newspack-blocks/issues/2007)) ([acad91c](https://github.com/Automattic/newspack-blocks/commit/acad91c18a3bef5be22387a09af0207f87df3023))
7
- * tweak modal iframe size ([#2006](https://github.com/Automattic/newspack-blocks/issues/2006)) ([fef66e1](https://github.com/Automattic/newspack-blocks/commit/fef66e1b34345cc0634741367bb2ae0879d8099c))
6
+ * **recaptcha:** support reCAPTCHA v2 on form submit, not button click ([#2021](https://github.com/Automattic/newspack-blocks/issues/2021)) ([1e483a5](https://github.com/Automattic/newspack-blocks/commit/1e483a5412bbf38962700c09e4fa59fabc29f170))
8
7
 
9
8
  ## [4.5.2](https://github.com/Automattic/newspack-blocks/compare/v4.5.1...v4.5.2) (2024-12-16)
10
9
 
package/composer.lock CHANGED
@@ -2469,16 +2469,16 @@
2469
2469
  },
2470
2470
  {
2471
2471
  "name": "sirbrillig/phpcs-variable-analysis",
2472
- "version": "v2.11.22",
2472
+ "version": "v2.11.21",
2473
2473
  "source": {
2474
2474
  "type": "git",
2475
2475
  "url": "https://github.com/sirbrillig/phpcs-variable-analysis.git",
2476
- "reference": "ffb6f16c6033ec61ed84446b479a31d6529f0eb7"
2476
+ "reference": "eb2b351927098c24860daa7484e290d3eed693be"
2477
2477
  },
2478
2478
  "dist": {
2479
2479
  "type": "zip",
2480
- "url": "https://api.github.com/repos/sirbrillig/phpcs-variable-analysis/zipball/ffb6f16c6033ec61ed84446b479a31d6529f0eb7",
2481
- "reference": "ffb6f16c6033ec61ed84446b479a31d6529f0eb7",
2480
+ "url": "https://api.github.com/repos/sirbrillig/phpcs-variable-analysis/zipball/eb2b351927098c24860daa7484e290d3eed693be",
2481
+ "reference": "eb2b351927098c24860daa7484e290d3eed693be",
2482
2482
  "shasum": ""
2483
2483
  },
2484
2484
  "require": {
@@ -2490,6 +2490,7 @@
2490
2490
  "phpcsstandards/phpcsdevcs": "^1.1",
2491
2491
  "phpstan/phpstan": "^1.7",
2492
2492
  "phpunit/phpunit": "^4.8.36 || ^5.7.21 || ^6.5 || ^7.0 || ^8.0 || ^9.0 || ^10.5.32 || ^11.3.3",
2493
+ "sirbrillig/phpcs-import-detection": "^1.1",
2493
2494
  "vimeo/psalm": "^0.2 || ^0.3 || ^1.1 || ^4.24 || ^5.0"
2494
2495
  },
2495
2496
  "type": "phpcodesniffer-standard",
@@ -2522,20 +2523,20 @@
2522
2523
  "source": "https://github.com/sirbrillig/phpcs-variable-analysis",
2523
2524
  "wiki": "https://github.com/sirbrillig/phpcs-variable-analysis/wiki"
2524
2525
  },
2525
- "time": "2025-01-06T17:54:24+00:00"
2526
+ "time": "2024-12-02T16:37:49+00:00"
2526
2527
  },
2527
2528
  {
2528
2529
  "name": "squizlabs/php_codesniffer",
2529
- "version": "3.11.2",
2530
+ "version": "3.11.1",
2530
2531
  "source": {
2531
2532
  "type": "git",
2532
2533
  "url": "https://github.com/PHPCSStandards/PHP_CodeSniffer.git",
2533
- "reference": "1368f4a58c3c52114b86b1abe8f4098869cb0079"
2534
+ "reference": "19473c30efe4f7b3cd42522d0b2e6e7f243c6f87"
2534
2535
  },
2535
2536
  "dist": {
2536
2537
  "type": "zip",
2537
- "url": "https://api.github.com/repos/PHPCSStandards/PHP_CodeSniffer/zipball/1368f4a58c3c52114b86b1abe8f4098869cb0079",
2538
- "reference": "1368f4a58c3c52114b86b1abe8f4098869cb0079",
2538
+ "url": "https://api.github.com/repos/PHPCSStandards/PHP_CodeSniffer/zipball/19473c30efe4f7b3cd42522d0b2e6e7f243c6f87",
2539
+ "reference": "19473c30efe4f7b3cd42522d0b2e6e7f243c6f87",
2539
2540
  "shasum": ""
2540
2541
  },
2541
2542
  "require": {
@@ -2602,7 +2603,7 @@
2602
2603
  "type": "open_collective"
2603
2604
  }
2604
2605
  ],
2605
- "time": "2024-12-11T16:04:26+00:00"
2606
+ "time": "2024-11-16T12:02:36+00:00"
2606
2607
  },
2607
2608
  {
2608
2609
  "name": "symfony/console",
@@ -1 +1 @@
1
- <?php return array('dependencies' => array('wp-a11y', 'wp-dom-ready', 'wp-escape-html', 'wp-i18n'), 'version' => '5042d09063828097aab4');
1
+ <?php return array('dependencies' => array('wp-a11y', 'wp-dom-ready', 'wp-escape-html', 'wp-i18n'), 'version' => '38c0dbd12488d105fca0');