Skip to content

Commit 3efb26e

Browse files
committed
Add the upgrade guide of v1.0.0 to v1.0.1
1 parent 03be4df commit 3efb26e

1 file changed

Lines changed: 18 additions & 4 deletions

File tree

README.md

Lines changed: 18 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,6 @@ colors, and visualize journeys of geo-located resources.
1717
module. It cannot operate alongside the original Mapping module. If the official Mapping module is currently
1818
installed, it must be fully uninstalled before installing Mapping Extensions.
1919

20-
> [!WARNING]
21-
> If the module list page displays the message “A new version of this module is available. Get the new version.”,
22-
please ignore it. This is a known issue and will be resolved in future releases.
23-
2420
- Download a ZIP package from one of the
2521
[releases](https://github.com/Systemik-Solutions/OmekaS-MappingExtensions/releases).
2622
- Extract the ZIP into the modules directory of your Omeka S installation.
@@ -29,6 +25,24 @@ please ignore it. This is a known issue and will be resolved in future releases.
2925

3026
For more details, refer to the [Omeka S module installation guide](https://omeka.org/s/docs/user-manual/modules/).
3127

28+
### Upgrading from 1.0.0 to 1.0.1
29+
30+
> [!CAUTION]
31+
> DON'T uninstall the older version of the module, or you will lose all your existing maps and configurations.
32+
33+
As the v1.0.1 release resolves the namespace conflict with the original Mapping module, the directory name of the module
34+
has changed from "Mapping" to "MappingExtensions". To upgrade from v1.0.0 to v1.0.1, follow these steps to manually
35+
update the module without losing your existing maps and configurations:
36+
37+
1. Back up your Omeka S database and the "Mapping" module directory in your Omeka S installation.
38+
2. Remove the "Mapping" module directory in `modules/` from your Omeka S installation.
39+
3. Download the v1.0.1 release and extract the zip file into the `modules/` directory. After this step, you should have
40+
a new directory named "MappingExtensions" in `modules/`.
41+
4. Go to the Omeka S MySQL database and open the database table `module`. Find the record for the `Mapping` module (`id='Mapping'`'),
42+
then update the `id` field to `MappingExtensions` and the `version` field to `1.0.1`.
43+
5. Go to the "Modules" page in the Omeka S admin panel and verify that the "Mapping Extensions" module is listed with
44+
version 1.0.1 and is active.
45+
3246
## Usage
3347

3448
### Mapping Linked Items

0 commit comments

Comments
 (0)