From 22f9a68777e6283b762882fdf4056a33c13268c2 Mon Sep 17 00:00:00 2001 From: Osk Date: Thu, 6 Dec 2018 10:21:37 -0300 Subject: [PATCH] Jetpack Live Branches: Remove feature wordpress-5-beta from Jetpack Live Branches script (#10850) WordPress 5.0 is released on Friday December 6th 2018, we don't need this anymore. This feature will be also removed from Jurassic Ninja Related: Automattic/jurassic.ninja#149 #### Changes proposed in this Pull Request: * Removes the ability to launch with a beta version of WordPress 5.0 * Bumps Jetpack Live Branches script version to `1.8`. #### Testing instructions: This is a straightforward change. #### Proposed changelog entry for your changes: * None needed --- tools/jetpack-live-branches/jetpack-live-branches.user.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tools/jetpack-live-branches/jetpack-live-branches.user.js b/tools/jetpack-live-branches/jetpack-live-branches.user.js index 6ca3aee997d4f..d6003f333467f 100644 --- a/tools/jetpack-live-branches/jetpack-live-branches.user.js +++ b/tools/jetpack-live-branches/jetpack-live-branches.user.js @@ -1,7 +1,7 @@ // ==UserScript== // @name Jetpack Live Branches // @namespace https://wordpress.com/ -// @version 1.7 +// @version 1.8 // @description Adds links to PRs pointing to Jurassic Ninja sites for live-testing a changeset // @require https://code.jquery.com/jquery-3.3.1.min.js // @match https://github.com/Automattic/jetpack/pull/* @@ -29,7 +29,6 @@
  • Launch sites with WP_DEBUG and WP_DEBUG_LOG set to true
  • Launch with Gutenberg installed
  • Launch with built blocks
  • -
  • Launch with WordPress 5.0 Beta
  • Launch with WooCommerce installed
  • Launch with Code Snippets installed
  • Launch with WP Rollback installed