Skip to content

Commit

Permalink
chore(release): 5.6.0 [skip ci]
Browse files Browse the repository at this point in the history
# [5.6.0](v5.5.2...v5.6.0) (2024-10-28)

### Bug Fixes

* cancelled subscriptions sync ([#3466](#3466)) ([6cad50a](6cad50a))
* **woocommerce:** update how order meta are updated ([#2711](#2711)) ([ae75548](ae75548))

### Features

* add user name to woocommerce data events ([#3473](#3473)) ([2b57d27](2b57d27))
* command to initialize cron job to slowly backfill CAP term data ([#3425](#3425)) ([0b0d79a](0b0d79a))
* **metering:** dispatch RAS activity on content restriction ([#3437](#3437)) ([4e1c262](4e1c262))
  • Loading branch information
semantic-release-bot committed Oct 28, 2024
1 parent f632c5c commit f88fafb
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 5 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
# [5.6.0](https://github.com/Automattic/newspack-plugin/compare/v5.5.2...v5.6.0) (2024-10-28)


### Bug Fixes

* cancelled subscriptions sync ([#3466](https://github.com/Automattic/newspack-plugin/issues/3466)) ([6cad50a](https://github.com/Automattic/newspack-plugin/commit/6cad50a5254b55933bfe2ef17ee0d50782b9f5f7))
* **woocommerce:** update how order meta are updated ([#2711](https://github.com/Automattic/newspack-plugin/issues/2711)) ([ae75548](https://github.com/Automattic/newspack-plugin/commit/ae755489148dac69720c264a79323d597dcd7ac7))


### Features

* add user name to woocommerce data events ([#3473](https://github.com/Automattic/newspack-plugin/issues/3473)) ([2b57d27](https://github.com/Automattic/newspack-plugin/commit/2b57d2745ef4359ff0d286e3b463071d98cb1290))
* command to initialize cron job to slowly backfill CAP term data ([#3425](https://github.com/Automattic/newspack-plugin/issues/3425)) ([0b0d79a](https://github.com/Automattic/newspack-plugin/commit/0b0d79abb8a8747abf6b8dc30326f57e11423aa6))
* **metering:** dispatch RAS activity on content restriction ([#3437](https://github.com/Automattic/newspack-plugin/issues/3437)) ([4e1c262](https://github.com/Automattic/newspack-plugin/commit/4e1c26226035af51e41752e1188d8f58140b7ff4))

## [5.5.2](https://github.com/Automattic/newspack-plugin/compare/v5.5.1...v5.5.2) (2024-10-28)


Expand Down
4 changes: 2 additions & 2 deletions newspack.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* Plugin Name: Newspack
* Description: An advanced open-source publishing and revenue-generating platform for news organizations.
* Version: 5.6.0-alpha.3
* Version: 5.6.0
* Author: Automattic
* Author URI: https://newspack.com/
* License: GPL2
Expand All @@ -14,7 +14,7 @@

defined( 'ABSPATH' ) || exit;

define( 'NEWSPACK_PLUGIN_VERSION', '5.6.0-alpha.3' );
define( 'NEWSPACK_PLUGIN_VERSION', '5.6.0' );

// Load language files.
load_plugin_textdomain( 'newspack-plugin', false, dirname( plugin_basename( __FILE__ ) ) . '/languages' );
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",
"version": "5.5.2",
"version": "5.6.0",
"description": "The Newspack plugin. https://newspack.com",
"bugs": {
"url": "https://github.com/Automattic/newspack-plugin/issues"
Expand Down

0 comments on commit f88fafb

Please sign in to comment.