Skip to content

Commit

Permalink
Merge pull request #631 from WPChill/dev
Browse files Browse the repository at this point in the history
2.7.6
  • Loading branch information
razvanaldea89 authored Sep 13, 2023
2 parents 4950e05 + 30380df commit fdd77c5
Show file tree
Hide file tree
Showing 17 changed files with 20 additions and 249 deletions.
106 changes: 0 additions & 106 deletions .github/workflows/main.yml

This file was deleted.

109 changes: 0 additions & 109 deletions .github/workflows/merge.yml

This file was deleted.

17 changes: 0 additions & 17 deletions .github/workflows/release.yml

This file was deleted.

3 changes: 2 additions & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,8 @@ module.exports = function( grunt ) {
'!tests/**',
'!codeception.dist.yml',
'!regconfig.json',
'!nbproject/**'
'!nbproject/**',
'!SECURITY.md'
],
dest: 'build/'
}
Expand Down
4 changes: 2 additions & 2 deletions Modula.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Plugin URI: https://wp-modula.com/
* Description: Modula is the most powerful, user-friendly WordPress gallery plugin. Add galleries, masonry grids and more in a few clicks.
* Author: WPChill
* Version: 2.7.5
* Version: 2.7.6
* Author URI: https://www.wpchill.com/
* License: GPLv3 or later
* License URI: http://www.gnu.org/licenses/gpl-3.0.html
Expand Down Expand Up @@ -47,7 +47,7 @@
* @since 2.0.2
*/

define( 'MODULA_LITE_VERSION' , '2.7.5' );
define( 'MODULA_LITE_VERSION' , '2.7.6' );
define( 'MODULA_PATH' , plugin_dir_path( __FILE__ ) );
define( 'MODULA_URL' , plugin_dir_url( __FILE__ ) );
defined( 'MODULA_PRO_STORE_URL' ) || define( 'MODULA_PRO_STORE_URL' , 'https://wp-modula.com' );
Expand Down
2 changes: 1 addition & 1 deletion assets/js/front/jquery-modula.js
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ jQuery(window).on('elementor/frontend/init', function () {
instance.placeImage(index);

if (instance.isIsotope) {
if ( 'undefined' !== typeof modulaisotope ) {
if ('undefined' !== typeof instance.$itemsCnt.data('modulaisotope')) {
instance.$itemsCnt.modulaisotope('layout');
}
}
Expand Down
Loading

0 comments on commit fdd77c5

Please sign in to comment.