Skip to content

Commit

Permalink
Fix versions
Browse files Browse the repository at this point in the history
  • Loading branch information
monsieur-z committed Jun 26, 2024
1 parent dd16652 commit 1f3f20e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion projects/plugins/wpcomsh/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@
"composer/installers": true,
"roots/wordpress-core-installer": true
},
"autoloader-suffix": "26841ac2064774301cbe06d174833bfc_wpcomshⓥ3_26_1_alpha"
"autoloader-suffix": "26841ac2064774301cbe06d174833bfc_wpcomshⓥ3_25_2_alpha"

Check failure on line 133 in projects/plugins/wpcomsh/composer.json

View workflow job for this annotation

GitHub Actions / Changelogger validity

Version mismatch, expected 26841ac2064774301cbe06d174833bfc_wpcomshⓥ3_26_1_alpha but found 26841ac2064774301cbe06d174833bfc_wpcomshⓥ3_25_2_alpha! You might use `tools/project-version.sh -f -u 3.26.1-alpha plugins/wpcomsh` or `tools/fixup-project-versions.sh` to fix this.
},
"extra": {
"mirror-repo": "Automattic/wpcom-site-helper",
Expand Down
2 changes: 1 addition & 1 deletion projects/plugins/wpcomsh/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "@automattic/jetpack-wpcomsh",
"description": "A helper for connecting WordPress.com sites to external host infrastructure.",
"homepage": "https://jetpack.com",
"version": "3.26.1-alpha",
"version": "3.25.2-alpha",

Check failure on line 6 in projects/plugins/wpcomsh/package.json

View workflow job for this annotation

GitHub Actions / Changelogger validity

Version mismatch, expected 3.26.1-alpha but found 3.25.2-alpha! You might use `tools/project-version.sh -f -u 3.26.1-alpha plugins/wpcomsh` or `tools/fixup-project-versions.sh` to fix this.
"bugs": {
"url": "https://github.com/Automattic/jetpack/labels/[Plugin] Wpcomsh"
},
Expand Down
4 changes: 2 additions & 2 deletions projects/plugins/wpcomsh/wpcomsh.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
/**
* Plugin Name: WordPress.com Site Helper
* Description: A helper for connecting WordPress.com sites to external host infrastructure.
* Version: 3.26.1-alpha
* Version: 3.25.2-alpha

Check failure on line 5 in projects/plugins/wpcomsh/wpcomsh.php

View workflow job for this annotation

GitHub Actions / Changelogger validity

Version mismatch, expected 3.26.1-alpha but found 3.25.2-alpha! You might use `tools/project-version.sh -f -u 3.26.1-alpha plugins/wpcomsh` or `tools/fixup-project-versions.sh` to fix this.
* Author: Automattic
* Author URI: http://automattic.com/
*
* @package wpcomsh
*/

// Increase version number if you change something in wpcomsh.
define( 'WPCOMSH_VERSION', '3.26.1-alpha' );
define( 'WPCOMSH_VERSION', '3.25.2-alpha' );

Check failure on line 13 in projects/plugins/wpcomsh/wpcomsh.php

View workflow job for this annotation

GitHub Actions / Changelogger validity

Version mismatch, expected 3.26.1-alpha but found 3.25.2-alpha! You might use `tools/project-version.sh -f -u 3.26.1-alpha plugins/wpcomsh` or `tools/fixup-project-versions.sh` to fix this.

// If true, Typekit fonts will be available in addition to Google fonts
add_filter( 'jetpack_fonts_enable_typekit', '__return_true' );
Expand Down

0 comments on commit 1f3f20e

Please sign in to comment.