Skip to content

Commit

Permalink
Bump version to match changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
jeherve committed Nov 17, 2023
1 parent 3c6a824 commit 5519f4c
Show file tree
Hide file tree
Showing 9 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion projects/plugins/beta/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"prefer-stable": true,
"config": {
"sort-packages": true,
"autoloader-suffix": "567fa3f555de8fd218dfdc1688bb97b5_betaⓥ3_1_7_alpha",
"autoloader-suffix": "567fa3f555de8fd218dfdc1688bb97b5_betaⓥ4_0_0_alpha",
"allow-plugins": {
"automattic/jetpack-autoloader": true
}
Expand Down
4 changes: 2 additions & 2 deletions projects/plugins/beta/jetpack-beta.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: Jetpack Beta Tester
* Plugin URI: https://jetpack.com/beta/
* Description: Use the Beta plugin to get a sneak peek at new features and test them on your site.
* Version: 3.1.7-alpha
* Version: 4.0.0-alpha
* Author: Automattic
* Author URI: https://jetpack.com/
* Update URI: https://jetpack.com/download-jetpack-beta/
Expand Down Expand Up @@ -35,7 +35,7 @@
}

define( 'JPBETA__PLUGIN_FOLDER', dirname( plugin_basename( __FILE__ ) ) );
define( 'JPBETA_VERSION', '3.1.7-alpha' );
define( 'JPBETA_VERSION', '4.0.0-alpha' );

define( 'JETPACK_BETA_PLUGINS_URL', 'https://betadownload.jetpack.me/plugins.json' );

Expand Down
2 changes: 1 addition & 1 deletion projects/plugins/crm/ZeroBSCRM.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: Jetpack CRM
* Plugin URI: https://jetpackcrm.com
* Description: Jetpack CRM is the simplest CRM for WordPress. Self host your own Customer Relationship Manager using WP.
* Version: 6.3.1-alpha
* Version: 7.0.0-alpha
* Author: Automattic - Jetpack CRM team
* Author URI: https://jetpackcrm.com
* Text Domain: zero-bs-crm
Expand Down
2 changes: 1 addition & 1 deletion projects/plugins/crm/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
]
},
"config": {
"autoloader-suffix": "06c775433a83ed276f0a1d8ac25f93ba_crmⓥ6_3_1_alpha",
"autoloader-suffix": "06c775433a83ed276f0a1d8ac25f93ba_crmⓥ7_0_0_alpha",
"allow-plugins": {
"automattic/jetpack-autoloader": true,
"automattic/jetpack-composer-plugin": true,
Expand Down
2 changes: 1 addition & 1 deletion projects/plugins/crm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@automattic/jetpack-crm",
"version": "6.3.1-alpha",
"version": "7.0.0-alpha",
"description": "The CRM for WordPress",
"author": "Automattic",
"license": "GPL-2.0",
Expand Down
4 changes: 2 additions & 2 deletions projects/plugins/debug-helper/plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: Jetpack Debug Tools
* Description: Give me a Jetpack connection, and I'll break it every way possible.
* Author: Automattic - Jetpack Crew
* Version: 1.7.0-alpha
* Version: 2.0.0-alpha
* Text Domain: jetpack
*
* @package automattic/jetpack-debug-helper.
Expand Down Expand Up @@ -33,7 +33,7 @@
* The plugin version.
* Increase that if you do any edits to ensure refreshing the cached assets.
*/
define( 'JETPACK_DEBUG_HELPER_VERSION', '1.7.0-alpha' );
define( 'JETPACK_DEBUG_HELPER_VERSION', '2.0.0-alpha' );

/**
* Include file names from the modules directory here.
Expand Down
2 changes: 1 addition & 1 deletion projects/plugins/mu-wpcom-plugin/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,6 @@
]
},
"config": {
"autoloader-suffix": "d9d132a783958a00a2c7cccff60ca42d_jetpack_mu_wpcom_pluginⓥ1_7_12_alpha"
"autoloader-suffix": "d9d132a783958a00a2c7cccff60ca42d_jetpack_mu_wpcom_pluginⓥ2_0_0_alpha"
}
}
2 changes: 1 addition & 1 deletion projects/plugins/mu-wpcom-plugin/mu-wpcom-plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* Plugin Name: WordPress.com Features
* Description: Test plugin for the jetpack-mu-wpcom package
* Version: 1.7.12-alpha
* Version: 2.0.0-alpha
* Author: Automattic
* License: GPLv2 or later
* Text Domain: jetpack-mu-wpcom-plugin
Expand Down
2 changes: 1 addition & 1 deletion projects/plugins/mu-wpcom-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@automattic/jetpack-mu-wpcom-plugin",
"version": "1.7.12-alpha",
"version": "2.0.0-alpha",
"description": "Test plugin for the jetpack-mu-wpcom package",
"homepage": "https://jetpack.com",
"bugs": {
Expand Down

0 comments on commit 5519f4c

Please sign in to comment.