woocommerce / woocommerce-gateway-stripe

The official Stripe Payment Gateway for WooCommerce
https://wordpress.org/plugins/woocommerce-gateway-stripe/
232 stars 204 forks source link

Underscores used in filenames #2603

Open prettyboymp opened 1 year ago

prettyboymp commented 1 year ago

Describe the bug The WordPress coding standards require words in filenames to be separated with hyphens, rather than underscores. (https://make.wordpress.org/docs/style-guide/formatting/filenames/). However, the .php files generated via webpack are using underscores.

Examples

Within the build directory: old_settings_upe_toggle.asset.php payment_gateways.asset.php payment_requests_settings.asset.php upe_blocks.asset.php upe_classic.asset.php upe_settings.asset.php

Expected behavior These php files would be generated following the proper WordPress naming standards.

github-actions[bot] commented 5 days ago

Hi, This issue has gone 150 days (5 months) without any activity. This means it is time for a check-in to make sure it is still relevant. If you are still experiencing this issue with the latest version, you can help the project by responding to confirm the problem and by providing any updated reproduction steps. Thanks for helping out.