Refactor: Rename plugin slug from swift-csv to fe-csv-import-export - #57
Merged
Conversation
- Remove load_plugin_textdomain() as WordPress 4.6+ handles text domain loading automatically - Refactor uninstall.php to use WordPress API instead of direct database calls - Add README.md to .gitattributes export-ignore for release ZIP - Update readme.txt with v0.9.9.3 changelog - Update plugin version to 0.9.9.3
…pliance - Rename bg-feas-header5@2x-min.jpg to bg-feas-header.jpg - Rename logo-feas-white-shadow-s@2x-min.png to logo-feas-white-shadow.png - Update image references in CSS and PHP files
- Move class-swift-csv-updater.php to _deprecated directory - Update README.md for developer-focused documentation
…focused documentation
…focused documentation
…s.org submission ZIP
- Rename main plugin file from swift-csv.php to fe-csv-import-export.php - Rename plugin directory from swift-csv to fe-csv-import-export - Update Text Domain to fe-csv-import-export - Update Package to FE_CSV_Import_Export - Update class prefix to FE_CSV_Import_Export_ - Update constant prefix to FE_CSV_IMPORT_EXPORT_ - Update function prefix to fe_csv_import_export_ - Rename all class files in includes/ directory - Update all references in PHP files - Update all references in assets files (CSS, JS) - Update README.md references - Update readme.txt references - Update composer.json references - Update .gitattributes references - Update GitHub repository URLs in all files - Rename GitHub repository to fe-csv-import-export
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR renames the plugin slug from swift-csv to fe-csv-import-export.
Changes