Skip to content

Commit f212753

Browse files
zinigormatticbot
authored andcommitted
Amended the wpcomsh plugin readme file. (#37901)
* Added accurate README information and links. * Changelog. * Version changes. * More clarity and fixing omissions. * Removed redundant commands. * Update projects/plugins/wpcomsh/README.md Co-authored-by: Brad Jorsch <[email protected]> --------- Co-authored-by: Brad Jorsch <[email protected]> Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/9552804543 Upstream-Ref: Automattic/jetpack@f6858da
1 parent 3f1b3b4 commit f212753

File tree

7 files changed

+21
-14
lines changed

7 files changed

+21
-14
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## 3.22.16-alpha - unreleased
4+
5+
This is an alpha version! The changes listed here are not final.
6+
7+
### Changed
8+
- Fixed readme, added accurate links.
9+
310
## 3.22.15 - 2024-06-17
411
### Added
512
- Added a prefix for wpcomsh weekly shipping. [#37857]

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@
123123
"composer/installers": true,
124124
"roots/wordpress-core-installer": true
125125
},
126-
"autoloader-suffix": "26841ac2064774301cbe06d174833bfc_wpcomshⓥ3_22_15"
126+
"autoloader-suffix": "26841ac2064774301cbe06d174833bfc_wpcomshⓥ3_22_16_alpha"
127127
},
128128
"extra": {
129129
"mirror-repo": "Automattic/wpcom-site-helper",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"name": "@automattic/jetpack-wpcomsh",
44
"description": "A helper for connecting WordPress.com sites to external host infrastructure.",
55
"homepage": "https://jetpack.com",
6-
"version": "3.22.15",
6+
"version": "3.22.16-alpha",
77
"bugs": {
88
"url": "https://github.com/Automattic/jetpack/labels/[Plugin] Wpcomsh"
99
},

vendor/autoload.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@
2222

2323
require_once __DIR__ . '/composer/autoload_real.php';
2424

25-
return ComposerAutoloaderInit26841ac2064774301cbe06d174833bfc_wpcomshⓥ3_22_15::getLoader();
25+
return ComposerAutoloaderInit26841ac2064774301cbe06d174833bfc_wpcomshⓥ3_22_16_alpha::getLoader();

vendor/composer/autoload_real.php

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
// autoload_real.php @generated by Composer
44

5-
class ComposerAutoloaderInit26841ac2064774301cbe06d174833bfc_wpcomshⓥ3_22_15
5+
class ComposerAutoloaderInit26841ac2064774301cbe06d174833bfc_wpcomshⓥ3_22_16_alpha
66
{
77
private static $loader;
88

@@ -24,17 +24,17 @@ public static function getLoader()
2424

2525
require __DIR__ . '/platform_check.php';
2626

27-
spl_autoload_register(array('ComposerAutoloaderInit26841ac2064774301cbe06d174833bfc_wpcomshⓥ3_22_15', 'loadClassLoader'), true, true);
27+
spl_autoload_register(array('ComposerAutoloaderInit26841ac2064774301cbe06d174833bfc_wpcomshⓥ3_22_16_alpha', 'loadClassLoader'), true, true);
2828
self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(__DIR__));
29-
spl_autoload_unregister(array('ComposerAutoloaderInit26841ac2064774301cbe06d174833bfc_wpcomshⓥ3_22_15', 'loadClassLoader'));
29+
spl_autoload_unregister(array('ComposerAutoloaderInit26841ac2064774301cbe06d174833bfc_wpcomshⓥ3_22_16_alpha', 'loadClassLoader'));
3030

3131
require __DIR__ . '/autoload_static.php';
32-
call_user_func(\Composer\Autoload\ComposerStaticInit26841ac2064774301cbe06d174833bfc_wpcomshⓥ3_22_15::getInitializer($loader));
32+
call_user_func(\Composer\Autoload\ComposerStaticInit26841ac2064774301cbe06d174833bfc_wpcomshⓥ3_22_16_alpha::getInitializer($loader));
3333

3434
$loader->setClassMapAuthoritative(true);
3535
$loader->register(true);
3636

37-
$filesToLoad = \Composer\Autoload\ComposerStaticInit26841ac2064774301cbe06d174833bfc_wpcomshⓥ3_22_15::$files;
37+
$filesToLoad = \Composer\Autoload\ComposerStaticInit26841ac2064774301cbe06d174833bfc_wpcomshⓥ3_22_16_alpha::$files;
3838
$requireFile = \Closure::bind(static function ($fileIdentifier, $file) {
3939
if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) {
4040
$GLOBALS['__composer_autoload_files'][$fileIdentifier] = true;

vendor/composer/autoload_static.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
namespace Composer\Autoload;
66

7-
class ComposerStaticInit26841ac2064774301cbe06d174833bfc_wpcomshⓥ3_22_15
7+
class ComposerStaticInit26841ac2064774301cbe06d174833bfc_wpcomshⓥ3_22_16_alpha
88
{
99
public static $files = array (
1010
'3773ef3f09c37da5478d578e32b03a4b' => __DIR__ . '/..' . '/automattic/jetpack-assets/actions.php',
@@ -378,9 +378,9 @@ class ComposerStaticInit26841ac2064774301cbe06d174833bfc_wpcomshⓥ3_22_15
378378
public static function getInitializer(ClassLoader $loader)
379379
{
380380
return \Closure::bind(function () use ($loader) {
381-
$loader->prefixLengthsPsr4 = ComposerStaticInit26841ac2064774301cbe06d174833bfc_wpcomshⓥ3_22_15::$prefixLengthsPsr4;
382-
$loader->prefixDirsPsr4 = ComposerStaticInit26841ac2064774301cbe06d174833bfc_wpcomshⓥ3_22_15::$prefixDirsPsr4;
383-
$loader->classMap = ComposerStaticInit26841ac2064774301cbe06d174833bfc_wpcomshⓥ3_22_15::$classMap;
381+
$loader->prefixLengthsPsr4 = ComposerStaticInit26841ac2064774301cbe06d174833bfc_wpcomshⓥ3_22_16_alpha::$prefixLengthsPsr4;
382+
$loader->prefixDirsPsr4 = ComposerStaticInit26841ac2064774301cbe06d174833bfc_wpcomshⓥ3_22_16_alpha::$prefixDirsPsr4;
383+
$loader->classMap = ComposerStaticInit26841ac2064774301cbe06d174833bfc_wpcomshⓥ3_22_16_alpha::$classMap;
384384

385385
}, null, ClassLoader::class);
386386
}

wpcomsh.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
/**
33
* Plugin Name: WordPress.com Site Helper
44
* Description: A helper for connecting WordPress.com sites to external host infrastructure.
5-
* Version: 3.22.15
5+
* Version: 3.22.16-alpha
66
* Author: Automattic
77
* Author URI: http://automattic.com/
88
*
99
* @package wpcomsh
1010
*/
1111

1212
// Increase version number if you change something in wpcomsh.
13-
define( 'WPCOMSH_VERSION', '3.22.15' );
13+
define( 'WPCOMSH_VERSION', '3.22.16-alpha' );
1414

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

0 commit comments

Comments
 (0)