Bug in 2.5b1 "check for updates"

Gravatar yaun

  • Posts: 3
  • Topic Created: Mon Jan 16 11:36:39 2012 +0100

In "includes/common.php" of 2.5b1, the version declared is 2.1. It should be something like:

define('CHYRP_VERSION', "2.5b1");"

to match the return of: http://api.chyrp.net/v1/chyrp_version.php

Gravatar jack

hmm? https://github.com/chyrp/chyrp/blob/development/includes/common.php#L19 I think you have an old copy.

Gravatar samuellittley

It's the copy from the download link on this site which says version 2.1 Still, the github code only says 2.5, whereas the return of http://api.chyrp.net/v1/chyrp_version.php is 2.5b1, so it still asks to upgrade

Gravatar jack

fixed.