From ff3aae1311118b31e6fd5afb885331ab5cddfdb4 Mon Sep 17 00:00:00 2001 From: Carl Handy Date: Mon, 30 Sep 2024 00:55:47 -0400 Subject: [PATCH] Update README.md Signed-off-by: Carl Handy --- README.md | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/README.md b/README.md index 39d4f0c..25ea1dd 100644 --- a/README.md +++ b/README.md @@ -46,17 +46,6 @@ MMG Checkout Payment is a WordPress plugin that integrates with WooCommerce to p 1. Activate plugin in the WordPress admin panel. -## Code Structure - -- `includes/`: Contains the core plugin files. -- `tests/`: Contains unit tests for the plugin. -- `vendor/`: Contains third-party libraries and dependencies. -- `js/`: Contains the JavaScript files for the plugin. -- `assets/`: Contains the images and other assets for the plugin. -- `main.php`: The main plugin file. -- `uninstall.php`: The uninstallation script for the plugin. -- `readme.txt`: The readme file for the plugin used by WordPress. - ## Coding Standards - Follow WordPress Coding Standards (https://developer.wordpress.org/coding-standards/wordpress-coding-standards/) @@ -88,10 +77,6 @@ MMG Checkout Payment is a WordPress plugin that integrates with WooCommerce to p - Update the README.md file with any new features or changes to installation/configuration steps - Document any new functions or classes using PHPDoc standards -## Roadmap and Future Development - -- Implement processing of refunds - ## Getting Help For questions or support, please open an issue on the GitHub repository or contact the maintainers directly.