mirror of
https://ghproxy.net/https://github.com/elementor/one-click-accessibility.git
synced 2026-07-21 12:16:59 +08:00
* [APP-0000] add elementor one * [APP-0000] add elementor one * [APP-2207] add dashboard widget * [APP-2207] add dashboard widget * [APP-2207] add dashboard widget * [APP-2207] add dashboard widget * [APP-0000] Add slug to the connect config * [APP-0000] Update connect config * [APP-0000] Update connect config * [APP-0000] Update connect config * [APP-0000] Update connect config * [APP-0000] Update connect config * Hide sidebar footer if Elementor One is connected * fix: import errors on opening the scanner * [APP-0000] Update connect config * Update modules/settings/module.php Co-authored-by: Rami Yushuvaev <92088692+rami-elementor@users.noreply.github.com> * [APP-2270] Top bar implementation (#458) * [APP-2270] Top bar implementation * Update top bar title * Update packages * fix: env for top bar * update: ally menu location * Fix pointer * Update * Update * Update * Update * Update * Fix design saving * Add missing pro icon to sidebar menu * Sidebar icons sizes * Fix link to "Manage subscription" * fix: header name * Update logo icon in the sidebar * Remove logos from modal/dialog headers * Update button colors * Make the "Get started" modal dismissible * Update crown icon * Update * Role attribute * Update logo icon * Update list item padding * [APP-0000] Update connect config * [ACD-7909] Enable Pro features on One * Update menu order * [ACD-7909] Enable Pro features on One * [ACD-7909] Enable Pro features on One * Hide pointers from Elementor One users * [ACD-7909] Enable Pro features on One * fix: don't show notices in some cases (#466) * [ACD-7794] Fix subitem color and spacing, info and pro icon size (#464) * fix: subitem color and spacing, info and pro icon size * chore: update elementor-one-assets package to 0.4.16 * fix: PLG margin and button style issue (#463) --------- Co-authored-by: Nirbhay Singh <nirbhayr@elementor.com> Co-authored-by: vasyldinets <vasyld@elementor.red> Co-authored-by: Nirbhay Singh <121793120+nirbhayel@users.noreply.github.com> --------- Co-authored-by: Rami Yushuvaev <ramiy@elementor.com> Co-authored-by: Nirbhay Singh <nirbhayr@elementor.com> Co-authored-by: Rami Yushuvaev <92088692+rami-elementor@users.noreply.github.com> Co-authored-by: Nirbhay Singh <121793120+nirbhayel@users.noreply.github.com>
75 lines
1.7 KiB
JSON
75 lines
1.7 KiB
JSON
{
|
|
"name": "pojome/pojo-accessibility",
|
|
"description": "pojo accessibility",
|
|
"minimum-stability": "dev",
|
|
"license": "gpl2",
|
|
"authors": [
|
|
{
|
|
"name": "Yakir Sitbon",
|
|
"email": "yakir@pojo.me"
|
|
}
|
|
],
|
|
"require-dev": {
|
|
"johnpbloch/wordpress-core": "^6.0",
|
|
"dealerdirect/phpcodesniffer-composer-installer": "^0.7.1",
|
|
"squizlabs/php_codesniffer": "^3.6",
|
|
"wp-coding-standards/wpcs": "^2.3.0",
|
|
"php-stubs/wordpress-stubs": "^6.0",
|
|
"elementor/eunit": "^0.0.10",
|
|
"phpcompatibility/phpcompatibility-wp": "^2.1",
|
|
"phpunit/php-code-coverage": "^9.2",
|
|
"wildwolf/wordpress-test-library-stubs": "^6.0",
|
|
"wp-phpunit/wp-phpunit": "^6.0",
|
|
"yoast/phpunit-polyfills": "^2.0"
|
|
},
|
|
"scripts": {
|
|
"lint": "vendor/bin/phpcs --standard=./ruleset.xml ./**/*.php",
|
|
"lint:fix": "vendor/bin/phpcbf --standard=./ruleset.xml ./**/*.php "
|
|
},
|
|
"require": {
|
|
"firebase/php-jwt": "^6.10",
|
|
"ext-json": "*",
|
|
"ext-fileinfo": "*",
|
|
"ext-curl": "*",
|
|
"ext-exif": "*",
|
|
"ext-libxml": "*",
|
|
"ext-zlib": "*",
|
|
"ext-dom": "*",
|
|
"elementor/wp-notifications-package": "^1.2.0",
|
|
"ext-ctype": "*",
|
|
"ext-mbstring": "*",
|
|
"elementor/wp-one-package": "^1.0"
|
|
},
|
|
"config": {
|
|
"allow-plugins": {
|
|
"composer/installers": true,
|
|
"dealerdirect/phpcodesniffer-composer-installer": true
|
|
}
|
|
},
|
|
"extra": {
|
|
"imposter": {
|
|
"namespace": "...",
|
|
"excludes": [
|
|
"firebase/php-jwt"
|
|
]
|
|
},
|
|
"installer-paths": {
|
|
"vendor/{$vendor}/{$name}/": [
|
|
"firebase/php-jwt"
|
|
]
|
|
}
|
|
},
|
|
"repositories": [
|
|
{
|
|
"type": "vcs",
|
|
"url": "git@github.com:elementor/eunit.git"
|
|
},
|
|
{
|
|
"type": "composer",
|
|
"url": "https://composer.elementor.com",
|
|
"only": [
|
|
"elementor/wp-one-package"
|
|
]
|
|
}
|
|
]
|
|
}
|