# Changelog

All notable changes to MP3 VPlayer will be documented in this file.

## [1.0.0] - 2025-11-01

### Added
- Initial release of MP3 VPlayer
- Sleek Amazon Music-inspired player design
- Single track playback via direct MP3 URL
- Playlist support from any WordPress taxonomy
- Support for categories, tags, and custom taxonomies
- Meta box for adding MP3 URLs to posts/pages
- Configurable post type support via settings page
- Full player controls (Play/Pause, Next, Previous)
- Volume control with slider
- Progress bar with seek functionality
- Autoplay option for playlists
- Keyboard shortcuts (Space for play/pause, Shift+Arrows for navigation)
- Responsive design for mobile devices
- Track duration display
- Playlist view with track list
- Auto-play next track on completion
- Settings page for post type configuration
- Shortcode documentation in settings
- Upload MP3 button in meta box using WordPress Media Library

### Features
- Works with WooCommerce product categories
- Compatible with all page builders
- No external dependencies
- Clean, semantic HTML5 audio
- Gradient-based modern UI
- Smooth animations and transitions
- Cross-browser compatibility

### Technical
- GPL v2 licensed
- WordPress 5.0+ compatible
- PHP 7.2+ required
- jQuery-based JavaScript
- Vanilla CSS with no dependencies
- Follows WordPress coding standards