Changelog

Changelog

Version history and release notes for XBO Market Kit

Initial Release — Built during Claude Code Hackathon 2026

  • 5 Gutenberg Blocks: Ticker, Top Movers, Order Book, Recent Trades, Slippage Calculator
  • 🔌 Shortcode Support: All widgets available as shortcodes
  • 🌐 REST API: Full REST API endpoints at /wp-json/xbo/v1/*
  • Auto-Refresh: Configurable intervals (15s, 30s, 60s)
  • 💾 Server-Side Caching: Optimized API calls with WordPress transients
  • 📱 Responsive Design: Mobile-first CSS
  • 🎨 Block Editor Integration: Live preview and sidebar settings
  • 🔄 Refresh Timer Block: Visual indicator for live data updates
  • Ticker Widget: Real-time prices with sparkline charts
  • Top Movers Widget: Biggest gainers/losers by 24h %
  • Order Book Widget: Bid/ask depth with spread indicator
  • Recent Trades Widget: Live trade feed with buy/sell colors
  • Slippage Calculator: Order execution price estimation
  • WordPress Coding Standards compliant
  • PHPStan level 6 static analysis
  • PSR-4 autoloading with Composer
  • XBO Exchange API integration (api.xbo.com)
  • 280+ trading pairs supported
ComponentMinimum VersionRecommended VersionTested Up To
WordPress6.06.4+6.9.1
PHP8.18.2+8.3
Composer2.02.6+2.8
MySQL5.78.0+8.4
  • Chrome 90+
  • Firefox 88+
  • Safari 14+
  • Edge 90+
  • Chrome Mobile (Android)
  • Safari Mobile (iOS 14+)
  • Samsung Internet
  • Firefox Mobile
  1. Download/clone from GitHub
  2. Upload to wp-content/plugins/xbo-market-kit/
  3. Run composer install in plugin directory
  4. Activate plugin in WordPress admin
  5. Add widgets to pages via Gutenberg or shortcodes

When new versions are released:

  1. Backup your site
  2. Pull latest changes from GitHub or download new ZIP
  3. Run composer update to update dependencies
  4. Clear all caches (WordPress, CDN, browser)
  5. Test widgets on a staging site first

Note: Breaking changes will be clearly marked in release notes with upgrade instructions.

Planned features for future releases:

  • Historical price charts
  • Portfolio tracking widget
  • Price alerts system
  • Elementor widget integration
  • Multiple exchange support
  • Advanced filtering options
  • Export data to CSV/PDF
  • Admin dashboard widget
  • Full theme compatibility
  • WebSocket live updates
  • Custom widget builder
  • WordPress.org submission