Releases: George-SAP/opencart-html-cleaner
Releases · George-SAP/opencart-html-cleaner
v1.0.0 - Initial Release 🎉
🎉 First Stable Release
✨ Features
- 🎯 Remove HTML tags from OpenCart/ocStore description fields
- 🔍 Two-step process: scan first, clean after verification
- 📊 Detailed statistics and reporting
- 👁️ Preview changes before applying
- ✅ Selective table cleaning
- 🚀 Batch processing for large databases (50000+ records tested)
- 🎨 Modern, responsive web interface
- 🌐 Full Ukrainian localization
🎯 Tag Syntax Support
- Simple tags:
span,strong,font - Multiple tags:
span, strong, em - Exact attribute match:
span[style="color: red"] - Partial match (wildcard):
span[style*="color"] - Complex combinations
📋 Requirements
- PHP 7.0 or higher
- MySQL 5.6+ / MariaDB 10.0+
- PDO extension
- OpenCart 2.x, 3.x or 4.x
📥 Installation
- Download
html_tag_cleaner.php - Place in OpenCart root directory (where config.php is)
- Create database backup!
- Open in browser:
https://your-site.com/html_tag_cleaner.php - Follow on-screen instructions
- Delete file after use!
📖 Documentation
⚠️ Important
- Always backup database before use
- Test on development copy first
- Delete script file after completion
🙏 Acknowledgments
Made with ❤️ for OpenCart/ocStore community
Full Changelog: https://github.com/George-SAP/opencart-html-cleaner/commits/v1.0.0