Skip to content

Refactor: Rename plugin slug from swift-csv to fe-csv-import-export - #57

Merged
firstelementjp merged 23 commits into
mainfrom
develop
May 14, 2026
Merged

Refactor: Rename plugin slug from swift-csv to fe-csv-import-export#57
firstelementjp merged 23 commits into
mainfrom
develop

Conversation

@dxd5001

@dxd5001 dxd5001 commented May 14, 2026

Copy link
Copy Markdown
Collaborator

This PR renames the plugin slug from swift-csv to fe-csv-import-export.

Changes

  • 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

dxd5001 added 23 commits May 13, 2026 20:58
- 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
- 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
@firstelementjp
firstelementjp merged commit 2c34b3c into main May 14, 2026
2 checks passed
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.

2 participants