From f4c80086ebfaea68de656e6fe7444b7bdf5c0144 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 15 Jul 2025 06:58:23 +0000 Subject: [PATCH 1/3] Update wp-parsely version number to 3.20.5 --- README.md | 2 +- package-lock.json | 4 ++-- package.json | 2 +- tests/e2e/utils.ts | 2 +- wp-parsely.php | 4 ++-- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 16d3a8c8d3..b49a8d97a8 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Parse.ly -Stable tag: 3.20.4 +Stable tag: 3.20.5 Requires at least: 6.0 Tested up to: 6.8 Requires PHP: 7.4 diff --git a/package-lock.json b/package-lock.json index 6e07282671..62226cd980 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "wp-parsely", - "version": "3.20.4", + "version": "3.20.5", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "wp-parsely", - "version": "3.20.4", + "version": "3.20.5", "license": "GPL-2.0-or-later", "dependencies": { "@types/js-cookie": "^3.0.6", diff --git a/package.json b/package.json index beeb588fac..a842525645 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "wp-parsely", - "version": "3.20.4", + "version": "3.20.5", "private": true, "description": "The Parse.ly plugin facilitates real-time and historical analytics to your content through a platform designed and built for digital publishing.", "author": "parsely, hbbtstar, jblz, mikeyarce, GaryJ, parsely_mike, acicovic, mehmoodak, vaurdan", diff --git a/tests/e2e/utils.ts b/tests/e2e/utils.ts index e7141f5357..15d22ce12f 100644 --- a/tests/e2e/utils.ts +++ b/tests/e2e/utils.ts @@ -8,7 +8,7 @@ import { type Page } from '@playwright/test'; */ import { Admin } from '@wordpress/e2e-test-utils-playwright'; -export const PLUGIN_VERSION = '3.20.4'; +export const PLUGIN_VERSION = '3.20.5'; export const VALID_SITE_ID = 'demoaccount.parsely.com'; export const INVALID_SITE_ID = 'invalid.parsely.com'; export const VALID_API_SECRET = 'valid_api_secret'; diff --git a/wp-parsely.php b/wp-parsely.php index 41a6853571..214ae7e14c 100644 --- a/wp-parsely.php +++ b/wp-parsely.php @@ -11,7 +11,7 @@ * Plugin Name: Parse.ly * Plugin URI: https://docs.parse.ly/wordpress * Description: This plugin makes it a snap to add Parse.ly tracking code and metadata to your WordPress blog. - * Version: 3.20.4 + * Version: 3.20.5 * Author: Parse.ly * Author URI: https://www.parse.ly * Text Domain: wp-parsely @@ -49,7 +49,7 @@ return; } -const PARSELY_VERSION = '3.20.4'; +const PARSELY_VERSION = '3.20.5'; const PARSELY_FILE = __FILE__; const PARSELY_DATA_SCHEMA_VERSION = '1'; const PARSELY_CACHE_GROUP = 'wp-parsely'; From 6ddf15de563ddd946c6282b940bbab538f6c7a95 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 15 Jul 2025 06:58:30 +0000 Subject: [PATCH 2/3] Update CHANGELOG.md for version 3.20.5 --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4865c3cd4d..4519ea3e4c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,14 @@ 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.20.5](https://github.com/Parsely/wp-parsely/compare/3.20.4...3.20.5) - 2025-07-15 + +### Fixed + +- Improve whitespace trimming in get_canonical_url() ([#3534](https://github.com/Parsely/wp-parsely/pull/3534)) +- PCI Engagement Boost: Allow Pages and CPTs ([#3532](https://github.com/Parsely/wp-parsely/pull/3532)) + + ## [3.20.4](https://github.com/Parsely/wp-parsely/compare/3.20.3...3.20.4) - 2025-07-08 ### Fixed From 61c7afb875739e241b435d24615974bef986c190 Mon Sep 17 00:00:00 2001 From: Alex Cicovic <23142906+acicovic@users.noreply.github.com> Date: Tue, 15 Jul 2025 10:02:25 +0300 Subject: [PATCH 3/3] CHANGELOG.md: Remove unnecessary whitespace --- CHANGELOG.md | 1 - 1 file changed, 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4519ea3e4c..84296bd4b3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,7 +12,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Improve whitespace trimming in get_canonical_url() ([#3534](https://github.com/Parsely/wp-parsely/pull/3534)) - PCI Engagement Boost: Allow Pages and CPTs ([#3532](https://github.com/Parsely/wp-parsely/pull/3532)) - ## [3.20.4](https://github.com/Parsely/wp-parsely/compare/3.20.3...3.20.4) - 2025-07-08 ### Fixed