Skip to content

Commit 652fddf

Browse files
authored
Merge pull request #59 from newfold-labs/update/cleanup
Module cleanup
2 parents 7b2f6e0 + e41d95d commit 652fddf

File tree

4 files changed

+329
-1651
lines changed

4 files changed

+329
-1651
lines changed

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v16
1+
v22

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
"i18n-mo": "vendor/bin/wp i18n make-mo ./languages",
7373
"i18n-php": "vendor/bin/wp i18n make-php ./languages",
7474
"i18n-po": "vendor/bin/wp i18n update-po ./languages/wp-module-deactivation.pot ./languages",
75-
"i18n-pot": "vendor/bin/wp i18n make-pot . ./languages/wp-module-deactivation.pot --headers='{\"Report-Msgid-Bugs-To\":\"https://github.com/newfold-labs/wp-module-deactivation/issues\",\"POT-Creation-Date\":\"2024-12-12T07:59:34+00:00\"}' --exclude=tests",
75+
"i18n-pot": "vendor/bin/wp i18n make-pot . ./languages/wp-module-deactivation.pot --headers='{\"Report-Msgid-Bugs-To\":\"https://github.com/newfold-labs/wp-module-deactivation/issues\",\"POT-Creation-Date\":\"2024-12-12T07:59:34+00:00\"}' --exclude=tests,wordpress",
7676
"lint": [
7777
"vendor/bin/phpcs --standard=phpcs.xml -s ."
7878
],

0 commit comments

Comments
 (0)