Version Description
Download this release
Release Info
Developer | giucu91 |
Plugin | Gallery – Photo Gallery – Image Gallery |
Version | 2.6.1 |
Comparing to | |
See all releases |
Code changes from version 2.6.0 to 2.6.1
- Modula.php +2 -2
- changelog.txt +3 -0
- includes/admin/class-modula-upsells.php +1 -4
- readme.txt +1 -1
Modula.php
CHANGED
@@ -4,7 +4,7 @@
|
|
4 |
* Plugin URI: https://wp-modula.com/
|
5 |
* Description: Modula is the most powerful, user-friendly WordPress gallery plugin. Add galleries, masonry grids and more in a few clicks.
|
6 |
* Author: WPChill
|
7 |
-
* Version: 2.6.
|
8 |
* Author URI: https://www.wpchill.com/
|
9 |
* License: GPLv3 or later
|
10 |
* License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
@@ -47,7 +47,7 @@
|
|
47 |
* @since 2.0.2
|
48 |
*/
|
49 |
|
50 |
-
define( 'MODULA_LITE_VERSION' , '2.6.
|
51 |
define( 'MODULA_PATH' , plugin_dir_path( __FILE__ ) );
|
52 |
define( 'MODULA_URL' , plugin_dir_url( __FILE__ ) );
|
53 |
defined( 'MODULA_PRO_STORE_URL' ) || define( 'MODULA_PRO_STORE_URL' , 'https://wp-modula.com' );
|
4 |
* Plugin URI: https://wp-modula.com/
|
5 |
* Description: Modula is the most powerful, user-friendly WordPress gallery plugin. Add galleries, masonry grids and more in a few clicks.
|
6 |
* Author: WPChill
|
7 |
+
* Version: 2.6.1
|
8 |
* Author URI: https://www.wpchill.com/
|
9 |
* License: GPLv3 or later
|
10 |
* License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
47 |
* @since 2.0.2
|
48 |
*/
|
49 |
|
50 |
+
define( 'MODULA_LITE_VERSION' , '2.6.1' );
|
51 |
define( 'MODULA_PATH' , plugin_dir_path( __FILE__ ) );
|
52 |
define( 'MODULA_URL' , plugin_dir_url( __FILE__ ) );
|
53 |
defined( 'MODULA_PRO_STORE_URL' ) || define( 'MODULA_PRO_STORE_URL' , 'https://wp-modula.com' );
|
changelog.txt
CHANGED
@@ -1,3 +1,6 @@
|
|
|
|
|
|
|
|
1 |
= 2.6.0 - 18/02/2022 =
|
2 |
Fixed: Modula gallery display in tabs/accordions ( https://github.com/WPChill/modula-lite/issues/620 )
|
3 |
Changed: Gallery title html element (from h2 to div),css as the selector is not longer h2 - https://github.com/WPChill/modula-lite/issues/495
|
1 |
+
= 2.6.1 - 18/02/2022 =
|
2 |
+
Fixed - array_merge error - https://wordpress.org/support/topic/error-on-las-update/
|
3 |
+
|
4 |
= 2.6.0 - 18/02/2022 =
|
5 |
Fixed: Modula gallery display in tabs/accordions ( https://github.com/WPChill/modula-lite/issues/620 )
|
6 |
Changed: Gallery title html element (from h2 to div),css as the selector is not longer h2 - https://github.com/WPChill/modula-lite/issues/495
|
includes/admin/class-modula-upsells.php
CHANGED
@@ -903,7 +903,7 @@ class Modula_Upsells {
|
|
903 |
*
|
904 |
* @return array
|
905 |
*
|
906 |
-
* @since 2.
|
907 |
*/
|
908 |
public function filter_action_links( $links ) {
|
909 |
|
@@ -916,11 +916,8 @@ class Modula_Upsells {
|
|
916 |
return $links;
|
917 |
}
|
918 |
|
919 |
-
|
920 |
array_unshift( $links, $upgrade['link'] );
|
921 |
|
922 |
-
$links = array_merge( $links, );
|
923 |
-
|
924 |
return $links;
|
925 |
}
|
926 |
|
903 |
*
|
904 |
* @return array
|
905 |
*
|
906 |
+
* @since 2.6.0
|
907 |
*/
|
908 |
public function filter_action_links( $links ) {
|
909 |
|
916 |
return $links;
|
917 |
}
|
918 |
|
|
|
919 |
array_unshift( $links, $upgrade['link'] );
|
920 |
|
|
|
|
|
921 |
return $links;
|
922 |
}
|
923 |
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Tags: best gallery plugin, image gallery, video gallery, free gallery, wordpress
|
|
4 |
Requires at least: 5.2
|
5 |
Tested up to: 5.9
|
6 |
Requires PHP: 5.6
|
7 |
-
Stable tag: 2.6.
|
8 |
License: GNU General Public License v3.0 or later
|
9 |
|
10 |
The WordPress gallery plugin that's highlighy customizable & you can use to impress your clients. Create beautiful image galleries in minutes.
|
4 |
Requires at least: 5.2
|
5 |
Tested up to: 5.9
|
6 |
Requires PHP: 5.6
|
7 |
+
Stable tag: 2.6.1
|
8 |
License: GNU General Public License v3.0 or later
|
9 |
|
10 |
The WordPress gallery plugin that's highlighy customizable & you can use to impress your clients. Create beautiful image galleries in minutes.
|