Skip to content

Commit

Permalink
Release Version 2.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
matheusgimenez committed Feb 14, 2022
1 parent f953cc8 commit c133dac
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
6 changes: 4 additions & 2 deletions src/README.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
=== JEO ===
Contributors: earthjournalism
Tested up to: 5.8.1
Stable tag: 2.4.0
Stable tag: 2.4.1
Requires PHP: 7.2
Requires at least: 5.4
License: GPL-2.0+
License URI: http://www.gnu.org/licenses/gpl-2.0.txt
Version: 2.3.1
Version: 2.4.1

The JEO plugin acts as a geojournalism platform that allows news organizations, bloggers and NGOs to publish news storys as layers of information on digital maps.

Expand Down Expand Up @@ -48,6 +48,8 @@ After activating the plugin, a new item will appear on the WordPress dashboard:
7. Map post type

== Changelog ==
= 2.4.1 =
* bugfix: remove PHP short tag open in templates/map-content-layers-list.php (<? instead <?php )

= 2.4.0 =
* feature: add spiderifier effect to open clusters with features with same coordinates
Expand Down
4 changes: 2 additions & 2 deletions src/jeo.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* @wordpress-plugin
* Plugin Name: JEO WP
* Description: Interactive Map blocks for Wordpress Gutenberg
* Version: 2.4.0
* Version: 2.4.1
* License: GPL-2.0+
* License URI: http://www.gnu.org/licenses/gpl-2.0.txt
* Text Domain: jeo
Expand All @@ -22,7 +22,7 @@
* Start at version 1.0.0 and use SemVer - https://semver.org
* Rename this for your plugin and update it as you release new versions.
*/
define( 'JEO_VERSION', '2.4.0' );
define( 'JEO_VERSION', '2.4.1' );

define( 'JEO_BASEPATH', plugin_dir_path( __FILE__ ) );
define( 'JEO_BASEURL', plugins_url('', __FILE__) );
Expand Down
6 changes: 4 additions & 2 deletions trunk/readme.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
=== JEO ===
Contributors: earthjournalism
Tested up to: 5.8.1
Stable tag: 2.4.0
Stable tag: 2.4.1
Requires PHP: 7.2
Requires at least: 5.4
License: GPL-2.0+
License URI: http://www.gnu.org/licenses/gpl-2.0.txt
Version: 2.3.1
Version: 2.4.1

The JEO plugin acts as a geojournalism platform that allows news organizations, bloggers and NGOs to publish news storys as layers of information on digital maps.

Expand Down Expand Up @@ -48,6 +48,8 @@ After activating the plugin, a new item will appear on the WordPress dashboard:
7. Map post type

== Changelog ==
= 2.4.1 =
* bugfix: remove PHP short tag open in templates/map-content-layers-list.php (<? instead <?php )

= 2.4.0 =
* feature: add spiderifier effect to open clusters with features with same coordinates
Expand Down

0 comments on commit c133dac

Please sign in to comment.