Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
cc717d0
build(deps): bump actions/upload-artifact from 6 to 7
dependabot[bot] Feb 27, 2026
51365a5
build(deps): bump ramsey/composer-install from 3 to 4
dependabot[bot] Mar 16, 2026
73a2aed
build(deps): bump actions/dependency-review-action from 4 to 5
dependabot[bot] May 11, 2026
41005ad
build(deps-dev): bump react-router from 7.12.0 to 7.16.0
dependabot[bot] Jun 3, 2026
22ea4c7
Merge pull request #4282 from Parsely/trunk
acicovic Jun 3, 2026
b4e6b5c
Merge branch 'develop' into dependabot/npm_and_yarn/react-router-7.16.0
acicovic Jun 4, 2026
9d072cf
build: regenerate dashboard-page assets
Copilot Jun 4, 2026
9781138
Merge pull request #4274 from Parsely/dependabot/npm_and_yarn/react-r…
acicovic Jun 4, 2026
449da98
build(deps): bump shell-quote and concurrently
dependabot[bot] Jun 9, 2026
ae36831
Merge pull request #4309 from Parsely/dependabot/npm_and_yarn/multi-2…
acicovic Jun 10, 2026
d5454d6
build(deps-dev): bump launch-editor from 2.9.1 to 2.14.1
dependabot[bot] Jun 18, 2026
95c81e6
build(deps): bump actions/checkout from 6 to 7
dependabot[bot] Jun 19, 2026
bbdaba0
Merge pull request #4339 from Parsely/dependabot/npm_and_yarn/launch-…
acicovic Jun 19, 2026
7d5e061
build(deps-dev): bump form-data from 4.0.5 to 4.0.6
dependabot[bot] Jun 19, 2026
fa34a7e
Merge pull request #4342 from Parsely/dependabot/npm_and_yarn/form-da…
acicovic Jun 19, 2026
6f1779d
build(deps-dev): bump websocket-driver from 0.7.4 to 0.7.5
dependabot[bot] Jul 15, 2026
67ff51b
Merge pull request #4433 from Parsely/dependabot/npm_and_yarn/websock…
acicovic Jul 20, 2026
b9aeb98
build(deps): bump ws
dependabot[bot] Jul 20, 2026
41f2cbe
Merge pull request #4409 from Parsely/dependabot/npm_and_yarn/multi-6…
acicovic Jul 20, 2026
d4f8522
build(deps-dev): bump axios from 1.16.0 to 1.18.1
dependabot[bot] Jul 20, 2026
95d85a2
Merge pull request #4434 from Parsely/dependabot/npm_and_yarn/axios-1…
acicovic Jul 21, 2026
384b65f
Merge branch 'develop' into dependabot/github_actions/ramsey/composer…
acicovic Jul 21, 2026
aabf971
Merge pull request #4062 from Parsely/dependabot/github_actions/ramse…
acicovic Jul 21, 2026
b3d28af
Merge branch 'develop' into dependabot/github_actions/actions/depende…
acicovic Jul 21, 2026
c04b46a
Merge pull request #4214 from Parsely/dependabot/github_actions/actio…
acicovic Jul 21, 2026
d5d86ea
Merge branch 'develop' into dependabot/github_actions/actions/checkout-7
acicovic Jul 21, 2026
3d57db5
Merge pull request #4340 from Parsely/dependabot/github_actions/actio…
acicovic Jul 21, 2026
549085a
Merge branch 'develop' into dependabot/github_actions/actions/upload-…
acicovic Jul 21, 2026
6ca50ae
Merge pull request #4032 from Parsely/dependabot/github_actions/actio…
acicovic Jul 21, 2026
59606ca
Update wp-parsely version number to 3.23.4
github-actions[bot] Jul 21, 2026
8e56765
Update CHANGELOG.md for version 3.23.4
github-actions[bot] Jul 21, 2026
3f50912
Merge pull request #4440 from Parsely/update/wp-parsely-version-to-3.…
acicovic Jul 21, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build-plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
git config --global user.email 'github-actions[bot]@users.noreply.github.com'

- name: Checkout the specific branch/ref
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
ref: ${{ env.SOURCE_REF }}
fetch-depth: 0
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/bump-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
extensions: mbstring, json

- name: Checkout ${{ github.ref_name }} branch
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
ref: ${{ github.ref_name }}
fetch-depth: 0
Expand Down Expand Up @@ -85,7 +85,7 @@ jobs:
git config --global user.email 'github-actions[bot]@users.noreply.github.com'

