From 0b2262ed7bc0bc80f610b103863b75351b85a9d9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 6 Nov 2024 11:59:19 +0000 Subject: [PATCH 1/2] Update wp-parsely version number to 3.17.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 f22b120546..69ca7f0c57 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Parse.ly -Stable tag: 3.16.4 +Stable tag: 3.17.0 Requires at least: 5.2 Tested up to: 6.5 Requires PHP: 7.2 diff --git a/package-lock.json b/package-lock.json index d1f149e9c6..2589cd5066 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "wp-parsely", - "version": "3.16.4", + "version": "3.17.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "wp-parsely", - "version": "3.16.4", + "version": "3.17.0", "license": "GPL-2.0-or-later", "dependencies": { "@types/js-cookie": "^3.0.6", diff --git a/package.json b/package.json index 8c2ba93eb3..8639df0eb2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "wp-parsely", - "version": "3.16.4", + "version": "3.17.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 a22b06ec21..4eb56629b8 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.16.4'; +export const PLUGIN_VERSION = '3.17.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 4c301a7420..08beefe75c 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.16.4 + * Version: 3.17.0 * Author: Parse.ly * Author URI: https://www.parse.ly * Text Domain: wp-parsely @@ -50,7 +50,7 @@ return; } -const PARSELY_VERSION = '3.16.4'; +const PARSELY_VERSION = '3.17.0'; const PARSELY_FILE = __FILE__; if ( file_exists( __DIR__ . '/vendor/autoload.php' ) ) { From 6eab759c25d02750841318a1b957c68f2fd545ae Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 6 Nov 2024 11:59:23 +0000 Subject: [PATCH 2/2] Update CHANGELOG.md for version 3.17.0 --- CHANGELOG.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2494e75c5a..a6f4abe275 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,29 @@ 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.17.0](https://github.com/Parsely/wp-parsely/compare/3.16.4...3.17.0) - 2024-11-06 + +### Added + +- PCH Excerpt Suggestions: Add persona and tone settings ([#2890](https://github.com/Parsely/wp-parsely/pull/2890)) +- PCH Excerpt Suggestions: Add feature to the PCH sidebar ([#2811](https://github.com/Parsely/wp-parsely/pull/2811)) + +### Changed + +- Allow Super Admins to use any PCH features unless they are explicitly disabled ([#2895](https://github.com/Parsely/wp-parsely/pull/2895)) +- PCH Performance Panel: Show stats for posts with a trackable status ([#2893](https://github.com/Parsely/wp-parsely/pull/2893)) +- PCH Refactor: Refactor Internal API and External Services ([#2889](https://github.com/Parsely/wp-parsely/pull/2889)) +- Migrate E2E tests to Playwright ([#2736](https://github.com/Parsely/wp-parsely/pull/2736)) + +### Fixed + +- Fix AMP validation issues ([#2847](https://github.com/Parsely/wp-parsely/pull/2847)) +- Fix deprecation warnings in the browser console in WordPress 6.6 ([#2668](https://github.com/Parsely/wp-parsely/pull/2668)) + +### 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.17.0+label%3A%22Component%3A+Dependencies%22). + ## [3.16.4](https://github.com/Parsely/wp-parsely/compare/3.16.3...3.16.4) - 2024-08-21 ### Fixed