AI Assistant for JD Edwards EnterpriseOne
changelog
Changelog
New features, improvements, and fixes in OperoGuide
v2.8.2
January 27, 2026
Latest
Hotfix
Bug Fixes
- Fixed manual import trigger button not working when background import is running Admin
- Added lock bypass option for manual trigger to force-start imports
- Improved import status feedback in admin UI
v2.8.1
January 26, 2026
Hotfix
Bug Fixes
- Fixed WP-Cron job not being scheduled on plugin activation
- Resolved memory leak during large batch imports
- Fixed progress percentage calculation for partial imports
Improvements
- Better error logging with detailed failure reasons
- Import queue now skips already-imported tables
v2.8.0
January 25, 2026
Major Release
WP-Cron based background import system for ERPRef table data. Import 5,500+ JDE tables without timeout issues.
New Features
- WP-Cron background import for ERPRef table scraping Admin
- Automatic batch processing (50 tables per cron run)
- Import progress tracking with real-time status display
- Manual trigger button with AJAX feedback
- Import lock mechanism to prevent duplicate runs
- Automatic retry for failed table imports
- Import statistics dashboard (success/error counts)
Improvements
- No more PHP timeout issues during large imports
- Reduced server load through distributed processing
- Import can be paused and resumed
v2.7.0
January 24, 2026
Import queue system with intelligent batching and error handling for ERPRef data synchronization.
New Features
- Import queue database table for tracking pending imports
- Configurable batch size for import operations
- Error categorization (network, parsing, missing data)
- Import history with timestamps and status
Improvements
- Smarter error handling with automatic skip for unavailable tables
- Progress persistence across page reloads
v2.6.0
January 23, 2026
ERPRef web scraper for automatic JDE table documentation import from erpref.com.
New Features
- ERPRef scraper for JD Edwards table definitions
- Automatic extraction of table name, description, and columns
- Column metadata parsing (name, alias, type, size)
- Index information extraction
- Module assignment based on table prefix
v2.5.0
January 22, 2026
Major Release
JDE Knowledge Base – comprehensive database of JD Edwards tables, columns, and technical documentation for enhanced AI responses.
New Features
- JDE Knowledge Base admin interface Admin
- Database schema for JDE tables with full metadata
- Column-level documentation storage
- Index and key relationship tracking
- Search functionality across 5,500+ JDE tables
- Table detail view with column browser
- Integration with AI chat for technical queries
Improvements
- AI responses now include accurate JDE table references
- Better context for technical JDE questions
- Reduced hallucination on JDE-specific queries
v2.4.1
January 20, 2026
Hotfix
Bug Fixes
- Fixed PHP 8.2+ compatibility issue with dynamic properties
- Fixed
setup_rate_limitingmethod not found error blocking REST API - Resolved Elementor editor 500 errors caused by plugin conflict
v2.4.0
January 17, 2026
Multi-language documentation using Docsify with automatic language detection and seamless switching.
New Features
- Multi-language documentation (German & English)
- Automatic language detection from browser settings
- Language switcher with URL persistence
- Full-text search per language
- API reference documentation
- Browser extension installation guide
v2.3.0
January 12, 2026
Document backup and migration with Export/Import functionality.
New Features
- Export documents as ZIP archive (with or without files) Admin
- Export per user or per organization
- Import documents with duplicate detection (hash comparison)
- Option to reprocess documents after import
- Preserve original upload dates on import
- Automatic cleanup of old exports
- New endpoint
POST /documents/exportfor self-service export API
v2.2.0
January 6, 2026
Major Release
Comprehensive notification system with API key lifecycle management and automated expiration warnings.
New Features
- API key expiration dates with configurable validity (30/90/180/365/730 days)
- Automated expiration warnings via email (14 days, then weekly, then daily)
- Admin notification dashboard Admin
- Support ticket notifications
- Usage limit warnings at 80% threshold
- System error notifications
- Daily cron job for expiration checks
- New endpoints
GET /user/api-keyandPOST /user/api-key/renewAPI
Improvements
- Color-coded urgency badges for expiring keys
- Notification history with filtering
- Test email functionality in admin
v2.1.0
December 28, 2025
Comprehensive analytics dashboard with usage metrics, trends, and conversion tracking.
New Features
- Analytics dashboard with 8 key metrics Admin
- Query trends chart (30-day line graph with Chart.js)
- Hourly activity distribution
- Top 10 most popular questions
- Trending topics with keyword extraction
- Conversion funnel tracking (Registered → First Query → Engaged → Power User)
- Top users leaderboard
- CSV export for queries (7/30/90 days)
v2.0.0
December 18, 2025
Major Release
Complete REST API architecture refactoring for better maintainability and scalability. Main plugin file reduced by 49%.
Improvements
- Centralized REST API router (
class-rest-router.php) API - New
class-api-misc.phpfor miscellaneous endpoints (374 lines) - New
class-api-org.phpfor organization endpoints (254 lines) - Main plugin file reduced from 2351 to 1194 lines (49% reduction)
- Better code organization and separation of concerns
- All existing endpoints unchanged (backward compatible)
v1.9.0
December 10, 2025
Intelligent caching system reducing database queries by 50-80%.
New Features
- WordPress Transients-based caching layer
- User data caching (5 minutes TTL)
- Document list caching (2 minutes TTL)
- Organization data caching (10 minutes TTL)
- Automatic cache invalidation on data changes
- Cache statistics in Health Monitor
Improvements
- 50-80% fewer database queries
- Faster API response times
- Reduced server load
v1.8.0
December 5, 2025
Conversation history with session-based memory for contextual follow-up questions.
New Features
- Session-based conversation memory (last 10 messages)
- Contextual follow-up questions supported
- Reset conversation button (🔄) in chat interface Extension
- Conversation context passed to AI for better responses
Improvements
- More natural conversation flow
- Better handling of pronouns and references
v1.7.0
November 28, 2025
Real-time streaming responses using Server-Sent Events (SSE) for faster perceived response times.
New Features
- Server-Sent Events (SSE) streaming for chat responses
- New endpoint
POST /chat/streamAPI - Real-time token-by-token display
- Typing indicator while streaming
Improvements
- First response token in 1-3 seconds (vs 5-10 seconds before)
- Better user experience with progressive rendering
- Automatic fallback to standard response if streaming fails
v1.6.1
November 20, 2025
Security
- Fixed 17 SQL injection vulnerabilities across all database queries Critical
- All queries now use
$wpdb->prepare()with parameterized statements - Improved input sanitization throughout the plugin
- Security audit of all user-facing endpoints
v1.6.0
November 15, 2025
Major Release
Major pricing overhaul with dramatically increased query limits, new Enterprise features including audit logs and API access, and improved billing management.
New Features
- Dramatically increased query limits across all plans (up to 2.5M queries/month on Enterprise)
- Audit logging for Enterprise plans API
- New Billing Admin interface in the portal
- API access now available starting from Business plan
- Custom branding options for Corporate and Enterprise plans
- Priority support with dedicated account manager (Enterprise)
Improvements
- Redesigned pricing page with clearer plan comparison
- Improved feature checking and limit enforcement
- Database migration system for smoother updates
- Better error messages for plan limit violations
v1.5.2
November 10, 2025
Security
- Updated authentication token handling for improved security
- Added rate limiting for login attempts
Bug Fixes
- Fixed session timeout not redirecting properly
- Resolved issue with PDF uploads larger than 25MB
- Fixed duplicate query counting in usage statistics
v1.5.1
November 5, 2025
Improvements
- Browser extension now supports Microsoft Edge Extension
- Improved JDE context detection accuracy by 15%
- Faster document processing (avg. 40% improvement)
Bug Fixes
- Fixed extension popup not opening on some JDE screens
- Resolved Arabic RTL text rendering issues
- Fixed collection sharing permissions not saving
v1.5.0
November 1, 2025
Major Release
Introducing the OperoGuide Browser Extension, Multi-Collection support, and major performance improvements.
New Features
- Browser Extension for Chrome and Firefox Extension
- JDE Context Detection – automatically detects Program ID, Form, and Screen
- Error code extraction with CAUSE and RESOLUTION highlighting
- Multi-Collection RAG – search across multiple collections simultaneously
- Support ticket creation directly from the extension
- Keyboard shortcuts (
Ctrl+Shift+Oto open)
Improvements
- Response time reduced to under 2 seconds average
- Improved answer accuracy with new RAG pipeline
- Redesigned portal dashboard with usage analytics
v1.4.0
October 15, 2025
New Features
- 19 language support including Arabic (RTL), Chinese, Japanese, and Korean
- Team management with role-based access control
- Document versioning and history
- Export chat history as PDF
v1.3.0
September 1, 2025
New Features
- REST API v1.0 release API
- Webhook notifications for Enterprise plans
- SSO integration (SAML 2.0, OAuth 2.0)
- Usage analytics dashboard
v1.2.0
July 15, 2025
New Features
- Document collections for organizing content
- Source citations with page numbers in responses
- Feedback system for improving AI responses
v1.1.0
May 20, 2025
New Features
- Multi-language support (English, German, French, Spanish)
- Chat history with search
- DOCX and TXT file format support
- Dark mode
v1.0.0
April 1, 2025
Initial Release
OperoGuide officially launches! AI-powered documentation assistant for JD Edwards EnterpriseOne.
Features
- AI-powered natural language queries
- PDF document upload and processing
- Real-time chat interface
- User management and authentication
- Secure data storage (GDPR compliant, hosted in Germany)
No results found
Try adjusting your search or filter criteria