From d8039b6b0e2a16795d17be10500c10bb96bb2d4f Mon Sep 17 00:00:00 2001 From: Leonardo Date: Wed, 1 Jun 2022 15:38:09 -0300 Subject: [PATCH] Release v2.5.1 --- src/README.txt | 4 ++-- src/jeo.php | 4 ++-- trunk/readme.txt | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/README.txt b/src/README.txt index 6a9bfee8..42eb24b9 100755 --- a/src/README.txt +++ b/src/README.txt @@ -1,12 +1,12 @@ === JEO === Contributors: earthjournalism Tested up to: 5.9.3 -Stable tag: 2.5.0 +Stable tag: 2.5.1 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.5.0 +Version: 2.5.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. diff --git a/src/jeo.php b/src/jeo.php index 2a633262..9e301b63 100755 --- a/src/jeo.php +++ b/src/jeo.php @@ -5,7 +5,7 @@ * @wordpress-plugin * Plugin Name: JEO WP * Description: Interactive Map blocks for Wordpress Gutenberg - * Version: 2.5.0 + * Version: 2.5.1 * License: GPL-2.0+ * License URI: http://www.gnu.org/licenses/gpl-2.0.txt * Text Domain: jeo @@ -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.5.0' ); +define( 'JEO_VERSION', '2.5.1' ); define( 'JEO_BASEPATH', plugin_dir_path( __FILE__ ) ); define( 'JEO_BASEURL', plugins_url('', __FILE__) ); diff --git a/trunk/readme.txt b/trunk/readme.txt index 6a9bfee8..42eb24b9 100755 --- a/trunk/readme.txt +++ b/trunk/readme.txt @@ -1,12 +1,12 @@ === JEO === Contributors: earthjournalism Tested up to: 5.9.3 -Stable tag: 2.5.0 +Stable tag: 2.5.1 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.5.0 +Version: 2.5.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.