Skip to content

Commit 69433c6

Browse files
Build "Merge pull request #4453 from Parsely/develop Release wp-parsely 3.23.5" (a59bde4)
1 parent 1af9c92 commit 69433c6

11 files changed

Lines changed: 45 additions & 39 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [3.23.5](https://github.com/Parsely/wp-parsely/compare/3.23.4...3.23.5) - 2026-07-28
9+
10+
### Dependency Updates
11+
12+
- 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.23.5+label%3ADeps).
13+
814
## [3.23.4](https://github.com/Parsely/wp-parsely/compare/3.23.3...3.23.4) - 2026-07-21
915

1016
### Dependency Updates

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Parse.ly
22

3-
Stable tag: 3.23.4
3+
Stable tag: 3.23.5
44
Requires at least: 6.0
55
Tested up to: 6.9
66
Requires PHP: 7.4
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<?php return array('dependencies' => array('react', 'wp-api-fetch', 'wp-components', 'wp-compose', 'wp-data', 'wp-dom-ready', 'wp-element', 'wp-escape-html', 'wp-i18n', 'wp-notices', 'wp-primitives', 'wp-url'), 'version' => 'dd1333cd2b40cc297d15');
1+
<?php return array('dependencies' => array('react', 'wp-api-fetch', 'wp-components', 'wp-compose', 'wp-data', 'wp-dom-ready', 'wp-element', 'wp-escape-html', 'wp-i18n', 'wp-notices', 'wp-primitives', 'wp-url'), 'version' => 'f7daee1a7d6bb2830c69');

build/content-helper/dashboard-page.js

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package-lock.json

Lines changed: 18 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "wp-parsely",
3-
"version": "3.23.4",
3+
"version": "3.23.5",
44
"private": true,
55
"description": "The Parse.ly plugin facilitates real-time and historical analytics to your content through a platform designed and built for digital publishing.",
66
"author": "parsely, hbbtstar, jblz, mikeyarce, GaryJ, parsely_mike, acicovic, mehmoodak, vaurdan",
@@ -81,7 +81,7 @@
8181
"husky": "^9.1.7",
8282
"lodash.debounce": "^4.0.8",
8383
"prettier": "^3.7.4",
84-
"react-router": "^7.16.0",
84+
"react-router": "^7.18.1",
8585
"ts-loader": "^9.5.4",
8686
"typescript": "^5.9.3"
8787
},

src/Models/class-inbound-smart-link.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1115,7 +1115,7 @@ public static function delete_pending_suggestions( int $post_id ): array {
11151115
// and the smart_link_status set to pending.
11161116
$args = array(
11171117
'post_type' => 'parsely_smart_link',
1118-
'posts_per_page' => -1,
1118+
'posts_per_page' => -1, // phpcs:ignore WordPressVIPMinimum.Performance.NoPaging.posts_per_page_posts_per_page
11191119
'fields' => 'ids',
11201120
// phpcs:ignore WordPress.DB.SlowDBQuery.slow_db_query_tax_query
11211121
'tax_query' => array(

src/Models/class-smart-link.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -950,7 +950,7 @@ public static function get_smart_links( int $post_id, string $type, string $stat
950950
// Build the query arguments.
951951
$query_args = array(
952952
'post_type' => 'parsely_smart_link',
953-
'posts_per_page' => -1,
953+
'posts_per_page' => -1, // phpcs:ignore WordPressVIPMinimum.Performance.NoPaging.posts_per_page_posts_per_page
954954
'fields' => 'ids', // Only get the post IDs to improve performance.
955955
// phpcs:ignore WordPress.DB.SlowDBQuery.slow_db_query_tax_query
956956
'tax_query' => array_merge( array( 'relation' => 'AND' ), $tax_query ),

tests/e2e/utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import { type Page } from '@playwright/test';
88
*/
99
import { Admin } from '@wordpress/e2e-test-utils-playwright';
1010

11-
export const PLUGIN_VERSION = '3.23.4';
11+
export const PLUGIN_VERSION = '3.23.5';
1212
export const VALID_SITE_ID = 'demoaccount.parsely.com';
1313
export const INVALID_SITE_ID = 'invalid.parsely.com';
1414
export const VALID_API_SECRET = 'valid_api_secret';

vendor/composer/installed.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
'name' => 'parsely/wp-parsely',
44
'pretty_version' => 'dev-develop',
55
'version' => 'dev-develop',
6-
'reference' => '6e0b1027747d5a4d324e815d2488128b3ccee61f',
6+
'reference' => '1af9c92331c89dad756451697a6e53e28dfa5001',
77
'type' => 'wordpress-plugin',
88
'install_path' => __DIR__ . '/../../',
99
'aliases' => array(),
@@ -31,7 +31,7 @@
3131
'parsely/wp-parsely' => array(
3232
'pretty_version' => 'dev-develop',
3333
'version' => 'dev-develop',
34-
'reference' => '6e0b1027747d5a4d324e815d2488128b3ccee61f',
34+
'reference' => '1af9c92331c89dad756451697a6e53e28dfa5001',
3535
'type' => 'wordpress-plugin',
3636
'install_path' => __DIR__ . '/../../',
3737
'aliases' => array(),

0 commit comments

Comments
 (0)