Skip to content

Commit c065bee

Browse files
Build "Merge pull request #3490 from Parsely/update/wp-parsely-version-to-3.20.3 Update version number and changelog for 3.20.3 release" (93e97bb)
1 parent 0c6b88d commit c065bee

File tree

7 files changed

+19
-9
lines changed

7 files changed

+19
-9
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,16 @@ 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.20.3](https://github.com/Parsely/wp-parsely/compare/3.20.2...3.20.3) - 2025-06-25
9+
10+
### Changed
11+
12+
- Update "Content Helper" to "Content Intelligence" on settings page ([#3489](github.com/Parsely/wp-parsely/pull/3489))
13+
14+
### Fixed
15+
16+
- Update "Stable tag" to "3.20.2", fix README whitespace ([#3486](https://github.com/Parsely/wp-parsely/pull/3486))
17+
818
## [3.20.2](https://github.com/Parsely/wp-parsely/compare/3.20.1...3.20.2) - 2025-06-24
919

1020
### Changed

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.20.2
3+
Stable tag: 3.20.3
44
Requires at least: 6.0
55
Tested up to: 6.8
66
Requires PHP: 7.4

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "wp-parsely",
3-
"version": "3.20.2",
3+
"version": "3.20.3",
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",

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.20.2';
11+
export const PLUGIN_VERSION = '3.20.3';
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' => '6829be1433599804bd7144362a0b457a9e6dcc32',
6+
'reference' => '0c6b88dd3bb37214cd1630ef8138cc9c5b430140',
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' => '6829be1433599804bd7144362a0b457a9e6dcc32',
34+
'reference' => '0c6b88dd3bb37214cd1630ef8138cc9c5b430140',
3535
'type' => 'wordpress-plugin',
3636
'install_path' => __DIR__ . '/../../',
3737
'aliases' => array(),

wp-parsely.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
* Plugin Name: Parse.ly
1212
* Plugin URI: https://docs.parse.ly/wordpress
1313
* Description: This plugin makes it a snap to add Parse.ly tracking code and metadata to your WordPress blog.
14-
* Version: 3.20.2
14+
* Version: 3.20.3
1515
* Author: Parse.ly
1616
* Author URI: https://www.parse.ly
1717
* Text Domain: wp-parsely
@@ -49,7 +49,7 @@
4949
return;
5050
}
5151

52-
const PARSELY_VERSION = '3.20.2';
52+
const PARSELY_VERSION = '3.20.3';
5353
const PARSELY_FILE = __FILE__;
5454
const PARSELY_DATA_SCHEMA_VERSION = '1';
5555
const PARSELY_CACHE_GROUP = 'wp-parsely';

0 commit comments

Comments
 (0)