- name: Checkout ${{ github.ref_name }} branch
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
ref: ${{ github.ref_name }}
fetch-depth: 0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v6
uses: actions/checkout@v7

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/cs-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
uses: korelstar/xmllint-problem-matcher@v1

- name: Checkout code
uses: actions/checkout@v6
uses: actions/checkout@v7

# Validate the composer.json file.
# @link https://getcomposer.org/doc/03-cli.md#validate
Expand All @@ -53,7 +53,7 @@ jobs:
# Install dependencies and handle caching in one go.
# @link https://github.com/marketplace/actions/install-composer-dependencies
- name: Install Composer dependencies
uses: ramsey/composer-install@v3
uses: ramsey/composer-install@v4

# Lint PHP.
- name: Lint PHP against parse errors
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/dependency-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ jobs:

steps:
- name: Check out the source code
uses: actions/checkout@v6
uses: actions/checkout@v7

# Checks for dependencies with known vulnerabilities
- name: Review dependencies
uses: actions/dependency-review-action@v4
uses: actions/dependency-review-action@v5
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
name: New tag
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
- name: Build # Remove or modify this step as needed
run: |
npm ci
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v6
uses: actions/checkout@v7

- name: Refresh Composer autoload files
run: composer dump-autoload --classmap-authoritative
Expand Down Expand Up @@ -59,7 +59,7 @@ jobs:
npm run dev:stop

- name: Archive E2E results
uses: actions/upload-artifact@v6
uses: actions/upload-artifact@v7
if: failure()
with:
name: test-results
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
continue-on-error: ${{ matrix.experimental }}
steps:
- name: Checkout code
uses: actions/checkout@v6
uses: actions/checkout@v7

- name: Setup PHP ${{ matrix.php }}
uses: shivammathur/setup-php@v2
Expand All @@ -63,7 +63,7 @@ jobs:
run: echo "::add-matcher::${{ runner.tool_cache }}/phpunit.json"

- name: Install Composer dependencies
uses: ramsey/composer-install@v3
uses: ramsey/composer-install@v4

- name: Install Subversion
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
runs-on: ubuntu-24.04

steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7

- name: Read .nvmrc
run: echo "NODE_VERSION=$(cat .nvmrc)" >> $GITHUB_ENV
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release-plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
fi

- name: Checkout the specific branch/ref
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
ref: ${{ env.SOURCE_REF }}
fetch-depth: 0
Expand Down Expand Up @@ -131,7 +131,7 @@ jobs:
git config --global user.email 'github-actions[bot]@users.noreply.github.com'

- name: Checkout the specific branch/ref
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
ref: ${{ env.SOURCE_REF }}
fetch-depth: 0
Expand Down Expand Up @@ -221,7 +221,7 @@ jobs:
echo "Skip Tests: ${{ env.SKIP_TESTS }}"
echo "Version: ${{ env.VERSION }}"

- uses: actions/checkout@v6
- uses: actions/checkout@v7
with:
ref: ${{ needs.tag_and_release.outputs.tag_name }}

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
continue-on-error: ${{ matrix.experimental }}
steps:
- name: Checkout code
uses: actions/checkout@v6
uses: actions/checkout@v7

- name: Setup PHP ${{ matrix.php }}
uses: shivammathur/setup-php@v2
Expand All @@ -63,11 +63,11 @@ jobs:

- name: Install Composer dependencies for PHP < 8.2
if: ${{ matrix.php < 8.2 }}
uses: ramsey/composer-install@v3
uses: ramsey/composer-install@v4

- name: Install Composer dependencies for PHP >= 8.2
if: ${{ matrix.php >= 8.2 }}
uses: ramsey/composer-install@v3
uses: ramsey/composer-install@v4
with:
composer-options: --ignore-platform-reqs

Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [3.23.4](https://github.com/Parsely/wp-parsely/compare/3.23.3...3.23.4) - 2026-07-21

### Dependency Updates

- 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.23.4+label%3ADeps).

## [3.23.3](https://github.com/Parsely/wp-parsely/compare/3.23.2...3.23.3) - 2026-06-03

### Dependency Updates
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Parse.ly

Stable tag: 3.23.3
Stable tag: 3.23.4
Requires at least: 6.0
Tested up to: 6.9
Requires PHP: 7.4
Expand Down
2 changes: 1 addition & 1 deletion build/content-helper/dashboard-page.asset.php
Original file line number Diff line number Diff line change
@@ -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' => '89926571b1fa95966f9f');
<?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' => 'dd1333cd2b40cc297d15');
18 changes: 9 additions & 9 deletions build/content-helper/dashboard-page.js

Large diffs are not rendered by default.

Loading
Loading