https://update.joomla.org/core/nightlies/next_major_list.xml as your custom update URL (note#1)Joomla find the update to 4.0.0-dev2 and allow a update to the last nightly version
Joomla don't find any update even not if we fake a 3.6.4 version. (note#2)
In 3.7 everything is fine (using the update server https://update.joomla.org/core/nightlies/next_minor_list.xml)
(note#1)
Please note the download URL in the xml is broken wich is fixed here #14470 and should be deployed with the next run of the nightly build script.
/libraries/cms/version/version.phpconst RELEASE = '4.0'; -> const RELEASE = '3.6';const DEV_LEVEL = '0-dev';-> const DEV_LEVEL = '4';administrator/manifests/files/joomla.xml<version>4.0.0-dev</version> -> <version>3.6.0</version>Joomla CMS file Extension has now the version 3.6.4 in the backend.The Update points to the last version of the default channel (3.6.5) as we fake him to be a 3.6.4
| Labels |
Added:
?
|
||
| Status | New | ⇒ | Closed |
| Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2017-03-12 15:57:36 |
| Closed_By | ⇒ | zero-24 |
ok it is realted to the database strict mode in 4.0 if we disable that the update can be found.