Skip to content

1.0.1

Latest
Compare
Choose a tag to compare
@iamsayan iamsayan released this 23 Jan 10:08
· 3 commits to main since this release

πŸ“’ Release v1.0.1

πŸš€ What's New

  • Edge Cache Purge Support – Added functionality to purge edge cache.
  • InstaWP Copyright – Included copyright notices for InstaWP.
  • Code Profiler Scan – Integrated a new code profiler scan feature.
  • Support for Handling Connect Plans – Improved handling of connect plans.

πŸ›  Fixes & Improvements

  • PHP Checks & Variables – Fixed missing PHP checks and incorrect variables.
  • File Size Calculation – Resolved errors related to file size calculations.
  • WP Rocket Cache Purge – Fixed cache purge issues with WP Rocket.
  • Database Manager Version Update – Updated the database manager file version.
  • JWT Support – Added support for JSON Web Tokens (JWT).
  • Custom API Server URL – Introduced support for a custom API server URL.
  • Enhanced API Responses –
    • Added plugins and themes data in API responses within the Installer class.
    • Included update_enabled parameter in the Inventory class.
    • Added PHP version, WordPress version, plugin version, favicon, and site title in the initial connection.

πŸ”§ Configuration & Internal Updates

  • WPConfig.php Rewrite – Refactored WPConfig.php by extending the WPConfigTransformer class.
  • Excluded Default WordPress Constants – Now excludes:
    • WP_CACHE_KEY_SALT
    • COOKIE_DOMAIN
    • DOMAIN_CURRENT_SITE
  • Auto Cache Purge – Automatically purges the update cache for plugins, themes, and core after updates.
  • Changes to do_curl() Method – Modified the do_curl() method for improved performance.
  • Administrator User Fetching –
    • Now retrieves the currently logged-in administrator username first.
    • Falls back to the first registered admin user if no logged-in admin is found.

πŸ”„ Plugin Update Enhancements

  • GitHub Auto-Update Support (Feature/86cwqhxw9) – Added an automatic plugin update feature for GitHub-hosted plugins.
  • Auto-Check on Plugins Page – Implemented an automatic update check when viewing the plugins page.
  • Version Details Fix – Fixed incorrect version details displaying after plugin updates.
  • Plugin Update Validation –
    • Added plugin slug in the update check key.
    • Validates plugin base name before performing update checks.
  • Removed ABSPATH Check – Eliminated the ABSPATH check from AutoUpdatePluginFromGitHub.

πŸ” Other Fixes & Enhancements

  • Various bug fixes and optimizations for improved stability.