From 3f18ed79ff67d46d15a6a128aebf25cf9baf7b07 Mon Sep 17 00:00:00 2001 From: Henrique Mouta Date: Tue, 30 Jul 2024 10:44:09 +0100 Subject: [PATCH 1/4] Update wp-parsely version number to 3.16.2 --- 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 c19758742..714d890ec 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Parse.ly -Stable tag: 3.16.1 +Stable tag: 3.16.2 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 30eca6099..466a57c3d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "wp-parsely", - "version": "3.16.1", + "version": "3.16.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "wp-parsely", - "version": "3.16.1", + "version": "3.16.2", "license": "GPL-2.0-or-later", "dependencies": { "@types/js-cookie": "^3.0.6", diff --git a/package.json b/package.json index ae328b699..7feb6b9e5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "wp-parsely", - "version": "3.16.1", + "version": "3.16.2", "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 067a53eaf..90f54ead5 100644 --- a/tests/e2e/utils.ts +++ b/tests/e2e/utils.ts @@ -8,7 +8,7 @@ import { visitAdminPage, } from '@wordpress/e2e-test-utils'; -export const PLUGIN_VERSION = '3.16.1'; +export const PLUGIN_VERSION = '3.16.2'; 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 d53ad0858..728ce0c0e 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.1 + * Version: 3.16.2 * Author: Parse.ly * Author URI: https://www.parse.ly * Text Domain: wp-parsely @@ -70,7 +70,7 @@ return; } -const PARSELY_VERSION = '3.16.1'; +const PARSELY_VERSION = '3.16.2'; const PARSELY_FILE = __FILE__; require_once __DIR__ . '/src/Models/class-base-model.php'; From 1b6be64369c408cbafdc332fb82fa0f1619a0b40 Mon Sep 17 00:00:00 2001 From: Henrique Mouta Date: Tue, 30 Jul 2024 10:44:39 +0100 Subject: [PATCH 2/4] Update CHANGELOG.md for version 3.16.2 --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 985b02447..9c4342ed5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,16 @@ 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.16.2](https://github.com/Parsely/wp-parsely/compare/3.16.1...3.16.2) - 2024-07-30 + +### Fixed + +- PCH Smart Linking: Prevent suggesting links in unexpected blocks ([#2673](https://github.com/Parsely/wp-parsely/pull/2673)) +- PCH Related Posts: Prevent Related Posts indefinite loading ([#2666](https://github.com/Parsely/wp-parsely/pull/2666)) +- Permissions: Allow overriding of PCH feature permissions ([#2663](https://github.com/Parsely/wp-parsely/pull/2663)) +- PCH Smart Linking: Fix bug causing ‘No smart links’ error despite valid API response ([#2662](https://github.com/Parsely/wp-parsely/pull/2662)) + + ## [3.16.1](https://github.com/Parsely/wp-parsely/compare/3.16.0...3.16.1) - 2024-07-18 ### Fixed From ee0d77d493b4905f887f943d99fb896fc84f1684 Mon Sep 17 00:00:00 2001 From: Henrique Mouta Date: Tue, 30 Jul 2024 10:45:48 +0100 Subject: [PATCH 3/4] Remove empty line --- CHANGELOG.md | 1 - 1 file changed, 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9c4342ed5..5dc4388fe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,7 +14,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Permissions: Allow overriding of PCH feature permissions ([#2663](https://github.com/Parsely/wp-parsely/pull/2663)) - PCH Smart Linking: Fix bug causing ‘No smart links’ error despite valid API response ([#2662](https://github.com/Parsely/wp-parsely/pull/2662)) - ## [3.16.1](https://github.com/Parsely/wp-parsely/compare/3.16.0...3.16.1) - 2024-07-18 ### Fixed From dc40a87aa475e248cebda4a9a23dbdfbf6e5cd2e Mon Sep 17 00:00:00 2001 From: Henrique Mouta Date: Tue, 30 Jul 2024 10:49:01 +0100 Subject: [PATCH 4/4] Update wrong version number. --- .../editor-sidebar/smart-linking/smart-linking.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content-helper/editor-sidebar/smart-linking/smart-linking.tsx b/src/content-helper/editor-sidebar/smart-linking/smart-linking.tsx index 21152ae0b..3e4f4635b 100644 --- a/src/content-helper/editor-sidebar/smart-linking/smart-linking.tsx +++ b/src/content-helper/editor-sidebar/smart-linking/smart-linking.tsx @@ -33,7 +33,7 @@ export const DEFAULT_MAX_LINKS = 10; /** * The allowed blocks for Smart Linking. * - * @since 3.16.0 + * @since 3.16.2 */ export const ALLOWED_BLOCKS = window.wpParselySmartLinkingAllowedBlocks;