Releases: TagSteel/ImageLinker
Releases · TagSteel/ImageLinker
1.1.0
1.0.0
🎉 Initial Release
First stable release of ImageLinker — a lightweight vanilla web app to upload images and generate shareable links.
✨ Added
- Vanilla frontend upload flow (HTML/CSS/JavaScript, no framework)
- Native PHP upload API endpoint (multipart/form-data)
- Server-side MIME type validation (PNG, JPG/JPEG, WEBP, GIF)
- Max upload size protection (10 MB)
- Unique image ID generation for share links
- Public image viewer page
- Clean URL support (/image/) via Apache rewrite rules
- Clipboard copy action for generated links
- Project documentation with setup, API usage, and deployment notes
- MIT license
📋 Requirements
- PHP 7.4+ (recommended PHP 8+)
- Apache with mod_rewrite enabled (for clean URLs)
- Write permission on the uploads directory
🔧 Platform Support
✅ Web servers with PHP support
✅ Apache (clean URL routing enabled)
✅ Nginx-compatible with equivalent rewrite config
⚠️ Security Notice
This project is intended for legitimate image sharing and personal/self-hosted use.
Do not upload illegal or unauthorized content. Always comply with local laws and hosting provider policies.