Opened 12 years ago
Closed 12 years ago
#4664 closed defect (bug) (duplicate)
version compare not working on 1.7 bleeding edge
Reported by: | rogercoathup | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 1.7 |
Component: | Core | Keywords: | |
Cc: |
Description
The standard BP_VERSION check (used by a number of 3rd party components):
version_compare( BP_VERSION, '1.3', '>' )
is not working in 1.7 bleeding edge --
I suspect because the version number is non numeric e.g. $this->version = '1.7-bleeding-6326'
Change History (2)
Note: See
TracTickets for help on using
tickets.
Happens with every bleeding version (UK members will get the intended pun :) )