Making WordPress.org

Changes between Initial Version and Version 1 of Ticket #5412, comment 12


Ignore:
Timestamp:
09/07/2020 06:28:34 AM (4 years ago)
Author:
dd32
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #5412, comment 12

    initial v1  
    1010 - Running WP 5.5.1, want beta/RC updates, and 5.6-beta1 has been released. should return `development` and beta1: https://api.wordpress.org/core/version-check/1.7/?version=5.5.1&channel=beta&pretend_releases[]=5.6-beta1
    1111 - Running WP 5.5.1, want beta/RC updates, and 5.6-beta1/RC2 have been released. should return `development` & RC2: https://api.wordpress.org/core/version-check/1.7/?version=5.5.1&channel=beta&pretend_releases[]=5.6-beta1&pretend_releases[]=5.6-RC2
     12 - Running WP 5.4, want beta/RC updates, and 5.5.1 has been released. should return `upgrade` & 5.5.1: https://api.wordpress.org/core/version-check/1.7/?version=5.4&channel=beta
    1213
    1314You can look at the `X-Update-Channel` to see what it's determined a request to be, you should be able to look at the existing Beta Tester responses to see that too.