Skip to content

upBlock 1.0.1

Choose a tag to compare

@trueqap trueqap released this 17 Feb 07:06
43bb853

🚀 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