From 366e7d30290020925eae8b5c36cf2684b2d29962 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 21 Apr 2025 16:55:59 +0000 Subject: [PATCH 1/2] Update wp-parsely version number to 3.18.0 --- 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 2749b294ba..d6ab95060a 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Parse.ly -Stable tag: 3.17.0 +Stable tag: 3.18.0 Requires at least: 5.2 Tested up to: 6.8 Requires PHP: 7.2 diff --git a/package-lock.json b/package-lock.json index a113bfec3f..857c3a0bf9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "wp-parsely", - "version": "3.17.0", + "version": "3.18.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "wp-parsely", - "version": "3.17.0", + "version": "3.18.0", "license": "GPL-2.0-or-later", "dependencies": { "@types/js-cookie": "^3.0.6", diff --git a/package.json b/package.json index 4ec08a82b3..6a05cf2d1f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "wp-parsely", - "version": "3.17.0", + "version": "3.18.0", "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 116404eb8e..61537825ad 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.17.0'; +export const PLUGIN_VERSION = '3.18.0'; 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 c04e76b642..83e2025f35 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.17.0 + * Version: 3.18.0 * Author: Parse.ly * Author URI: https://www.parse.ly * Text Domain: wp-parsely @@ -50,7 +50,7 @@ return; } -const PARSELY_VERSION = '3.17.0'; +const PARSELY_VERSION = '3.18.0'; const PARSELY_FILE = __FILE__; if ( file_exists( __DIR__ . '/vendor/autoload.php' ) ) { From cafec726258b2d0489613e58d5e00ccdfef8b9b9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 21 Apr 2025 16:56:04 +0000 Subject: [PATCH 2/2] Update CHANGELOG.md for version 3.18.0 --- CHANGELOG.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c400b3a6ca..9af161fb0c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,30 @@ 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.18.0](https://github.com/Parsely/wp-parsely/compare/3.17.0...3.18.0) - 2025-04-21 + +### Added + +- PCH: Add category slug support in search ([#3210](https://github.com/Parsely/wp-parsely/pull/3210)) +- Smart Linking: Add post details to the "Review" modal ([#3176](https://github.com/Parsely/wp-parsely/pull/3176)) +- PCH Related Posts: Add advanced search ([#3117](https://github.com/Parsely/wp-parsely/pull/3117)) +- Add identifier to JSON-LD metadata ([#3007](https://github.com/Parsely/wp-parsely/pull/3007)) + +### Changed + +- Simplify check in admin_bar_parsely_stats_button() ([#3181](https://github.com/Parsely/wp-parsely/pull/3181)) +- PCH: Remove beta messaging ([#3066](https://github.com/Parsely/wp-parsely/pull/3066)) + +### Fixed + +- Fix issue checking queried object with a false queried object ([#3178](https://github.com/Parsely/wp-parsely/pull/3178)) +- PCH: Fix issue with potential duplicate API calls in settings and smart links ([#3095](https://github.com/Parsely/wp-parsely/pull/3095)) +- Fix update metadata endpoint calling issues ([#3092](https://github.com/Parsely/wp-parsely/pull/3092)) + +### 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.18.0+label%3ADeps). + ## [3.17.0](https://github.com/Parsely/wp-parsely/compare/3.16.4...3.17.0) - 2024-11-12 ### Added