From 441917e7ff2dabc902f0814a2220dd8092bd4b18 Mon Sep 17 00:00:00 2001 From: Alec Geatches Date: Wed, 25 Jun 2025 10:51:01 -0600 Subject: [PATCH 1/4] Update "Content Helper" to "Content Intelligence" on settings page --- src/UI/class-settings-page.php | 2 +- tests/e2e/specs/activation-flow.spec.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/UI/class-settings-page.php b/src/UI/class-settings-page.php index 0db8875d5b..5c69f23e17 100644 --- a/src/UI/class-settings-page.php +++ b/src/UI/class-settings-page.php @@ -438,7 +438,7 @@ private function initialize_content_helper_section(): void { add_settings_section( $section_key, - __( 'Content Helper', 'wp-parsely' ), + __( 'Content Intelligence', 'wp-parsely' ), '__return_null', Parsely::MENU_SLUG ); diff --git a/tests/e2e/specs/activation-flow.spec.ts b/tests/e2e/specs/activation-flow.spec.ts index d371f7cc34..21ebf3d635 100644 --- a/tests/e2e/specs/activation-flow.spec.ts +++ b/tests/e2e/specs/activation-flow.spec.ts @@ -57,7 +57,7 @@ test.describe( 'Activation flow', (): void => { // Initialize locators. const basicTab = page.getByRole( 'link', { name: 'Basic' } ); const basicSection = page.locator( '.basic-section' ); - const contentHelperTab = page.getByRole( 'link', { name: 'Content Helper' } ); + const contentHelperTab = page.getByRole( 'link', { name: 'Content Intelligence' } ); const contentHelperSection = page.locator( '.content-helper-section' ); const recrawlTab = page.getByRole( 'link', { name: 'Recrawl' } ); const recrawlSection = page.locator( '.recrawl-section' ); From ba4d65d59e8e9f3d5dbf80c60f12367b8cb56bca Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 25 Jun 2025 17:02:30 +0000 Subject: [PATCH 2/4] Update wp-parsely version number to 3.20.3 --- 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 a27eade65a..a883c5534a 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Parse.ly -Stable tag: 3.20.2 +Stable tag: 3.20.3 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 8cec7b5c91..4e6e4332a7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "wp-parsely", - "version": "3.20.2", + "version": "3.20.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "wp-parsely", - "version": "3.20.2", + "version": "3.20.3", "license": "GPL-2.0-or-later", "dependencies": { "@types/js-cookie": "^3.0.6", diff --git a/package.json b/package.json index 56cf5e6b42..f4b1dd00cb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "wp-parsely", - "version": "3.20.2", + "version": "3.20.3", "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 2250819083..6db2c45339 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.2'; +export const PLUGIN_VERSION = '3.20.3'; 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 08083a383d..2c1d61bffb 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.2 + * Version: 3.20.3 * Author: Parse.ly * Author URI: https://www.parse.ly * Text Domain: wp-parsely @@ -49,7 +49,7 @@ return; } -const PARSELY_VERSION = '3.20.2'; +const PARSELY_VERSION = '3.20.3'; const PARSELY_FILE = __FILE__; const PARSELY_DATA_SCHEMA_VERSION = '1'; const PARSELY_CACHE_GROUP = 'wp-parsely'; From 115b7398ac3ad073a52cf20738dd56f620ad0dc3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 25 Jun 2025 17:02:37 +0000 Subject: [PATCH 3/4] Update CHANGELOG.md for version 3.20.3 --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 47e31996a3..ebc55babbe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ 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.3](https://github.com/Parsely/wp-parsely/compare/3.20.2...3.20.3) - 2025-06-25 + +### Fixed + +- Update "Stable tag" to "3.20.2", fix README whitespace ([#3486](https://github.com/Parsely/wp-parsely/pull/3486)) + + ## [3.20.2](https://github.com/Parsely/wp-parsely/compare/3.20.1...3.20.2) - 2025-06-24 ### Changed From 9d6bcb42d9b560d7818d6e869e31eed725efb263 Mon Sep 17 00:00:00 2001 From: Alec Geatches Date: Wed, 25 Jun 2025 11:10:41 -0600 Subject: [PATCH 4/4] Update CHANGELOG.md with #3489 --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ebc55babbe..a6f99996c1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,11 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [3.20.3](https://github.com/Parsely/wp-parsely/compare/3.20.2...3.20.3) - 2025-06-25 +### Changed + +- Update "Content Helper" to "Content Intelligence" on settings page ([#3489](github.com/Parsely/wp-parsely/pull/3489)) + ### Fixed - Update "Stable tag" to "3.20.2", fix README whitespace ([#3486](https://github.com/Parsely/wp-parsely/pull/3486)) - ## [3.20.2](https://github.com/Parsely/wp-parsely/compare/3.20.1...3.20.2) - 2025-06-24 ### Changed