Revert "Merge branch 'feat/lang' into 'master'"
This reverts merge request !33
parent
8e83e1f5
No related branches found
No related tags found
Pipeline
#155688
failed
with stages
in
1 minute and 7 seconds
Stage: prepare-vendor
Stage: prepare-node
Stage: tools
Stage: tests
Stage: deploy
Showing
- .editorconfig 5 additions, 73 deletions.editorconfig
- .gitignore 0 additions, 14 deletions.gitignore
- .gitlab/issue_templates/Bug.md 32 additions, 0 deletions.gitlab/issue_templates/Bug.md
- CHANGELOG.md 1 addition, 7 deletionsCHANGELOG.md
- composer.json 31 additions, 42 deletionscomposer.json
- lang/pl_PL.po 0 additions, 38 deletionslang/pl_PL.po
- src/Plugin/AbstractPlugin.php 14 additions, 33 deletionssrc/Plugin/AbstractPlugin.php
.gitlab/issue_templates/Bug.md
0 → 100644
{ | ||
"name": "wpdesk/wp-builder", | ||
"authors": [ | ||
{ | ||
"name": "Krzysiek", | ||
"email": "krzysiek@wpdesk.pl" | ||
} | ||
], | ||
"require": { | ||
"php": ">=5.5" | ||
}, | ||
"require-dev": { | ||
"phpunit/phpunit": "<7", | ||
"wp-coding-standards/wpcs": "^0.14.1", | ||
"squizlabs/php_codesniffer": "^3.0.2", | ||
"mockery/mockery": "*", | ||
"10up/wp_mock": "*", | ||
"wimg/php-compatibility": "^8" | ||
}, | ||
"autoload": { | ||
"psr-4": { | ||
"WPDesk\\PluginBuilder\\": "src/" | ||
}, | ||
"classmap": [ | ||
"src/Plugin/WithoutNamespace" | ||
] | ||
}, | ||
"autoload-dev": { | ||
}, | ||
"extra": { | ||
"text-domain": "wpdesk-wp-builder", | ||
"translations-folder": "lang", | ||
"po-files": { | ||
"pl_PL": "pl_PL.po" | ||
} | ||
}, | ||
"scripts": { | ||
"phpcs": "phpcs", | ||
"phpunit-unit": "phpunit --configuration phpunit-unit.xml --coverage-text --colors=never", | ||
"phpunit-unit-fast": "phpunit --configuration phpunit-unit.xml --no-coverage", | ||
"phpunit-integration": "phpunit --configuration phpunit-integration.xml --coverage-text --colors=never", | ||
"phpunit-integration-fast": "phpunit --configuration phpunit-integration.xml --no-coverage" | ||
} | ||
"name": "wpdesk/wp-builder", | ||
"authors": [ | ||
{ | ||
"name": "Krzysiek", | ||
"email": "krzysiek@wpdesk.pl" | ||
} | ||
], | ||
"require": { | ||
"php": ">=5.5" | ||
}, | ||
"require-dev": { | ||
"phpunit/phpunit": "<7", | ||
"wp-coding-standards/wpcs": "^0.14.1", | ||
"squizlabs/php_codesniffer": "^3.0.2", | ||
"mockery/mockery": "*", | ||
"10up/wp_mock": "*", | ||
"wimg/php-compatibility": "^8" | ||
}, | ||
"autoload": { | ||
"psr-4": {"WPDesk\\PluginBuilder\\": "src/"}, | ||
"classmap": ["src/Plugin/WithoutNamespace"] | ||
}, | ||
"autoload-dev": { | ||
}, | ||
"scripts": { | ||
"phpcs": "phpcs", | ||
"phpunit-unit": "phpunit --configuration phpunit-unit.xml --coverage-text --colors=never", | ||
"phpunit-unit-fast": "phpunit --configuration phpunit-unit.xml --no-coverage", | ||
"phpunit-integration": "phpunit --configuration phpunit-integration.xml --coverage-text --colors=never", | ||
"phpunit-integration-fast": "phpunit --configuration phpunit-integration.xml --no-coverage" | ||
} | ||
} |
lang/pl_PL.po
deleted
100644 → 0
Please register or sign in to comment