I don’t see upgrade download to go from 7.6 RC to 7.6 final version?
In the upgrade package from 7.6beta2-to-7.6rc the following is wrong:
‘regex_matches’ =>
array (
‘^7.6beta2.(.*)’
),
This matches ‘7.6beta2.’ but not the version of beta2 which is ‘7.6beta2’ without the dot.
I think it should be:
‘regex_matches’ =>
array (
‘^7.6beta2(.*)’
),
Dot net Training in Chennai | Cloud Computing Training in Chennai | Linux Training in Chennai | Salesforce Training in Chennai :lol:
Looks like they added 7.6RC to 7.6 upgrade to download. Already upgraded without any problems.