Skip to content

Commit

Permalink
release: fixes
Browse files Browse the repository at this point in the history
### Fixes:
- Improved security
- Updated internal dependencies
  • Loading branch information
preda-bogdan authored Feb 20, 2024
2 parents 8123090 + 318ce96 commit ee3c060
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 32 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"squizlabs/php_codesniffer": "^3.3",
"wp-coding-standards/wpcs": "^2.3",
"phpcompatibility/php-compatibility": "^9",
"dealerdirect/phpcodesniffer-composer-installer": "0.7.2",
"dealerdirect/phpcodesniffer-composer-installer": "1.0.0",
"automattic/vipwpcs": "^2.3"
},
"scripts": {
Expand Down
62 changes: 35 additions & 27 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions obfx_modules/elementor-widgets/init.php
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ public function load() {}
*
* @return bool
*/
private static function has_valid_addons() {
public static function has_valid_addons() {
if ( ! defined( 'NEVE_PRO_BASEFILE' ) ) {
return false;
}
Expand Down Expand Up @@ -223,7 +223,7 @@ function() {
}, 1000
);
});
'
'
);
}

Expand All @@ -232,7 +232,7 @@ function() {
*/
public function enqueue_editor_styles() {
wp_add_inline_style(
'elementor-editor',
'elementor-editor',
'
#elementor-panel-category-obfx-elementor-widgets-pro .elementor-element-wrapper {
position:relative;
Expand All @@ -250,7 +250,7 @@ public function enqueue_editor_styles() {
font-family: eicons;
z-index: 1;
}
'
'
);
}

Expand Down

0 comments on commit ee3c060

Please sign in to comment.