Skip to content

Commit

Permalink
Merge branch 'master' into feature/TMZ-298
Browse files Browse the repository at this point in the history
  • Loading branch information
nicoladj77 authored Jan 19, 2025
2 parents 4b320c9 + 6841b9d commit a813411
Show file tree
Hide file tree
Showing 5 changed files with 138 additions and 127 deletions.
4 changes: 2 additions & 2 deletions hello-plus.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Description: Puts the PLUS in Elementor's Hello+ themes
* Plugin URI: https://elementor.com
* Author: Elementor.com
* Version: 1.1.0
* Version: 1.1.1
* License: GPL-3
* License URI: https://www.gnu.org/licenses/gpl-3.0.en.html
*
Expand All @@ -29,7 +29,7 @@
exit; // Exit if accessed directly.
}

define( 'HELLOPLUS_VERSION', '1.1.0' );
define( 'HELLOPLUS_VERSION', '1.1.1' );
define( 'HELLO_PLUS_VERSION', HELLOPLUS_VERSION );

define( 'HELLOPLUS__FILE__', __FILE__ );
Expand Down
1 change: 0 additions & 1 deletion modules/content/assets/scss/hello-plus-flex-hero.scss
Original file line number Diff line number Diff line change
Expand Up @@ -481,7 +481,6 @@
align-items: center;
display: flex;
justify-content: center;
overflow: hidden;
z-index: 2;

.elementor & img {
Expand Down
Loading

0 comments on commit a813411

Please sign in to comment.