Skip to content

Commit 34e4ae8

Browse files
authored
Merge pull request #3751 from Parsely/develop
2 parents 48014f6 + d364dd0 commit 34e4ae8

19 files changed

+1285
-216
lines changed

.github/workflows/bump-version.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ jobs:
2727
exit 1
2828
fi
2929
30-
- name: Setup PHP 8.1
30+
- name: Setup PHP 8.4
3131
uses: shivammathur/setup-php@v2
3232
with:
33-
php-version: '8.1'
33+
php-version: '8.4'
3434
extensions: mbstring, json
3535

3636
- name: Checkout ${{ github.ref_name }} branch
@@ -73,10 +73,10 @@ jobs:
7373
CURRENT_VERSION: ${{ needs.validate_version.outputs.current_version }}
7474
GH_TOKEN: ${{ github.token }}
7575
steps:
76-
- name: Setup PHP 8.1
76+
- name: Setup PHP 8.4
7777
uses: shivammathur/setup-php@v2
7878
with:
79-
php-version: '8.1'
79+
php-version: '8.4'
8080
extensions: mbstring, json
8181

8282
- name: Configure Git

.github/workflows/codeql-analysis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242

4343
# Initializes the CodeQL tools for scanning.
4444
- name: Initialize CodeQL
45-
uses: github/codeql-action/init@v3
45+
uses: github/codeql-action/init@v4
4646
with:
4747
languages: ${{ matrix.language }}
4848
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -51,4 +51,4 @@ jobs:
5151
# queries: ./path/to/local/query, your-org/your-repo/queries@main
5252

5353
- name: Perform CodeQL Analysis
54-
uses: github/codeql-action/analyze@v3
54+
uses: github/codeql-action/analyze@v4

.phpcs.xml.dist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
<rule ref="WordPress-Docs"/>
4242
<!-- For help in understanding these custom sniff properties:
4343
https://github.com/WordPress-Coding-Standards/WordPress-Coding-Standards/wiki/Customizable-sniff-properties -->
44-
<config name="minimum_supported_wp_version" value="5.2"/>
44+
<config name="minimum_supported_wp_version" value="6.0"/>
4545

4646
<!-- Rules: WordPress VIP - see
4747
https://github.com/Automattic/VIP-Coding-Standards -->

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,16 @@ 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.21.0](https://github.com/Parsely/wp-parsely/compare/3.20.8...3.21.0) - 2025-10-13
9+
10+
### Added
11+
12+
- Settings: Add Headline Testing configuration ([#3601](https://github.com/Parsely/wp-parsely/pull/3601))
13+
14+
### Dependency Updates
15+
16+
- 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.21.0+label%3ADeps).
17+
818
## [3.20.8](https://github.com/Parsely/wp-parsely/compare/3.20.7...3.20.8) - 2025-10-06
919

1020
### 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.8
3+
Stable tag: 3.21.0
44
Requires at least: 6.0
55
Tested up to: 6.8
66
Requires PHP: 7.4
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' => '582c1c29d022bacbb8b4');
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' => '1f63cd325b239aecd933');

build/content-helper/dashboard-page.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)