Skip to content

Commit

Permalink
chore(release): 3.7.0-alpha.2 [skip ci]
Browse files Browse the repository at this point in the history
# [3.7.0-alpha.2](v3.7.0-alpha.1...v3.7.0-alpha.2) (2024-04-11)

### Bug Fixes

* hourly cron job to check for prematurely expired memberships ([#3060](#3060)) ([77eeee3](77eeee3))
  • Loading branch information
semantic-release-bot committed Apr 11, 2024
1 parent cd68d7f commit 5b1fb3d
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 7 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [3.7.0-alpha.2](https://github.com/Automattic/newspack-plugin/compare/v3.7.0-alpha.1...v3.7.0-alpha.2) (2024-04-11)


### Bug Fixes

* hourly cron job to check for prematurely expired memberships ([#3060](https://github.com/Automattic/newspack-plugin/issues/3060)) ([77eeee3](https://github.com/Automattic/newspack-plugin/commit/77eeee374723a2780ace91669f848b2d24a436c4))

# [3.7.0-alpha.1](https://github.com/Automattic/newspack-plugin/compare/v3.6.7...v3.7.0-alpha.1) (2024-04-11)

### Bug Fixes
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: 3.7.0-alpha.1
* Version: 3.7.0-alpha.2
* Author: Automattic
* Author URI: https://newspack.com/
* License: GPL2
Expand All @@ -14,7 +14,7 @@

defined( 'ABSPATH' ) || exit;

define( 'NEWSPACK_PLUGIN_VERSION', '3.7.0-alpha.1' );
define( 'NEWSPACK_PLUGIN_VERSION', '3.7.0-alpha.2' );

// Load language files.
load_plugin_textdomain( 'newspack-plugin', false, dirname( plugin_basename( __FILE__ ) ) . '/languages' );
Expand Down
6 changes: 3 additions & 3 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "newspack",
"version": "3.7.0-alpha.1",
"version": "3.7.0-alpha.2",
"description": "The Newspack plugin. https://newspack.com",
"bugs": {
"url": "https://github.com/Automattic/newspack-plugin/issues"
Expand Down Expand Up @@ -71,4 +71,4 @@
"recursive-copy": "^2.0.14",
"tachyons": "^4.12.0"
}
}
}

0 comments on commit 5b1fb3d

Please sign in to comment.