Changelog
Track the evolution of ProRank SEO. Access the changelog from ProRank SEO → Support & Account → Changelog tab.
How It Works
The Changelog tab attempts to load changelog data from
changelog.json
if available, otherwise displays a fallback changelog with recent version history.Current Version
The changelog displays your current ProRank SEO version and build information:
- Version Number: Current plugin version (e.g., 2.0.0)
- Build Fingerprint: Unique identifier for this build
Version History Display
Release Types
Each release is categorized and color-coded:
- majorMajor releases with breaking changes or significant features
- minorNew features and enhancements
- patchBug fixes and small improvements
Change Categories
Changes are organized into clear categories:
- ✨ Highlights: Major features or improvements worth noting
- + Added: New features and functionality
- ↑ Improved: Enhancements to existing features
- ✓ Fixed: Bug fixes and issue resolutions
- - Removed: Deprecated or removed features
Data Sources
Primary Source
The changelog tab attempts to fetch changelog.json
from:
window.prorankSupport.pluginUrl + 'changelog.json'
Fallback Data
If the JSON file is unavailable, a fallback changelog is displayed with:
- Version 2.0.0 highlights (major rewrite)
- Recent patch releases
- Key features from recent development
Recent Updates (Version 0.1.0)
Phase 9 - Analytics & Licensing
Added Features:
- Analytics Dashboard with comprehensive SEO metrics
- Google Analytics 4 Integration
- Microsoft Clarity Integration
- Google Search Console Integration with OAuth 2.0
- PageSpeed Insights History tracking
- Content Decay Detection
- Voice Search Analytics (Business+ tier)
- Core Web Vitals Dashboard
- Support & Account Page with license management
Technical Improvements:
- JWT token authentication for licensing
- Enhanced tier-based feature gating
- Optimized database schema
- WordPress Action Scheduler integration
- REST API endpoints for all features
Stay Updated
The Changelog tab provides quick access to:
Implementation Details
Window Properties Used
window.prorankSupport.pluginUrl
- Plugin base URLwindow.prorankSupport.version
- Current versionwindow.prorankSupport.buildFingerprint
- Build identifier
Date Formatting
Uses WordPress's @wordpress/date
format function to display dates in localized format.