Version Description
- 15.12.2022 = Fixed: Incorrect placement of ' ( #715 )
Download this release
Release Info
Developer | raldea89 |
Plugin | Gallery – Photo Gallery – Image Gallery |
Version | 2.7.1 |
Comparing to | |
See all releases |
Code changes from version 2.7.0 to 2.7.1
- Modula.php +2 -2
- assets/css/admin/modula-cpt.css +4 -2
- assets/images/settings/creative-gallery.png +0 -0
- assets/images/settings/custom-grid.png +0 -0
- assets/images/settings/grid.png +0 -0
- assets/images/settings/slider.png +0 -0
- changelog.txt +3 -0
- includes/admin/modula-js-templates.php +1 -1
- readme.txt +4 -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.7.
|
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.7.
|
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.7.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.7.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' );
|
assets/css/admin/modula-cpt.css
CHANGED
@@ -1975,9 +1975,11 @@ html body #wpbody #poststuff #post-body .postbox-container #modula-hover-effect
|
|
1975 |
z-index: 99;
|
1976 |
box-shadow: 0 0 5px #27be92;
|
1977 |
}
|
|
|
1978 |
.modula-settings-container .modula-tabs-content .modula-radio-icon.modula-radio-icon-disabled {
|
1979 |
-
|
1980 |
-
|
|
|
1981 |
}
|
1982 |
.modula-settings-container .modula-tabs-content .modula-radio-icon.modula-radio-icon-disabled::after {
|
1983 |
content: 'PRO';
|
1975 |
z-index: 99;
|
1976 |
box-shadow: 0 0 5px #27be92;
|
1977 |
}
|
1978 |
+
|
1979 |
.modula-settings-container .modula-tabs-content .modula-radio-icon.modula-radio-icon-disabled {
|
1980 |
+
cursor: default;
|
1981 |
+
position: relative;
|
1982 |
+
opacity: 0.5;
|
1983 |
}
|
1984 |
.modula-settings-container .modula-tabs-content .modula-radio-icon.modula-radio-icon-disabled::after {
|
1985 |
content: 'PRO';
|
assets/images/settings/creative-gallery.png
CHANGED
Binary file
|
assets/images/settings/custom-grid.png
CHANGED
Binary file
|
assets/images/settings/grid.png
CHANGED
Binary file
|
assets/images/settings/slider.png
CHANGED
Binary file
|
changelog.txt
CHANGED
@@ -1,3 +1,6 @@
|
|
|
|
|
|
|
|
1 |
= 2.7.0 - 12.12.2022 =
|
2 |
Changed: Custom icons for Modula Settings ( [#679](https://github.com/WPChill/modula-lite/issues/679) )
|
3 |
Fixed: Fancybox error ( [#678](https://github.com/WPChill/modula-lite/issues/678) )
|
1 |
+
= 2.7.1 - 15.12.2022 =
|
2 |
+
Fixed: Incorrect placement of ' ( [#715](https://github.com/WPChill/modula-lite/issues/715) )
|
3 |
+
|
4 |
= 2.7.0 - 12.12.2022 =
|
5 |
Changed: Custom icons for Modula Settings ( [#679](https://github.com/WPChill/modula-lite/issues/679) )
|
6 |
Fixed: Fancybox error ( [#678](https://github.com/WPChill/modula-lite/issues/678) )
|
includes/admin/modula-js-templates.php
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
<script type="text/html" id="tmpl-modula-image">
|
2 |
-
<div class="modula-single-image-content {{data.orientation}}" <# if ( data.full != '' ) { #> style="background-image:url('{{ data.thumbnail }})
|
3 |
<?php do_action( 'modula_admin_gallery_image_start' ) ?>
|
4 |
<# if ( data.thumbnail != '' ) { #>
|
5 |
<img src="{{ data.thumbnail }}">
|
1 |
<script type="text/html" id="tmpl-modula-image">
|
2 |
+
<div class="modula-single-image-content {{data.orientation}}" <# if ( data.full != '' ) { #> style="background-image:url('{{ data.thumbnail }}')" <# } #> >
|
3 |
<?php do_action( 'modula_admin_gallery_image_start' ) ?>
|
4 |
<# if ( data.thumbnail != '' ) { #>
|
5 |
<img src="{{ data.thumbnail }}">
|
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: 6.1
|
6 |
Requires PHP: 5.6
|
7 |
-
Stable tag: 2.7.
|
8 |
License: GNU General Public License v3.0 or later
|
9 |
The WordPress gallery plugin that's highly customizable & you can use to impress your clients. Create beautiful image galleries in minutes.
|
10 |
|
@@ -262,6 +262,9 @@ Free support is included only with a PRO license: [Buy Modula PRO](https://wp-mo
|
|
262 |
4. Responsive galleries created with Modula
|
263 |
|
264 |
== Changelog ==
|
|
|
|
|
|
|
265 |
= 2.7.0 - 12.12.2022 =
|
266 |
Changed: Custom icons for Modula Settings ( [#679](https://github.com/WPChill/modula-lite/issues/679) )
|
267 |
Fixed: Fancybox error ( [#678](https://github.com/WPChill/modula-lite/issues/678) )
|
4 |
Requires at least: 5.2
|
5 |
Tested up to: 6.1
|
6 |
Requires PHP: 5.6
|
7 |
+
Stable tag: 2.7.1
|
8 |
License: GNU General Public License v3.0 or later
|
9 |
The WordPress gallery plugin that's highly customizable & you can use to impress your clients. Create beautiful image galleries in minutes.
|
10 |
|
262 |
4. Responsive galleries created with Modula
|
263 |
|
264 |
== Changelog ==
|
265 |
+
= 2.7.1 - 15.12.2022 =
|
266 |
+
Fixed: Incorrect placement of ' ( [#715](https://github.com/WPChill/modula-lite/issues/715) )
|
267 |
+
|
268 |
= 2.7.0 - 12.12.2022 =
|
269 |
Changed: Custom icons for Modula Settings ( [#679](https://github.com/WPChill/modula-lite/issues/679) )
|
270 |
Fixed: Fancybox error ( [#678](https://github.com/WPChill/modula-lite/issues/678) )
|