From 9424429951bd062d5d92cbafa53100461d26f8f2 Mon Sep 17 00:00:00 2001 From: matticbot Date: Fri, 20 Sep 2024 18:21:08 +0000 Subject: [PATCH] chore(release): 4.2.0-alpha.4 [skip ci] # [4.2.0-alpha.4](https://github.com/Automattic/newspack-blocks/compare/v4.2.0-alpha.3...v4.2.0-alpha.4) (2024-09-20) ### Features * **homepage-posts:** add a show-full-content attribute ([#1886](https://github.com/Automattic/newspack-blocks/issues/1886)) ([09619a9](https://github.com/Automattic/newspack-blocks/commit/09619a992d46b332e1b6358e7021cc5d4ce90d3b)) * **homepage-posts:** infinite scroll ([#1845](https://github.com/Automattic/newspack-blocks/issues/1845)) ([f5f1c20](https://github.com/Automattic/newspack-blocks/commit/f5f1c20c9033b9de116c96f1579417fe52060631)) --- newspack-blocks.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/newspack-blocks.php b/newspack-blocks.php index f65a0b018..c6b97965f 100755 --- a/newspack-blocks.php +++ b/newspack-blocks.php @@ -7,7 +7,7 @@ * Author URI: https://newspack.com/ * Text Domain: newspack-blocks * Domain Path: /languages - * Version: 4.1.2 + * Version: 4.2.0-alpha.4 * * @package Newspack_Blocks */ @@ -15,7 +15,7 @@ define( 'NEWSPACK_BLOCKS__PLUGIN_FILE', __FILE__ ); define( 'NEWSPACK_BLOCKS__BLOCKS_DIRECTORY', 'dist/' ); define( 'NEWSPACK_BLOCKS__PLUGIN_DIR', plugin_dir_path( NEWSPACK_BLOCKS__PLUGIN_FILE ) ); -define( 'NEWSPACK_BLOCKS__VERSION', '4.1.2' ); +define( 'NEWSPACK_BLOCKS__VERSION', '4.2.0-alpha.4' ); require_once NEWSPACK_BLOCKS__PLUGIN_DIR . 'includes/class-newspack-blocks.php'; require_once NEWSPACK_BLOCKS__PLUGIN_DIR . 'includes/class-newspack-blocks-api.php';