ChangelogRelease History

Changelog

Stay updated with the latest releases, new features, and improvements in Reka Digital.

Recent Releases

Stay informed about the newest updates to Reka Digital. We release improvements regularly to enhance your ad campaign management, creative tools, and analytics.

2024-10-15v2.1.0
featureimprovement

New Features

  • Enhanced AI-powered ad creative tools with new templates optimized for Malaysian audiences
  • Auto-optimization for ad copy in Bahasa Melayu and English
  • Integration with popular local ad platforms like Facebook Ads Manager

Improvements

  • Faster campaign preview rendering by >30%
  • Better mobile responsiveness in the dashboard

Bug Fixes

  • Fixed analytics export issues for large datasets
2024-09-20v2.0.0
featurebreaking

New Features

  • New integrations with local Malaysian payment gateways (e.g., iPay88, MOLPay)
  • Automated billing for campaign budgets directly from your dashboard

Breaking Changes

  • Updated API endpoints for payments; migrate using the new {paymentV2} namespace
// Old endpoint (deprecated)
const response = await fetch('https://api.rekadigital.com/v1/payments/create');

// New endpoint
const response = await fetch('https://api.rekadigital.com/v2/payments/create', {
  headers: { 'Authorization': `Bearer ${YOUR_API_KEY}` }
});

Bug Fixes

  • Resolved payment status sync delays
2024-08-10v1.9.0
bugfiximprovement

Improvements

  • Enhanced campaign analytics with real-time performance metrics
  • Added filters for prospecting vs. sales campaigns

Bug Fixes

  • Fixed dashboard crashes when viewing high-volume ad data
  • Corrected ROI calculation errors for multi-currency campaigns

Version Summary

VersionRelease DateKey ChangesTags
v2.1.02024-10-15AI creative enhancementsfeature, improvement
v2.0.02024-09-20Payment integrationsfeature, breaking
v1.9.02024-08-10Analytics fixesbugfix, improvement

Upcoming Features

Subscribe to our newsletter or follow us on social media to get notified about new releases. Check the API documentation for migration guides.