From 8c7b98826fa660dd9906a563155a1129f0a628f2 Mon Sep 17 00:00:00 2001 From: leopiccionia Date: Fri, 27 Sep 2024 09:52:15 -0300 Subject: [PATCH] Bump plugin to version 2.11.0 --- src/README.txt | 11 +++++++++-- src/jeo.php | 4 ++-- trunk/readme.txt | 11 +++++++++-- 3 files changed, 20 insertions(+), 6 deletions(-) diff --git a/src/README.txt b/src/README.txt index 4ad70306..68d7e3b5 100755 --- a/src/README.txt +++ b/src/README.txt @@ -1,12 +1,12 @@ === JEO === Contributors: earthjournalism Tested up to: 6.6.2 -Stable tag: 2.10.0 +Stable tag: 2.11.0 Requires PHP: 7.2 Requires at least: 6.2 License: GPL-2.0+ License URI: http://www.gnu.org/licenses/gpl-2.0.txt -Version: 2.10.0 +Version: 2.11.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. @@ -49,6 +49,13 @@ After activating the plugin, a new item will appear on the WordPress dashboard: == Changelog == += 2.11.0 = +* Upgrade to MapboxGL v3 +* Replace react-mapbox-gl with react-map-gl +* Improve rendering of pages with many maps +* bugfix: Improve rendering of maps that require custom Mapbox access tokens +* bugfix: Fix pagination of stories on discovery page + = 2.10.0 = * Update dependencies diff --git a/src/jeo.php b/src/jeo.php index 11762b92..cc347421 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.10.0 + * Version: 2.11.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.10.0' ); +define( 'JEO_VERSION', '2.11.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 4ad70306..68d7e3b5 100755 --- a/trunk/readme.txt +++ b/trunk/readme.txt @@ -1,12 +1,12 @@ === JEO === Contributors: earthjournalism Tested up to: 6.6.2 -Stable tag: 2.10.0 +Stable tag: 2.11.0 Requires PHP: 7.2 Requires at least: 6.2 License: GPL-2.0+ License URI: http://www.gnu.org/licenses/gpl-2.0.txt -Version: 2.10.0 +Version: 2.11.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. @@ -49,6 +49,13 @@ After activating the plugin, a new item will appear on the WordPress dashboard: == Changelog == += 2.11.0 = +* Upgrade to MapboxGL v3 +* Replace react-mapbox-gl with react-map-gl +* Improve rendering of pages with many maps +* bugfix: Improve rendering of maps that require custom Mapbox access tokens +* bugfix: Fix pagination of stories on discovery page + = 2.10.0 = * Update dependencies