Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rename plugin text domain according to wp standard #77

Merged
merged 2 commits into from
Oct 12, 2024

Conversation

carlHandy
Copy link
Contributor

No description provided.

Copy link

PHPUnit Test Summary

PHPUnit 9.6.20 by Sebastian Bergmann and contributors.

Runtime:       PHP 7.4.33
Configuration: /home/runner/work/mmg-wp-plugin/mmg-wp-plugin/phpunit.xml

�[4mMMGCheckout Payment (MMG_Checkout_Payment\MMGCheckoutPayment)�[0m
 �[32m✔�[0m Generate checkout url �[32m 5 �[2mms�[0m

Time: 00:00.006, Memory: 6.00 MB

PHPUnit Test Results

Click to expand full report
PHPUnit 9.6.20 by Sebastian Bergmann and contributors.

Runtime:       PHP 7.4.33
Configuration: /home/runner/work/mmg-wp-plugin/mmg-wp-plugin/phpunit.xml

�[4mMMGCheckout Payment (MMG_Checkout_Payment\MMGCheckoutPayment)�[0m
 �[32m✔�[0m Generate checkout url �[32m 5 �[2mms�[0m

Time: 00:00.006, Memory: 6.00 MB

�[30;42mOK (1 test, 5 assertions)�[0m

Copy link

PHPUnit Test Summary

PHPUnit 9.6.20 by Sebastian Bergmann and contributors.

Runtime:       PHP 7.4.33
Configuration: /home/runner/work/mmg-wp-plugin/mmg-wp-plugin/phpunit.xml

�[4mMMGCheckout Payment (Kalpa_MMG_Checkout_Main\MMGCheckoutPayment)�[0m
 �[32m✔�[0m Generate checkout url �[32m 5 �[2mms�[0m

Time: 00:00.006, Memory: 6.00 MB

PHPUnit Test Results

Click to expand full report
PHPUnit 9.6.20 by Sebastian Bergmann and contributors.

Runtime:       PHP 7.4.33
Configuration: /home/runner/work/mmg-wp-plugin/mmg-wp-plugin/phpunit.xml

�[4mMMGCheckout Payment (Kalpa_MMG_Checkout_Main\MMGCheckoutPayment)�[0m
 �[32m✔�[0m Generate checkout url �[32m 5 �[2mms�[0m

Time: 00:00.006, Memory: 6.00 MB

�[30;42mOK (1 test, 5 assertions)�[0m

Copy link

PHP CodeSniffer Summary

.W....... 9 / 9 (100%)



FILE: ...ork/mmg-wp-plugin/mmg-wp-plugin/includes/class-kalpa-mmg-checkout-main.php
--------------------------------------------------------------------------------
FOUND 0 ERRORS AND 6 WARNINGS AFFECTING 4 LINES
--------------------------------------------------------------------------------
 257 | WARNING | base64_encode() can be used to obfuscate code which is
     |         | strongly discouraged. Please verify that the function is used

PHP CodeSniffer Results

Click to expand full report
.W....... 9 / 9 (100%)



FILE: ...ork/mmg-wp-plugin/mmg-wp-plugin/includes/class-kalpa-mmg-checkout-main.php
--------------------------------------------------------------------------------
FOUND 0 ERRORS AND 6 WARNINGS AFFECTING 4 LINES
--------------------------------------------------------------------------------
 257 | WARNING | base64_encode() can be used to obfuscate code which is
     |         | strongly discouraged. Please verify that the function is used
     |         | for benign reasons.
 355 | WARNING | base64_decode() can be used to obfuscate code which is
     |         | strongly discouraged. Please verify that the function is used
     |         | for benign reasons.
 389 | WARNING | Processing form data without nonce verification.
 389 | WARNING | Processing form data without nonce verification.
 429 | WARNING | Processing form data without nonce verification.
 429 | WARNING | Processing form data without nonce verification.
--------------------------------------------------------------------------------

Time: 1.29 secs; Memory: 20MB


@carlHandy carlHandy self-assigned this Oct 12, 2024
@carlHandy carlHandy merged commit 5eeae09 into main Oct 12, 2024
8 checks passed
@carlHandy carlHandy deleted the wps/change-text-domain branch October 12, 2024 02:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant