From fd520601129b5157631bfe1378cbd30203fb6d74 Mon Sep 17 00:00:00 2001 From: Razvan Aldea <44024114+razvanaldea89@users.noreply.github.com> Date: Thu, 19 Sep 2024 15:15:34 +0300 Subject: [PATCH] version bump; changelog update; --- Modula.php | 4 ++-- changelog.txt | 4 +++- package.json | 2 +- readme.txt | 4 ++-- 4 files changed, 8 insertions(+), 6 deletions(-) diff --git a/Modula.php b/Modula.php index e79eddec..2aeff51a 100644 --- a/Modula.php +++ b/Modula.php @@ -4,7 +4,7 @@ * Plugin URI: https://wp-modula.com/ * Description: Modula is the most powerful, user-friendly WordPress gallery plugin. Add galleries, masonry grids and more in a few clicks. * Author: WPChill -* Version: 2.10.0 +* Version: 2.10.1 * Author URI: https://www.wpchill.com/ * License: GPLv3 or later * License URI: http://www.gnu.org/licenses/gpl-3.0.html @@ -47,7 +47,7 @@ * @since 2.0.2 */ -define( 'MODULA_LITE_VERSION', '2.10.0' ); +define( 'MODULA_LITE_VERSION', '2.10.1' ); define( 'MODULA_PATH', plugin_dir_path( __FILE__ ) ); define( 'MODULA_URL', plugin_dir_url( __FILE__ ) ); defined( 'MODULA_PRO_STORE_URL' ) || define( 'MODULA_PRO_STORE_URL', 'https://wp-modula.com' ); diff --git a/changelog.txt b/changelog.txt index d4054134..a1fe6b9d 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,6 +1,8 @@ -= 2.10.1 - TBD = += 2.10.1 - 19.09.2024 = Changed: Hide instead of disable admin settings on parent change. ( [#1031]( https://github.com/WPChill/modula-lite/issues/1031) ) Fixed: PHP warning: undefined value.( [#1041]( https://github.com/WPChill/modula-lite/issues/1041) ) +Added: General settings upsell for Modula Video +Fixed: Guntenberg js errors = 2.10.0 - 10.09.2024 = Fixed: Debug metabox default to off ( [#1035]( https://github.com/WPChill/modula-lite/issues/1035) ) diff --git a/package.json b/package.json index 525084e9..6f4c820e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "modula-best-grid-gallery", - "version": "2.10.0", + "version": "2.10.1", "description": "Modula Image Gallery build tools", "author": "WPChill", "license": "GPL-2.0-or-later", diff --git a/readme.txt b/readme.txt index 2d2ef206..1436d335 100644 --- a/readme.txt +++ b/readme.txt @@ -4,7 +4,7 @@ Tags: best gallery plugin, image gallery, video gallery, free gallery, wordpress Requires at least: 5.3 Tested up to: 6.6 Requires PHP: 5.6 -Stable tag: 2.10.0 +Stable tag: 2.10.1 License: GNU General Public License v3.0 or later The WordPress gallery plugin that's highly customizable & you can use to impress your clients. Create beautiful image galleries in minutes. @@ -157,7 +157,7 @@ Free support is included only with a PRO license: [Buy Modula PRO](https://wp-mo == Changelog == -= 2.10.1 - TBD = += 2.10.1 - 19.09.2024 = Changed: Hide instead of disable admin settings on parent change. ( [#1031]( https://github.com/WPChill/modula-lite/issues/1031) ) Fixed: PHP warning: undefined value.( [#1041]( https://github.com/WPChill/modula-lite/issues/1041) )