Making WordPress.org

Opened 9 years ago

Closed 9 years ago

Last modified 9 years ago

#1193 closed defect (bug) (invalid)

Verify Checksums API Fails for WP 3.9 with en_CA locale

Reported by: shooper's profile shooper Owned by:
Milestone: Priority: normal
Component: API Keywords:
Cc:

Description

Attempting to verify checksum values of WordPress core version 3.9 running the English Canada (en_CA) locale returns false.

http://api.wordpress.org/core/checksums/1.0/?version=3.9&locale=en_CA

This was working properly until recently (maybe the last week or two?) - used in a deployment script that verifies checksums as part of landing test.

Change History (5)

#1 follow-up: @dd32
9 years ago

It looks like the en_CA team has removed their older releases so there's no checksums to return for en_CA 3.9.

#3 @netweb
9 years ago

  • Keywords close removed

Grrr.... Didn't mean to add close, possibly later, but not yet ;)

#4 @dd32
9 years ago

  • Priority changed from high to normal
  • Resolution set to invalid
  • Status changed from new to closed

I however, am going to mark it closed :)

The releases were removed, that means there's no checksums available for those releases anymore.
The checksum API is for usage by WordPress, which expects that there may be no checksums available, any other clients should do the same.

For now, although you're free to use the API as you please, it's only available for currently available releases.

#5 @shooper
9 years ago

@dd32 @netweb Thanks for looking into this for me. Just another reason this client needs to upgrade their WP install ;)

Cheers.

Note: See TracTickets for help on using tickets.