changelog - OperoGuide - Plattform
Changelog – OperoGuide

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_limiting method 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/export for 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-key and POST /user/api-key/renew API
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.php for miscellaneous endpoints (374 lines)
  • New class-api-org.php for 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/stream API
  • 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