README.md in decidim-navigation_maps-1.0.1 vs README.md in decidim-navigation_maps-1.1.0
- old
+ new
@@ -13,18 +13,20 @@
NavigationMaps is available as a Content Block widget (currently for the
homepage only).
👉 [Check the usage guide here!](USAGE.md)
+![Homepage](examples/homepage.png)
+
![Admin editor](examples/admin.gif)
## Installation
Add this line to your application's Gemfile:
```ruby
-gem "decidim-navigation_maps", "~> 1.0.0"
+gem "decidim-navigation_maps", "~> 1.1.0"
```
And then execute:
```bash
@@ -35,10 +37,11 @@
Depending on your Decidim version, choose the corresponding Plugin version to ensure compatibility:
| Navigation Maps version | Compatible Decidim versions |
|---|---|
-| 1.0.x | 0.18.x, 0.21.x |
+| 1.0.x | 0.18.x - 0.21.x |
+| 1.1.x | 0.22.x, 0.23.x |
## Contributing
See [Decidim](https://github.com/decidim/decidim).