The module is still using the official module namespace (Mapping) including the module directory name, which causes compatibility issues if an Omeka S site has also installed the official module. This also cause the version confusion in the system as it displays the update message in the modules page but pointing to the official repo.
We should consider changing the namespace to MappingExtensions. Also need to verify the module update process (Probably modify the version checks in the update function).
The module is still using the official module namespace (
Mapping) including the module directory name, which causes compatibility issues if an Omeka S site has also installed the official module. This also cause the version confusion in the system as it displays the update message in the modules page but pointing to the official repo.We should consider changing the namespace to
MappingExtensions. Also need to verify the module update process (Probably modify the version checks in the update function).