Gallery – Photo Gallery – Image Gallery - Version 2.6.4

Version Description

Download this release

Release Info

Developer raldea89
Plugin Icon wp plugin Gallery – Photo Gallery – Image Gallery
Version 2.6.4
Comparing to
See all releases

Code changes from version 2.6.3 to 2.6.4

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.3
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.3' );
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.4
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.4' );
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,4 +1,7 @@
1
- = 2.6.3 - 21/02/2022 =
 
 
 
2
  Fixed: Sanitization and preparation for WP Core galleries import ( https://github.com/WPChill/modula-lite/issues/625 )
3
  Fixed: Metaboxes forever opened and arrows hidden ( https://github.com/WPChill/modula-lite/issues/639 )
4
  Fixed: Custom Posts Gutenberg block - now available everywhere Gutenberg is ( https://github.com/WPChill/modula-lite/issues/626 )
1
+ = 2.6.4 - 28/03/2022 =
2
+ Changed: Added Modula Envira Migrator & Final Tiles Migrator to free extensions ( https://github.com/WPChill/modula-lite/issues/647, https://github.com/WPChill/modula-lite/issues/648 )
3
+
4
+ = 2.6.3 - 21/03/2022 =
5
  Fixed: Sanitization and preparation for WP Core galleries import ( https://github.com/WPChill/modula-lite/issues/625 )
6
  Fixed: Metaboxes forever opened and arrows hidden ( https://github.com/WPChill/modula-lite/issues/639 )
7
  Fixed: Custom Posts Gutenberg block - now available everywhere Gutenberg is ( https://github.com/WPChill/modula-lite/issues/626 )
includes/admin/class-modula-addons.php CHANGED
@@ -25,24 +25,25 @@ class Modula_Addons {
25
  'image' => 'https://wp-modula.com/wp-content/uploads/edd/2021/04/069-refresh.png',
26
  'description' => esc_html__('Want to change your gallery plugin and impress your potential clients with a fully customizable WordPress gallery plugin that\'s fully mobile responsive', 'moudla-best-grid-gallery')
27
  ),
28
- /* 'modula-envira-migrator' => array(
29
  'slug' => 'modula-envira-migrator',
30
  'name' => __( 'Migrate away from Envira', 'modula-best-grid-gallery' ),
31
  'image' => 'https://wp-modula.com/wp-content/uploads/edd/2021/04/069-refresh.png',
32
  'description' => esc_html__('Want to change your gallery plugin and impress your potential clients with a fully customizable WordPress gallery plugin that\'s fully mobile responsive', 'moudla-best-grid-gallery')
33
  ),
 
34
  'modula-photoblocks-migrator' => array(
35
  'slug' => 'modula-photoblocks-migrator',
36
  'name' => __( 'Migrate away from PhotoBlocks', 'modula-best-grid-gallery' ),
37
  'image' => 'https://wp-modula.com/wp-content/uploads/edd/2021/04/069-refresh.png',
38
  'description' => esc_html__('Want to change your gallery plugin and impress your potential clients with a fully customizable WordPress gallery plugin that\'s fully mobile responsive', 'moudla-best-grid-gallery')
39
- ),
40
  'modula-final-tiles-migrator' => array(
41
  'slug' => 'modula-final-tiles-migrator',
42
  'name' => __( 'Migrate away from Final Tiles', 'modula-best-grid-gallery' ),
43
  'image' => 'https://wp-modula.com/wp-content/uploads/edd/2021/04/069-refresh.png',
44
  'description' => esc_html__('Want to change your gallery plugin and impress your potential clients with a fully customizable WordPress gallery plugin that\'s fully mobile responsive', 'moudla-best-grid-gallery')
45
- ) */
46
  ) );
47
  }
48
 
25
  'image' => 'https://wp-modula.com/wp-content/uploads/edd/2021/04/069-refresh.png',
26
  'description' => esc_html__('Want to change your gallery plugin and impress your potential clients with a fully customizable WordPress gallery plugin that\'s fully mobile responsive', 'moudla-best-grid-gallery')
27
  ),
28
+ 'modula-envira-migrator' => array(
29
  'slug' => 'modula-envira-migrator',
30
  'name' => __( 'Migrate away from Envira', 'modula-best-grid-gallery' ),
31
  'image' => 'https://wp-modula.com/wp-content/uploads/edd/2021/04/069-refresh.png',
32
  'description' => esc_html__('Want to change your gallery plugin and impress your potential clients with a fully customizable WordPress gallery plugin that\'s fully mobile responsive', 'moudla-best-grid-gallery')
33
  ),
34
+ /*
35
  'modula-photoblocks-migrator' => array(
36
  'slug' => 'modula-photoblocks-migrator',
37
  'name' => __( 'Migrate away from PhotoBlocks', 'modula-best-grid-gallery' ),
38
  'image' => 'https://wp-modula.com/wp-content/uploads/edd/2021/04/069-refresh.png',
39
  'description' => esc_html__('Want to change your gallery plugin and impress your potential clients with a fully customizable WordPress gallery plugin that\'s fully mobile responsive', 'moudla-best-grid-gallery')
40
+ ),*/
41
  'modula-final-tiles-migrator' => array(
42
  'slug' => 'modula-final-tiles-migrator',
43
  'name' => __( 'Migrate away from Final Tiles', 'modula-best-grid-gallery' ),
44
  'image' => 'https://wp-modula.com/wp-content/uploads/edd/2021/04/069-refresh.png',
45
  'description' => esc_html__('Want to change your gallery plugin and impress your potential clients with a fully customizable WordPress gallery plugin that\'s fully mobile responsive', 'moudla-best-grid-gallery')
46
+ )
47
  ) );
48
  }
49
 
includes/class-modula.php CHANGED
@@ -177,6 +177,7 @@ class Modula {
177
  add_filter('get_user_option_meta-box-order_modula-gallery', '__return_empty_string');
178
  add_filter('get_user_option_closedpostboxes_modula-gallery', '__return_empty_string');
179
  add_filter( 'admin_body_class', array( $this, 'no_drag_classes' ), 15, 1 );
 
180
  //prevents the modula metaboxes from being dragged.
181
  wp_deregister_script('postbox');
182
  }
177
  add_filter('get_user_option_meta-box-order_modula-gallery', '__return_empty_string');
178
  add_filter('get_user_option_closedpostboxes_modula-gallery', '__return_empty_string');
179
  add_filter( 'admin_body_class', array( $this, 'no_drag_classes' ), 15, 1 );
180
+
181
  //prevents the modula metaboxes from being dragged.
182
  wp_deregister_script('postbox');
183
  }
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.3
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.4
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.