Skip to content

Releases: jamalisaeed/csv-processor

CSV Processor 1.0.0

01 May 07:53

Choose a tag to compare

CSV Processor 1.0.0

A powerful WordPress plugin for processing CSV files with advanced features.

Features

  • AJAX-based file processing
  • Real-time progress tracking
  • Batch processing support
  • Configurable batch size
  • Error handling and reporting
  • Pause/Resume functionality
  • PSR-4 autoloading
  • Row-by-row processing with index support
  • Custom action hooks for data processing

Requirements

  • WordPress 5.0 or higher
  • PHP 7.0 or higher

Installation

  1. Upload the plugin files to /wp-content/plugins/csv-processor
  2. Activate the plugin through the WordPress plugins screen
  3. Use the Settings->CSV Processor screen to configure the plugin

Changelog

1.0.0

  • Initial release
  • Added AJAX-based file processing
  • Added progress bar functionality
  • Added batch processing
  • Added pause/resume capability
  • Added error handling and reporting
  • Implemented PSR-4 autoloading