Skip to content

Commit 2695593

Browse files
committed
Release v2.11.4
1 parent 4694b6f commit 2695593

File tree

5 files changed

+14
-8
lines changed

5 files changed

+14
-8
lines changed

Modula.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Plugin URI: https://wp-modula.com/
55
* Description: Modula is the most powerful, user-friendly WordPress gallery plugin. Add galleries, masonry grids and more in a few clicks.
66
* Author: WPChill
7-
* Version: 2.11.3
7+
* Version: 2.11.4
88
* Author URI: https://www.wpchill.com/
99
* License: GPLv3 or later
1010
* License URI: http://www.gnu.org/licenses/gpl-3.0.html
@@ -47,7 +47,7 @@
4747
* @since 2.0.2
4848
*/
4949

50-
define( 'MODULA_LITE_VERSION', '2.11.3' );
50+
define( 'MODULA_LITE_VERSION', '2.11.4' );
5151
define( 'MODULA_PATH', plugin_dir_path( __FILE__ ) );
5252
define( 'MODULA_URL', plugin_dir_url( __FILE__ ) );
5353
defined( 'MODULA_PRO_STORE_URL' ) || define( 'MODULA_PRO_STORE_URL', 'https://wp-modula.com' );

changelog.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
== Changelog ==
2-
= 2.11.5 - TBD =
2+
= 2.11.4 - 04.12.2024 =
33
Fixed: Search for galleries with numeric title. ( [#1135]( https://github.com/WPChill/modula-lite/issues/1135) )
44
Fixed: Incompatibility with "Multisite Shared Media Library" plugin ( [#1143]( https://github.com/WPChill/modula-lite/issues/1143) )
5+
Changed: Sticky save/update metabox in edit gallery screen. ( [#1141]( https://github.com/WPChill/modula-lite/issues/1141) )
6+
Changed: Side metaboxes reorder functionality in edit gallery screen. ( [#1140]( https://github.com/WPChill/modula-lite/issues/1140) )
7+
Changed: Collapse functionality for metaboxes in edit gallery screen. ( [#1139]( https://github.com/WPChill/modula-lite/issues/1139) )
58

69
= 2.11.3 - 27.11.2024 =
710
Fixed: PHP Warning

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "modula-best-grid-gallery",
3-
"version": "2.11.3",
3+
"version": "2.11.4",
44
"description": "Modula Image Gallery build tools",
55
"author": "WPChill",
66
"license": "GPL-2.0-or-later",

readme.txt

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Tags: best gallery plugin, image gallery, video gallery, free gallery, wordpress
44
Requires at least: 5.3
55
Tested up to: 6.7
66
Requires PHP: 5.6
7-
Stable tag: 2.11.3
7+
Stable tag: 2.11.4
88

99
License: GNU General Public License v3.0 or later
1010
The WordPress gallery plugin that's highly customizable & you can use to impress your clients. Create beautiful image galleries in minutes.
@@ -158,9 +158,12 @@ Free support is included only with a PRO license: [Buy Modula PRO](https://wp-mo
158158
4. Responsive galleries created with Modula
159159

160160
== Changelog ==
161-
= 2.11.5 - TBD =
161+
= 2.11.4 - 04.12.2024 =
162162
Fixed: Search for galleries with numeric title. ( [#1135]( https://github.com/WPChill/modula-lite/issues/1135) )
163163
Fixed: Incompatibility with "Multisite Shared Media Library" plugin ( [#1143]( https://github.com/WPChill/modula-lite/issues/1143) )
164+
Changed: Sticky save/update metabox in edit gallery screen. ( [#1141]( https://github.com/WPChill/modula-lite/issues/1141) )
165+
Changed: Side metaboxes reorder functionality in edit gallery screen. ( [#1140]( https://github.com/WPChill/modula-lite/issues/1140) )
166+
Changed: Collapse functionality for metaboxes in edit gallery screen. ( [#1139]( https://github.com/WPChill/modula-lite/issues/1139) )
164167

165168
= 2.11.3 - 27.11.2024 =
166169
Fixed: Notification action URL encoding

0 commit comments

Comments
 (0)