diff --git a/src/README.txt b/src/README.txt index d9e98e50..272d90b5 100755 --- a/src/README.txt +++ b/src/README.txt @@ -1,7 +1,7 @@ === JEO === Contributors: earthjournalism Tested up to: 5.7.0 -Stable tag: 2.3.1 +Stable tag: 2.4.0 Requires PHP: 7.2 Requires at least: 5.4 License: GPL-2.0+ @@ -48,6 +48,10 @@ After activating the plugin, a new item will appear on the WordPress dashboard: 7. Map post type == Changelog == + += 2.4.0 = +* feature: add spiderifier effect to open clusters with features with same coordinates + = 2.3.1 = * bugfix: cluster zoom on click * feature: pin/cluster mouse over effect (change cursor style) diff --git a/src/jeo.php b/src/jeo.php index 9208145f..532237e1 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.3.1 + * Version: 2.4.0 * 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.3.1' ); +define( 'JEO_VERSION', '2.4.0' ); define( 'JEO_BASEPATH', plugin_dir_path( __FILE__ ) ); define( 'JEO_BASEURL', plugins_url('', __FILE__) ); diff --git a/trunk/readme.txt b/trunk/readme.txt index d9e98e50..272d90b5 100755 --- a/trunk/readme.txt +++ b/trunk/readme.txt @@ -1,7 +1,7 @@ === JEO === Contributors: earthjournalism Tested up to: 5.7.0 -Stable tag: 2.3.1 +Stable tag: 2.4.0 Requires PHP: 7.2 Requires at least: 5.4 License: GPL-2.0+ @@ -48,6 +48,10 @@ After activating the plugin, a new item will appear on the WordPress dashboard: 7. Map post type == Changelog == + += 2.4.0 = +* feature: add spiderifier effect to open clusters with features with same coordinates + = 2.3.1 = * bugfix: cluster zoom on click * feature: pin/cluster mouse over effect (change cursor style)