Skip to content

Commit

Permalink
Release v2.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
leopiccionia committed Aug 23, 2022
1 parent 43b5740 commit 4b04d8b
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 8 deletions.
8 changes: 5 additions & 3 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.9.3
Stable tag: 2.6.3
Stable tag: 2.7.0
Requires PHP: 7.2
Requires at least: 5.8
License: GPL-2.0+
License URI: http://www.gnu.org/licenses/gpl-2.0.txt
Version: 2.6.3
Version: 2.7.0

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

Expand Down Expand Up @@ -49,11 +49,13 @@ After activating the plugin, a new item will appear on the WordPress dashboard:

== Changelog ==

= 2.7.0 =
* Use legends colors on the story map colors palette

= 2.6.3 =
* bugfix: Search of layers on interactions modal

= 2.6.2 =
* Add a more extensive font color/background palette for story maps
* Allow HTML embeds inside story maps

= 2.6.1 =
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.6.3
* Version: 2.7.0
* 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.6.3' );
define( 'JEO_VERSION', '2.7.0' );

define( 'JEO_BASEPATH', plugin_dir_path( __FILE__ ) );
define( 'JEO_BASEURL', plugins_url('', __FILE__) );
Expand Down
8 changes: 5 additions & 3 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.9.3
Stable tag: 2.6.3
Stable tag: 2.7.0
Requires PHP: 7.2
Requires at least: 5.8
License: GPL-2.0+
License URI: http://www.gnu.org/licenses/gpl-2.0.txt
Version: 2.6.3
Version: 2.7.0

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

Expand Down Expand Up @@ -49,11 +49,13 @@ After activating the plugin, a new item will appear on the WordPress dashboard:

== Changelog ==

= 2.7.0 =
* Use legends colors on the story map colors palette

= 2.6.3 =
* bugfix: Search of layers on interactions modal

= 2.6.2 =
* Add a more extensive font color/background palette for story maps
* Allow HTML embeds inside story maps

= 2.6.1 =
Expand Down

0 comments on commit 4b04d8b

Please sign in to comment.