Skip to content

Commit

Permalink
Backport jetpack 14.0-beta Changes (#40024)
Browse files Browse the repository at this point in the history
* Changelog and readme.txt edits.

* Amend readme.txt

Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/11667212003

Upstream-Ref: Automattic/jetpack@a7dc7da
  • Loading branch information
tbradsha authored and matticbot committed Nov 4, 2024
1 parent 6262c25 commit f1920f3
Show file tree
Hide file tree
Showing 13 changed files with 255 additions and 255 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@
"automattic/wc-calypso-bridge": "2.8.1",
"wordpress/classic-editor-plugin": "1.5",
"automattic/jetpack-config": "^2.0.4",
"automattic/jetpack-post-list": "^0.6.5-alpha",
"automattic/jetpack-post-list": "^0.6.5",
"automattic/jetpack-mu-wpcom": "^5.66.0-alpha",
"tubalmartin/cssmin": "^4.1"
},
"require-dev": {
"automattic/jetpack-changelogger": "^4.2.8-alpha",
"automattic/jetpack-changelogger": "^4.2.8",
"automattic/wordbless": "0.4.2",
"dealerdirect/phpcodesniffer-composer-installer": "^1.0",
"yoast/phpunit-polyfills": "^1.1.1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
*/
class Admin_Menu {

const PACKAGE_VERSION = '0.4.6-alpha';
const PACKAGE_VERSION = '0.4.6';

/**
* Whether this class has been initialized
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
*/
class Main {

const PACKAGE_VERSION = '0.6.6-alpha';
const PACKAGE_VERSION = '0.6.6';

/**
* Modules to include.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
*/
class Package_Version {

const PACKAGE_VERSION = '5.1.6-alpha';
const PACKAGE_VERSION = '5.1.6';

const PACKAGE_SLUG = 'connection';

Expand Down
2 changes: 1 addition & 1 deletion vendor/automattic/jetpack-ip/src/class-utils.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
*/
class Utils {

const PACKAGE_VERSION = '0.3.1-alpha';
const PACKAGE_VERSION = '0.3.1';

/**
* Get the current user's IP address.
Expand Down
2 changes: 1 addition & 1 deletion vendor/automattic/jetpack-jitm/src/class-jitm.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
*/
class JITM {

const PACKAGE_VERSION = '3.1.28-alpha';
const PACKAGE_VERSION = '3.1.28';

/**
* The configuration method that is called from the jetpack-config package.
Expand Down
2 changes: 1 addition & 1 deletion vendor/automattic/jetpack-masterbar/src/class-main.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
*/
class Main {

const PACKAGE_VERSION = '0.9.8-alpha';
const PACKAGE_VERSION = '0.9.8';

/**
* Initializer.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
*/
class Post_List {

const PACKAGE_VERSION = '0.6.5-alpha';
const PACKAGE_VERSION = '0.6.5';
const FEATURE = 'enhanced_post_list';

/**
Expand Down
2 changes: 1 addition & 1 deletion vendor/automattic/jetpack-stats-admin/src/class-main.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class Main {
/**
* Stats version.
*/
const VERSION = '0.22.5-alpha';
const VERSION = '0.22.5';

/**
* Singleton Main instance.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
*/
class Package_Version {

const PACKAGE_VERSION = '0.13.5-alpha';
const PACKAGE_VERSION = '0.13.5';

const PACKAGE_SLUG = 'stats';

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
*/
class Package_Version {

const PACKAGE_VERSION = '3.14.4-alpha';
const PACKAGE_VERSION = '3.14.4';

const PACKAGE_SLUG = 'sync';

Expand Down
Loading

0 comments on commit f1920f3

Please sign in to comment.