Skip to content

Commit

Permalink
Merge pull request #448 from InfoAmazonia/develop
Browse files Browse the repository at this point in the history
Release 2.11.0
  • Loading branch information
leopiccionia authored Sep 27, 2024
2 parents 8272358 + 8c7b988 commit cde8821
Show file tree
Hide file tree
Showing 38 changed files with 21,658 additions and 4,477 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ jobs:
name: New tag
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: actions/setup-node@v2
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '12'
node-version: 20
- name: Build # Remove or modify this step as needed
run: |
npm install
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ First of all, clone this repository.
Note that you can NOT clone it directly in the WordPress `plugins` directory.

```bash
git clone [email protected]:EarthJournalismNetwork/jeo-plugin.git
git clone [email protected]:InfoAmazonia/jeo-plugin.git
```

Set up a WordPress installation. This could be a dedicated installation to develop Jeo or you can use an existing instance you have.
Expand Down
2 changes: 1 addition & 1 deletion docs/index-plugin.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ You can post geotagged stories and create richly designed pages for each one of
## Features

- [MapBox](http://mapbox.com/) maps
- [ReactMapBoxGL](https://github.com/alex3165/react-mapbox-gl/blob/master/docs/API.md) library
- [react-map-gl](https://visgl.github.io/react-map-gl/) library
- Custom tile layers
- Layer filtering options, allowing you to mix tile layer.
- Geocoding WordPress posts using OpenStreetMaps (Nominatim), suporting the post type `Post`.
Expand Down
4 changes: 2 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ The JEO WordPress geojournalism platform allows news organizations, bloggers and
Features:

- [MapBox](http://mapbox.com/) maps
- [ReactMapBoxGL](https://github.com/alex3165/react-mapbox-gl/blob/master/docs/API.md) library
- [react-map-gl](https://visgl.github.io/react-map-gl/) library
- Custom tile layers
- Layer filtering options, allowing you to mix tile layer.
- Geocoding WordPress posts using OpenStreetMaps (Nominatim), suporting the post type `Post`.
Expand All @@ -29,4 +29,4 @@ Projects using JEO:

## JEO WordPress Theme

[Read the documentation](https://earthjournalismnetwork.github.io/jeo-theme/)
[Read the documentation](https://infoamazonia.github.io/jeo-theme/)
Loading

0 comments on commit cde8821

Please sign in to comment.