Version Description
Download this release
Release Info
| Developer | giucu91 |
| Plugin | |
| Version | 2.2.8 |
| Comparing to | |
| See all releases | |
Code changes from version 2.2.7 to 2.2.8
- Modula.php +2 -2
- README.txt +1 -1
- changelog.txt +4 -1
- includes/admin/tabs/about.php +11 -11
- includes/public/class-modula-shortcode.php +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: MachoThemes
|
| 7 |
-
* Version: 2.2.
|
| 8 |
* Author URI: https://www.machothemes.com/
|
| 9 |
* License: GPLv3 or later
|
| 10 |
* License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
|
@@ -43,7 +43,7 @@
|
|
| 43 |
*
|
| 44 |
* @since 2.0.2
|
| 45 |
*/
|
| 46 |
-
define( 'MODULA_LITE_VERSION' , '2.2.
|
| 47 |
define( 'MODULA_PATH' , plugin_dir_path( __FILE__ ) );
|
| 48 |
define( 'MODULA_URL' , plugin_dir_url( __FILE__ ) );
|
| 49 |
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: MachoThemes
|
| 7 |
+
* Version: 2.2.8
|
| 8 |
* Author URI: https://www.machothemes.com/
|
| 9 |
* License: GPLv3 or later
|
| 10 |
* License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
| 43 |
*
|
| 44 |
* @since 2.0.2
|
| 45 |
*/
|
| 46 |
+
define( 'MODULA_LITE_VERSION' , '2.2.8' );
|
| 47 |
define( 'MODULA_PATH' , plugin_dir_path( __FILE__ ) );
|
| 48 |
define( 'MODULA_URL' , plugin_dir_url( __FILE__ ) );
|
| 49 |
defined( 'MODULA_PRO_STORE_URL' ) || define( 'MODULA_PRO_STORE_URL' , 'https://wp-modula.com' );
|
README.txt
CHANGED
|
@@ -4,7 +4,7 @@ Tags: best gallery plugin, image gallery, photo gallery, responsive gallery, wor
|
|
| 4 |
Requires at least: 4.6
|
| 5 |
Tested up to: 5.3
|
| 6 |
Requires PHP: 5.6
|
| 7 |
-
Stable tag: 2.2.
|
| 8 |
License: GPLv3 or later
|
| 9 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
| 10 |
|
| 4 |
Requires at least: 4.6
|
| 5 |
Tested up to: 5.3
|
| 6 |
Requires PHP: 5.6
|
| 7 |
+
Stable tag: 2.2.8
|
| 8 |
License: GPLv3 or later
|
| 9 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
| 10 |
|
changelog.txt
CHANGED
|
@@ -1,3 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
| 1 |
= 2.2.7 - 09/03/2020 =
|
| 2 |
Fixed incompatibility with Elementor stretched rows.
|
| 3 |
Fixed incompatibility with isotope.js
|
|
@@ -296,4 +299,4 @@ For more information : https://github.com/MachoThemes/modula-lite/milestone/8?cl
|
|
| 296 |
* This update will fix broken CSS of admin panel under SSL
|
| 297 |
|
| 298 |
= 1.1.7 =
|
| 299 |
-
* This update contains a tool to fix broken images.
|
| 1 |
+
= 2.2.8 - 27/03/2020 =
|
| 2 |
+
Fixed undefined error
|
| 3 |
+
|
| 4 |
= 2.2.7 - 09/03/2020 =
|
| 5 |
Fixed incompatibility with Elementor stretched rows.
|
| 6 |
Fixed incompatibility with isotope.js
|
| 299 |
* This update will fix broken CSS of admin panel under SSL
|
| 300 |
|
| 301 |
= 1.1.7 =
|
| 302 |
+
* This update contains a tool to fix broken images.
|
includes/admin/tabs/about.php
CHANGED
|
@@ -1,18 +1,18 @@
|
|
| 1 |
<?php
|
| 2 |
$issues = array(
|
| 3 |
'fix' => array(
|
| 4 |
-
esc_html__( 'Fixed
|
| 5 |
-
esc_html__( 'Renamed our registered files name', 'modula-best-grid-gallery' ),
|
| 6 |
-
esc_html__( 'Fixed title/caption font size to reflect theme default', 'modula-best-grid-gallery' ),
|
| 7 |
-
esc_html__( 'Fixed scroll to top when opening lightbox', 'modula-best-grid-gallery' ),
|
| 8 |
-
esc_html__( 'If Title/Caption is hidden then hide settings also', 'modula-best-grid-gallery' ),
|
| 9 |
-
esc_html__( 'Hide settings if toggle is OFF for custom responsiveness ', 'modula-best-grid-gallery' ),
|
| 10 |
),
|
| 11 |
'feature' => array(
|
| 12 |
-
esc_html__( 'Added Migrate functionality. Now it\'s easier to migrate from another gallery to Modula', 'modula-best-grid-gallery' ),
|
| 13 |
-
esc_html__( 'Improved social media icons in preview', 'modula-best-grid-gallery' ),
|
| 14 |
-
esc_html__( 'Delete resized images when deleting attachment', 'modula-best-grid-gallery' ),
|
| 15 |
-
esc_html__( 'Added Import/Export sub-menu entry and tutorial', 'modula-best-grid-gallery' ),
|
| 16 |
)
|
| 17 |
);
|
| 18 |
?>
|
|
@@ -30,7 +30,7 @@ $issues = array(
|
|
| 30 |
<div class="modula-about-content">
|
| 31 |
<?php if (!empty($issues)) { ?>
|
| 32 |
|
| 33 |
-
<h2><?php printf(esc_html__('Version %s addressed %s
|
| 34 |
<ul class="modula-about-list">
|
| 35 |
<?php
|
| 36 |
foreach ($issues as $key => $iss) {
|
| 1 |
<?php
|
| 2 |
$issues = array(
|
| 3 |
'fix' => array(
|
| 4 |
+
esc_html__( 'Fixed undefined error', 'modula-best-grid-gallery' ),
|
| 5 |
+
// esc_html__( 'Renamed our registered files name', 'modula-best-grid-gallery' ),
|
| 6 |
+
// esc_html__( 'Fixed title/caption font size to reflect theme default', 'modula-best-grid-gallery' ),
|
| 7 |
+
// esc_html__( 'Fixed scroll to top when opening lightbox', 'modula-best-grid-gallery' ),
|
| 8 |
+
// esc_html__( 'If Title/Caption is hidden then hide settings also', 'modula-best-grid-gallery' ),
|
| 9 |
+
// esc_html__( 'Hide settings if toggle is OFF for custom responsiveness ', 'modula-best-grid-gallery' ),
|
| 10 |
),
|
| 11 |
'feature' => array(
|
| 12 |
+
// esc_html__( 'Added Migrate functionality. Now it\'s easier to migrate from another gallery to Modula', 'modula-best-grid-gallery' ),
|
| 13 |
+
// esc_html__( 'Improved social media icons in preview', 'modula-best-grid-gallery' ),
|
| 14 |
+
// esc_html__( 'Delete resized images when deleting attachment', 'modula-best-grid-gallery' ),
|
| 15 |
+
// esc_html__( 'Added Import/Export sub-menu entry and tutorial', 'modula-best-grid-gallery' ),
|
| 16 |
)
|
| 17 |
);
|
| 18 |
?>
|
| 30 |
<div class="modula-about-content">
|
| 31 |
<?php if (!empty($issues)) { ?>
|
| 32 |
|
| 33 |
+
<h2><?php printf(esc_html__('Version %s addressed %s bug', 'modula-best-grid-gallery'), MODULA_LITE_VERSION, count( $issues['fix'] ),count( $issues['feature'] ) ); ?></h2>
|
| 34 |
<ul class="modula-about-list">
|
| 35 |
<?php
|
| 36 |
foreach ($issues as $key => $iss) {
|
includes/public/class-modula-shortcode.php
CHANGED
|
@@ -162,7 +162,7 @@ class Modula_Shortcode {
|
|
| 162 |
// Gallery container attributes
|
| 163 |
'gallery_container' => array(
|
| 164 |
'id' => $gallery_id,
|
| 165 |
-
'class' =>
|
| 166 |
),
|
| 167 |
|
| 168 |
// Items container attributes
|
| 162 |
// Gallery container attributes
|
| 163 |
'gallery_container' => array(
|
| 164 |
'id' => $gallery_id,
|
| 165 |
+
'class' => array( 'modula', 'modula-gallery' ),
|
| 166 |
),
|
| 167 |
|
| 168 |
// Items container attributes
|
