Skip to content

Commit

Permalink
chore(release): merge in release v1.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
matticbot committed Apr 2, 2024
2 parents dfa4a6b + ac47c80 commit 4c8a904
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.4.2](https://github.com/Automattic/newspack-network/compare/v1.4.1...v1.4.2) (2024-04-02)


### Bug Fixes

* add new filter callback for Network Registration Site field ([#87](https://github.com/Automattic/newspack-network/issues/87)) ([00facbc](https://github.com/Automattic/newspack-network/commit/00facbcfe9468493c480c80872ebcf7b13824fc1))

## [1.4.1](https://github.com/Automattic/newspack-network/compare/v1.4.0...v1.4.1) (2024-03-29)


Expand Down
1 change: 1 addition & 0 deletions includes/class-esp-metadata-sync.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ class Esp_Metadata_Sync {
public static function init() {
\add_filter( 'newspack_ras_metadata_keys', [ __CLASS__, 'add_custom_metadata_fields' ] );
\add_filter( 'newspack_register_reader_metadata', [ __CLASS__, 'handle_custom_metadata_fields' ], 10, 2 );
\add_filter( 'newspack_data_events_reader_registered_metadata', [ __CLASS__, 'handle_custom_metadata_fields' ], 10, 2 );
}

/**
Expand Down
2 changes: 1 addition & 1 deletion newspack-network.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* Plugin Name: Newspack Network
* Description: The Newspack Network plugin.
* Version: 1.4.1
* Version: 1.4.2
* Author: Automattic
* Author URI: https://newspack.com/
* License: GPL3
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "newspack-network",
"version": "1.4.1",
"version": "1.4.2",
"description": "The Newspack Network plugin.",
"license": "GPL-3.0",
"browserslist": [
Expand Down

0 comments on commit 4c8a904

Please sign in to comment.