Skip to content

Commit 1006912

Browse files
Build "Merge pull request #3737 from Parsely/develop" (48014f6)
1 parent a589391 commit 1006912

26 files changed

+864
-880
lines changed

.github/workflows/integration-tests.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,19 +29,18 @@ jobs:
2929
# - coverage: Whether to run the tests with code coverage.
3030
# - experimental: Whether the build is "allowed to fail".
3131
matrix:
32-
php: ['7.4', '8.0', '8.1', '8.2']
32+
php: ['7.4', '8.0', '8.1', '8.2', '8.3']
3333
wp: ['latest']
3434
coverage: [none]
3535
experimental: [false]
3636
include:
37-
- php: '8.3'
37+
- php: '8.4'
3838
coverage: pcov
3939
extensions: pcov
4040
ini-values: pcov.directory=., "pcov.exclude=\"~(vendor|tests)~\""
4141
experimental: false
42-
- php: '8.4'
42+
- php: '8.5'
4343
wp: 'trunk'
44-
coverage: none
4544
experimental: true
4645
fail-fast: false
4746
continue-on-error: ${{ matrix.experimental }}

.github/workflows/unit-tests.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,17 +30,16 @@ jobs:
3030
# - coverage: Whether to run the tests with code coverage.
3131
# - experimental: Whether the build is "allowed to fail".
3232
matrix:
33-
php: ['7.4', '8.0', '8.1', '8.2']
33+
php: ['7.4', '8.0', '8.1', '8.2', '8.3']
3434
coverage: [none]
3535
experimental: [false]
3636
include:
37-
- php: '8.3'
37+
- php: '8.4'
3838
coverage: pcov
3939
extensions: pcov
4040
ini-values: pcov.directory=., "pcov.exclude=\"~(vendor|tests)~\""
4141
experimental: false
42-
- php: '8.4'
43-
coverage: none
42+
- php: '8.5'
4443
experimental: true
4544
fail-fast: false
4645
continue-on-error: ${{ matrix.experimental }}

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,17 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [3.20.8](https://github.com/Parsely/wp-parsely/compare/3.20.7...3.20.8) - 2025-10-06
9+
10+
### Fixed
11+
12+
- content-helper-error.tsx: Include more errors ([#3701](https://github.com/Parsely/wp-parsely/pull/3701))
13+
- Allow optimal performance_blending_weight auto-selection ([#3694](https://github.com/Parsely/wp-parsely/pull/3694))
14+
15+
### Dependency Updates
16+
17+
- The list of all dependency updates for this release is available [here](https://github.com/Parsely/wp-parsely/pulls?q=is%3Apr+is%3Amerged+milestone%3A3.20.8+label%3ADeps).
18+
819
## [3.20.7](https://github.com/Parsely/wp-parsely/compare/3.20.6...3.20.7) - 2025-09-09
920

1021
### Fixed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Parse.ly
22

3-
Stable tag: 3.20.7
3+
Stable tag: 3.20.8
44
Requires at least: 6.0
55
Tested up to: 6.8
66
Requires PHP: 7.4

build/admin-settings.asset.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<?php return array('dependencies' => array('react', 'wp-api-fetch', 'wp-data', 'wp-escape-html', 'wp-i18n', 'wp-url'), 'version' => '66f2b3e882defbfd9d95');
1+
<?php return array('dependencies' => array('react', 'wp-api-fetch', 'wp-data', 'wp-escape-html', 'wp-i18n', 'wp-url'), 'version' => '2241911e2fdfed629bf6');

build/admin-settings.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<?php return array('dependencies' => array('react', 'wp-api-fetch', 'wp-components', 'wp-compose', 'wp-data', 'wp-dom-ready', 'wp-element', 'wp-escape-html', 'wp-i18n', 'wp-notices', 'wp-primitives', 'wp-url'), 'version' => '13860c299f21c8f1eaaf');
1+
<?php return array('dependencies' => array('react', 'wp-api-fetch', 'wp-components', 'wp-compose', 'wp-data', 'wp-dom-ready', 'wp-element', 'wp-escape-html', 'wp-i18n', 'wp-notices', 'wp-primitives', 'wp-url'), 'version' => '582c1c29d022bacbb8b4');

build/content-helper/dashboard-page.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<?php return array('dependencies' => array('react', 'wp-api-fetch', 'wp-components', 'wp-data', 'wp-element', 'wp-i18n', 'wp-url'), 'version' => '9dd4e7d94d11e6d6f594');
1+
<?php return array('dependencies' => array('react', 'wp-api-fetch', 'wp-components', 'wp-data', 'wp-element', 'wp-i18n', 'wp-url'), 'version' => '880b3ef462175993e9b1');

build/content-helper/dashboard-widget.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)