Releases: uptools-io/upblock
Releases · uptools-io/upblock
Release list
upBlock 1.0.1
🚀 Enhancements
- Improved Request Blocking: Blocked requests now return empty responses with 200 OK status instead of error messages
- Better compatibility with third-party plugins and themes
- Smoother admin dashboard operation
- Reduced error messages in browser console
🛠️ Technical Details
- Modified request blocking mechanism in
class-blocker.php - Empty response structure:
[ 'headers' => [], 'body' => '', 'response' => [ 'code' => 200, 'message' => 'OK' ], 'cookies' => [], 'filename' => null ]
🔧 Development
- Added build system for asset optimization
- Introduced sync workflow for production deployment
- Minified files now included in version control
🔍 Testing
- Tested with WordPress 6.4
- Verified compatibility with major caching plugins
- Confirmed smooth operation with popular themes and page builders
upBlock 1.0.0
Initial Release v1.0.0 🚀
This is the initial release of upBlock, a WordPress plugin designed to monitor, log and block unwanted HTTP API calls in WordPress admin to improve performance.
🎯 Core Features
- 📊 Monitor all HTTP requests made from WordPress admin
- 🚫 Block unwanted domains and URL patterns
- 📝 Detailed request logging with response times
- 🔍 View top domains making requests
- ⚡ Improve admin performance by blocking unnecessary requests
- 🛡️ Enhanced security through request monitoring
- 🧹 Automatic log cleanup for optimal database performance
💻 Technical Requirements
- WordPress 5.0 or higher
- PHP 8.0 or higher
- MySQL 5.6 or higher
📦 What's Included
- Core monitoring functionality
- Domain blocking system
- Logging system implementation
- Admin interface
- Basic analytics dashboard