| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-03-27 | 4.1 kB | |
| v2.0.0 source code.tar.gz | 2026-03-27 | 3.8 MB | |
| v2.0.0 source code.zip | 2026-03-27 | 5.1 MB | |
| Totals: 3 Items | 8.9 MB | 0 | |
π v2.0.0 β Major Release
v2.0.0 is a milestone release that introduces a fully integrated AI-powered PIM experience, major framework upgrades, and significant performance, reliability, and security improvements.
β¨ Highlights
- π€ AI Agent for Product Management β Manage your catalog using natural language with 30+ built-in actions (create, update, search, enrich, export, and more).
- π AI-Powered Translation at Scale β Automatically translated ~18,000 missing keys across 32 locales using AI.
- β‘ Performance Boost Across Import/Export Pipelines β Faster processing, better batching, and improved scalability for large catalogs.
- π Stronger Security & API Protection β Full ACL enforcement across all API routes and AI tools.
- π§± Framework Upgrade to Laravel 12 + PHP 8.3 β Modernized architecture with improved maintainability and performance.
π€ AI & Automation
- Introduced AI Agent Chat for conversational catalog management
- Added multi-provider AI support (OpenAI, Gemini, Anthropic, etc.)
- Enabled auto-translation for product content across all locales
- Implemented approval workflows (auto / review / suggest modes)
- Added:
- π§ Agent memory system
- π Catalog quality monitoring
- π Auto-enrichment for product data
- π Analytics dashboard for AI usage
- π§Ύ Token usage tracking & limits
π Localization & Translation
- New CLI command:
php artisan unopim:translations:check --translate - AI-powered bulk translation with batching and smart skip logic
- Re-translation support for untranslated or fallback keys
- Improved German translations accuracy
βοΈ Platform Improvements
- Elasticsearch auto-reindexing after seeding
- Configurable product enhancements with super attributes
- Added DataTransfer model factories for testing
- Improved:
- Import job failure handling
- JSON compatibility across databases
- Media field null safety
- Boolean handling for PostgreSQL
π¦ Import / Export Enhancements
- π Faster pipelines with batching and deferred indexing
- π§© Real-time Import/Export Tracker UI
- β―οΈ Pause, resume, and cancel job support
- π Drag-and-drop file uploads (CSV, XLSX, XLS)
- π Accurate job progress tracking and logging
π¨ UI & Feature Enhancements
- Swatch support (color, image, text) for attributes
- Enhanced admin dashboard with:
- Product trends
- Channel readiness
- Activity insights
- Improved Elasticsearch filtering and search relevance
π Bug Fixes
- Fixed API authentication issues caused by incorrect provider resolution
- Resolved channel creation failures with missing translations
- Fixed Elasticsearch indexing inconsistencies
- Corrected DataGrid table prefix duplication
- Addressed multiple AI Agent issues:
- Locale corruption
- Session locking
- Token misconfiguration
- Image upload persistence
π Security
- Enforced ACL permissions on all API routes
- Secured all AI Agent tools with permission checks
- Added rate limiting on AI endpoints
- Improved input validation to prevent injection issues
β οΈ Breaking Changes
- Requires PHP 8.3+
- Upgraded to Laravel 12
- Removed
Kernel.phpand legacy middleware structure - Replaced:
- MagicAI provider classes β unified adapter
- ImageManager β ImageCache system
- Added new database tables for AI infrastructure
- Expanded API permission scopes (may require integration updates)
π¦ Dependency Updates
| Package | Version |
|---|---|
| Laravel | ^12.0 |
| PHP | 8.3+ |
| Pest | ^3.0 |
| PHPUnit | ^11.0 |
laravel/ai |
new |
laravel/boost |
new |
prism-php/prism |
new |