threadi / easy-directory-listing-for-wordpress
2.2.2
2025-05-01 11:57 UTC
Requires
- php: ^8.0
Requires (Dev)
- automattic/vipwpcs: ^3.0
- wp-coding-standards/wpcs: ^3.1.0
- dev-master
- 2.2.2
- 2.2.1
- 2.2.0
- 2.1.2
- 2.1.1
- 2.1.0
- 2.0.2
- 2.0.1
- 2.0.0
- 1.0.0
- dev-feature/moveSetActions
- dev-feature/optimizeTableLayout
- dev-feature/addDescriptionAndListingObjectDisabling
- dev-fix/restUrlHandling
- dev-feature/optimizedErrorHandlingForTaxonomy
- dev-feature/optimizedCode
- dev-feature/addUninstaller
- dev-feature/addDirectoryArchive
- dev-feature/loadScriptsOnlyIfNecessary
- dev-fix/addMissingPackageInformations
This package is auto-updated.
Last update: 2025-05-01 11:58:34 UTC
README
Requirements
- composer to install this package.
- npm to compile the scripts.
- WordPress-plugin, theme or Code Snippet-plugin to embed them in your project.
Installation
composer require threadi/easy-directory-listing-for-wordpress
- Switch to
vendor/thread/easy-directory-listing-for-wordpress
- Run
npm i
to install dependencies. - Run
npm run build
to compile the scripts. - Add the codes from
doc/embed.php
to your WordPress-project (plugin or theme).
Check for WordPress Coding Standards
Initialize
composer install
Run
vendor/bin/phpcs --extensions=php --ignore=*/vendor/*/vendor/*,*/node_modules/*,*/build/* --standard=ruleset.xml .
Repair
vendor/bin/phpcbf --extensions=php --ignore=*/vendor/*/vendor/*,*/node_modules/*,*/build/* --standard=ruleset.xml .
Check for WordPress VIP Coding Standards
Hint: this check runs against the VIP-GO-platform which is not our target for this plugin. Many warnings can be ignored.
Run
vendor/bin/phpcs --extensions=php --ignore=*/vendor/*/vendor/*,*/node_modules/* --standard=WordPress-VIP-Go .