diff --git a/composer.json b/composer.json index 8db186b6..0caec99d 100644 --- a/composer.json +++ b/composer.json @@ -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": { diff --git a/composer.lock b/composer.lock index a26d2697..e1df6f35 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "adf43cc9f9f449a8900b854e75d17576", + "content-hash": "651ea6d52749a4a303b5eabe46a4a27f", "packages": [ { "name": "codeinwp/elementor-extra-widgets", @@ -12,12 +12,12 @@ "source": { "type": "git", "url": "https://github.com/Codeinwp/elementor-extra-widgets.git", - "reference": "bf962882386c08ddc103611cb3cf78779ee85cc2" + "reference": "8676e0d65f84a5c5e0d246abdfd340de35b047a5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Codeinwp/elementor-extra-widgets/zipball/bf962882386c08ddc103611cb3cf78779ee85cc2", - "reference": "bf962882386c08ddc103611cb3cf78779ee85cc2", + "url": "https://api.github.com/repos/Codeinwp/elementor-extra-widgets/zipball/8676e0d65f84a5c5e0d246abdfd340de35b047a5", + "reference": "8676e0d65f84a5c5e0d246abdfd340de35b047a5", "shasum": "" }, "default-branch": true, @@ -43,7 +43,7 @@ "issues": "https://github.com/Codeinwp/elementor-extra-widgets/issues", "source": "https://github.com/Codeinwp/elementor-extra-widgets/tree/master" }, - "time": "2024-01-15T14:56:51+00:00" + "time": "2024-02-20T11:25:21+00:00" }, { "name": "codeinwp/full-width-page-templates", @@ -86,18 +86,19 @@ "source": { "type": "git", "url": "https://github.com/Codeinwp/themeisle-content-forms.git", - "reference": "0c9b18cc7e5e8cf48fc030a1f3bead8a5152015d" + "reference": "676d02dfc42cb64f9945cc56ace03a9a44c4d70b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Codeinwp/themeisle-content-forms/zipball/0c9b18cc7e5e8cf48fc030a1f3bead8a5152015d", - "reference": "0c9b18cc7e5e8cf48fc030a1f3bead8a5152015d", + "url": "https://api.github.com/repos/Codeinwp/themeisle-content-forms/zipball/676d02dfc42cb64f9945cc56ace03a9a44c4d70b", + "reference": "676d02dfc42cb64f9945cc56ace03a9a44c4d70b", "shasum": "" }, "require-dev": { "dealerdirect/phpcodesniffer-composer-installer": "^0.5.0", "wptrt/wpthemereview": "*" }, + "default-branch": true, "type": "library", "autoload": { "files": [ @@ -117,7 +118,11 @@ ], "description": "ThemeIsle Content Forms.", "homepage": "https://github.com/Codeinwp/themeisle-content-forms", - "time": "2022-10-17T11:55:51+00:00" + "support": { + "issues": "https://github.com/Codeinwp/themeisle-content-forms/issues", + "source": "https://github.com/Codeinwp/themeisle-content-forms/tree/master" + }, + "time": "2024-02-20T11:25:43+00:00" }, { "name": "codeinwp/themeisle-sdk", @@ -216,35 +221,38 @@ }, { "name": "dealerdirect/phpcodesniffer-composer-installer", - "version": "v0.7.2", + "version": "v1.0.0", "source": { "type": "git", - "url": "https://github.com/Dealerdirect/phpcodesniffer-composer-installer.git", - "reference": "1c968e542d8843d7cd71de3c5c9c3ff3ad71a1db" + "url": "https://github.com/PHPCSStandards/composer-installer.git", + "reference": "4be43904336affa5c2f70744a348312336afd0da" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Dealerdirect/phpcodesniffer-composer-installer/zipball/1c968e542d8843d7cd71de3c5c9c3ff3ad71a1db", - "reference": "1c968e542d8843d7cd71de3c5c9c3ff3ad71a1db", + "url": "https://api.github.com/repos/PHPCSStandards/composer-installer/zipball/4be43904336affa5c2f70744a348312336afd0da", + "reference": "4be43904336affa5c2f70744a348312336afd0da", "shasum": "" }, "require": { "composer-plugin-api": "^1.0 || ^2.0", - "php": ">=5.3", + "php": ">=5.4", "squizlabs/php_codesniffer": "^2.0 || ^3.1.0 || ^4.0" }, "require-dev": { "composer/composer": "*", + "ext-json": "*", + "ext-zip": "*", "php-parallel-lint/php-parallel-lint": "^1.3.1", - "phpcompatibility/php-compatibility": "^9.0" + "phpcompatibility/php-compatibility": "^9.0", + "yoast/phpunit-polyfills": "^1.0" }, "type": "composer-plugin", "extra": { - "class": "Dealerdirect\\Composer\\Plugin\\Installers\\PHPCodeSniffer\\Plugin" + "class": "PHPCSStandards\\Composer\\Plugin\\Installers\\PHPCodeSniffer\\Plugin" }, "autoload": { "psr-4": { - "Dealerdirect\\Composer\\Plugin\\Installers\\PHPCodeSniffer\\": "src/" + "PHPCSStandards\\Composer\\Plugin\\Installers\\PHPCodeSniffer\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", @@ -260,7 +268,7 @@ }, { "name": "Contributors", - "homepage": "https://github.com/Dealerdirect/phpcodesniffer-composer-installer/graphs/contributors" + "homepage": "https://github.com/PHPCSStandards/composer-installer/graphs/contributors" } ], "description": "PHP_CodeSniffer Standards Composer Installer Plugin", @@ -284,10 +292,10 @@ "tests" ], "support": { - "issues": "https://github.com/dealerdirect/phpcodesniffer-composer-installer/issues", - "source": "https://github.com/dealerdirect/phpcodesniffer-composer-installer" + "issues": "https://github.com/PHPCSStandards/composer-installer/issues", + "source": "https://github.com/PHPCSStandards/composer-installer" }, - "time": "2022-02-04T12:51:07+00:00" + "time": "2023-01-05T11:28:13+00:00" }, { "name": "phpcompatibility/php-compatibility", @@ -407,16 +415,16 @@ }, { "name": "squizlabs/php_codesniffer", - "version": "3.8.1", + "version": "3.9.0", "source": { "type": "git", "url": "https://github.com/PHPCSStandards/PHP_CodeSniffer.git", - "reference": "14f5fff1e64118595db5408e946f3a22c75807f7" + "reference": "d63cee4890a8afaf86a22e51ad4d97c91dd4579b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/PHPCSStandards/PHP_CodeSniffer/zipball/14f5fff1e64118595db5408e946f3a22c75807f7", - "reference": "14f5fff1e64118595db5408e946f3a22c75807f7", + "url": "https://api.github.com/repos/PHPCSStandards/PHP_CodeSniffer/zipball/d63cee4890a8afaf86a22e51ad4d97c91dd4579b", + "reference": "d63cee4890a8afaf86a22e51ad4d97c91dd4579b", "shasum": "" }, "require": { @@ -483,7 +491,7 @@ "type": "open_collective" } ], - "time": "2024-01-11T20:47:48+00:00" + "time": "2024-02-16T15:06:51+00:00" }, { "name": "wp-coding-standards/wpcs", diff --git a/obfx_modules/elementor-widgets/init.php b/obfx_modules/elementor-widgets/init.php index bbc52307..3fb5bac2 100644 --- a/obfx_modules/elementor-widgets/init.php +++ b/obfx_modules/elementor-widgets/init.php @@ -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; } @@ -223,7 +223,7 @@ function() { }, 1000 ); }); - ' + ' ); } @@ -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; @@ -250,7 +250,7 @@ public function enqueue_editor_styles() { font-family: eicons; z-index: 1; } - ' + ' ); }