vektor-inc / vk-admin
Vektor Admin Component
0.5.1
2026-05-13 12:25 UTC
Requires (Dev)
- dealerdirect/phpcodesniffer-composer-installer: *
- doctrine/instantiator: 1.5.0
- phpcompatibility/phpcompatibility-wp: *
- sirbrillig/phpcs-variable-analysis: ^2.8
- squizlabs/php_codesniffer: *
- vektor-inc/vk-wp-unit-test-tools: ^0.10.0
- wp-coding-standards/wpcs: *
- wp-phpunit/wp-phpunit: ^5.4
- yoast/phpunit-polyfills: ^1.0
README
概要
使い方
Composer の require に登録
composer require vektor-inc/vk-admin
autoload.pho を読み込み
require_once dirname( __FILE__ ) . '/vendor/autoload.php';
本体を読み込んで実行
use VektorInc\VK_Admin\VkAdmin;
VkAdmin::init();
Change log
== 0.5.1 == [ Bug Fix ] Fixed broken vk_admin.js / CSS URL on environments where site_url and home_url differ (WordPress installed in its own directory) or wp-content is relocated. [ Bug Fix ] Skip enqueuing widget screen CSS when not in admin context. [ Other ] Fix CSS load hook.
== 0.5.0 == [ Other ] Add article list of Vektor Pattern Library
== 0.4.1 == [ Bug Fix ] Fixed problem of filepath on Windows local environment.
== 0.4.0 == [ Other ] Cope with English news [ Bug Fix ] Fix Widget Edit UI