jetpack-beta

[READ ONLY] A plugin to allow users to easily beta test Jetpack. Development in the Jetpack monorepo.

OTHER License

Stars
13

Bot releases are hidden (Show)

jetpack-beta - Jetpack Beta 3.1.2

Published by coder-karen over 2 years ago

3.1.2 - 2022-06-08

Added

  • Adding trunk branch cases in preparation for monorepo branch renaming
  • Set Update URI in the plugin header.

Changed

  • PHPCS: Fix WordPress.Security.ValidatedSanitizedInput
  • Updated package dependencies.

Fixed

  • Download from the correct URL when updating to a version tagged like "v3.1.1" rather than "3.1.1".
  • Ensure that WP CLI is present before extending the class.
  • Fixed testing tips links
jetpack-beta - Jetpack Beta 3.1.0

Published by sdixon194 almost 3 years ago

3.1.0 - 2021-12-08

Added

  • Added an action to auto-create a GitHub release when a version is tagged.
  • Improved exception handling when network access to a8c servers is impaired.

Changed

  • Updated Beta release instructions to avoid extra MacOS files in the ZIP.
  • Updated package dependencies
jetpack-beta - Jetpack Beta 3.0.3

Published by samiff about 3 years ago

3.0.3 - 2021-10-06

Changed

  • Updated package dependencies.

Fixed

  • Remove unused variable in plugin-select.template.php.
jetpack-beta - Jetpack Beta 3.0.2

Published by anomiex about 3 years ago

Added

  • Use WP core's ajax updater to apply updates.

Fixed

  • Detect when "Bleeding Edge" needs an update.
  • Fix search when branch name contains multiple -.
  • Guard against an undefined index warning.
  • Typo fix.
jetpack-beta - Jetpack Beta 3.0.1

Published by anomiex over 3 years ago

Added

  • Add small breadcrumb link to get back to the main plugin selection screen.

Fixed

  • Correctly handle self-autoupgrades when the release tag begins with "v".
  • Fixes non-breaking JS errors.
jetpack-beta - Jetpack Beta 3.0.0

Published by anomiex over 3 years ago

Added

  • Added support for more than just the Jetpack plugin. This involved a major code restructuring.
  • Created a changelog from the git history with help from auto-changelog. It could probably use cleanup!
  • Provide a soft failure if activating an unbuilt development version of the Beta plugin.
  • Testing Tips: Add tips to help testers get started.

Changed

  • Enable autotagger and update release instructions.
  • Remove composer dev-monorepo hack.
  • Update package dependencies.

Removed

  • Remove the jetpack_autoload_dev option and the JETPACK_AUTOLOAD_DEV constant update.

Fixed

  • Fix autoloader issue in prodution build.
jetpack-beta - Jetpack Beta 2.4.6

Published by kbrown9 over 3 years ago

  • Prevents updating stable version of Jetpack when using beta plugin in Docker instance.
  • Fixes some errant copy appearing in the beta plugin welcome message.
  • Sets the JETPACK_AUTOLOAD_DEV constant to true when a development version of Jetpack is activated.
jetpack-beta - Autoload to your heart's content!

Published by kraftbj over 3 years ago

This release fixes an issue when switching between stable and test version of Jetpack in how the autoloader stored what versions of Jetpack were available.

jetpack-beta - Updated colors and no more notices!

Published by kraftbj almost 4 years ago

2.4.4 -- January 5, 2020

  • Avoids PHP notice for an unset array key if an option is not set.
  • Updates the color to match the latest per the Jetpack color guidelines.
jetpack-beta - Jetpack Beta 2.4.3

Published by bisko over 4 years ago

  • Avoid Fatal errors when switching between branches that might be at different base version of the code.
jetpack-beta - Jetpack Beta 2.4.2

Published by jeherve over 4 years ago

  • Avoid Fatal errors; when Jetpack's vendor directory cannot be found, do not attempt to update.
jetpack-beta - Jetpack Beta 2.3.2

Published by oskosk over 5 years ago

  • Fixed a PHP notice that arised when activating the Release candidate branch. (#68 #69)
jetpack-beta - Jetpack Beta 2.3.1

Published by oskosk almost 6 years ago

  • Addressed issue when attempting to access subproperties of an object and intermediate properties were not defined.
jetpack-beta - 2.3

Published by oskosk over 6 years ago

  • Made the cli code class be compatible with PHP 5.2 syntax.
jetpack-beta - 2.2.1

Published by oskosk over 6 years ago

  • Fixes a fatal error for PHP < 5.5
jetpack-beta - 2.2.0

Published by oskosk over 6 years ago

  • Added ability to install Release Candidate via cli
  • Added toggle for disabling email messages on updates
  • Added ability to check for broken zip generated by the beta builder and avoiding installation of it.
jetpack-beta - 2.1.1

Published by enejb over 6 years ago

Minor fixes to the email
Not it gives you more information about what changed in the last commit.

Also added a new "What's new" section to the admin UI that tells you a bit info about what the last commit done.

jetpack-beta - 2.1.0

Published by enejb over 6 years ago

Fixes autoupdating of Jetpack Beta and the Jetpack dev plugin.

Previously we relied of the WordPress Core autoupdate mechanism to update the Jetpack Beta and the latest dev version of the Jetpack plugin.

With this release we add our own cron that runs every hour and looks for an updates to the plugins. On a successful autoupdate it will send out an email to the admin email address.

jetpack-beta - 2.0.8

Published by oskosk over 6 years ago

Several fixes since last tagged version

jetpack-beta - 2.0.3

Published by jeherve over 7 years ago

Minor fix for sites running PHP 5.2

Related Projects