Skip to content

Commit 12d7396

Browse files
authored
Merge pull request #96 from Automattic/release/1.4.6
Release 1.4.6
2 parents 82eb7bc + b9c559a commit 12d7396

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

RELEASE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
## 1. Bump plugin version
44

55
1. When the version is ready for release, bump the version number in `vip-block-data-api.php`. Change plugin header and `WPCOMVIP__BLOCK_DATA_API__PLUGIN_VERSION` to match new version.
6-
2. PR version changes and merge to `trunk`. On version change, the release workflow will generate a new tag and release ZIP.
6+
2. PR version changes (e.g. "Release 1.2.3") and merge to `trunk`. When a version change is detected, the `release` workflow will generate a new tag and release ZIP.
77

88
## 2. Update integrations
99

vip-block-data-api.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* Description: Access Gutenberg block data in JSON via the REST API.
66
* Author: WordPress VIP
77
* Text Domain: vip-block-data-api
8-
* Version: 1.4.5
8+
* Version: 1.4.6
99
* Requires at least: 6.0
1010
* Tested up to: 6.8
1111
* Requires PHP: 8.1
@@ -33,7 +33,7 @@
3333
return;
3434
}
3535

36-
define( 'WPCOMVIP__BLOCK_DATA_API__PLUGIN_VERSION', '1.4.5' );
36+
define( 'WPCOMVIP__BLOCK_DATA_API__PLUGIN_VERSION', '1.4.6' );
3737
define( 'WPCOMVIP__BLOCK_DATA_API__REST_ROUTE', 'vip-block-data-api/v1' );
3838

3939
// Analytics related configs.

0 commit comments

Comments
 (0)