Skip to content

Commit c22ffb3

Browse files
chore(release): 6.42.3 [skip ci]
## [6.42.3](v6.42.2...v6.42.3) (2026-06-17) ### Bug Fixes * **parse.ly:** update meta_type default ([#4724](#4724)) ([d5f4ea9](d5f4ea9))
1 parent d5f4ea9 commit c22ffb3

4 files changed

Lines changed: 12 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [6.42.3](https://github.com/Automattic/newspack-plugin/compare/v6.42.2...v6.42.3) (2026-06-17)
2+
3+
4+
### Bug Fixes
5+
6+
* **parse.ly:** update meta_type default ([#4724](https://github.com/Automattic/newspack-plugin/issues/4724)) ([d5f4ea9](https://github.com/Automattic/newspack-plugin/commit/d5f4ea9c082a3dd31900e97c4b5f725208a47b0b))
7+
18
## [6.42.2](https://github.com/Automattic/newspack-plugin/compare/v6.42.1...v6.42.2) (2026-06-10)
29

310

newspack.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/**
33
* Plugin Name: Newspack
44
* Description: An advanced open-source publishing and revenue-generating platform for news organizations.
5-
* Version: 6.42.2
5+
* Version: 6.42.3
66
* Author: Automattic
77
* Author URI: https://newspack.com/
88
* License: GPL2
@@ -14,7 +14,7 @@
1414

1515
defined( 'ABSPATH' ) || exit;
1616

17-
define( 'NEWSPACK_PLUGIN_VERSION', '6.42.2' );
17+
define( 'NEWSPACK_PLUGIN_VERSION', '6.42.3' );
1818

1919
// Path to the main Newspack plugin file.
2020
if ( ! defined( 'NEWSPACK_PLUGIN_FILE' ) ) {

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": "newspack",
3-
"version": "6.42.2",
3+
"version": "6.42.3",
44
"description": "The Newspack plugin. https://newspack.com",
55
"bugs": {
66
"url": "https://github.com/Automattic/newspack-plugin/issues"

0 commit comments

Comments
 (0)