Skip to content

Releases: InstaWP/connect-helpers

1.0.7

08 Dec 13:10
2c08121

Choose a tag to compare

  • Added: User agent helper function
  • Added: Error log
  • Added: Generate API Key without connect option
  • Fixed: bunny CDN cache purging mechanism

1.0.4

20 Jun 08:27

Choose a tag to compare

  • Added: Support for migration without creating Connects
  • Replace $managed and $plan_id parameters with a $config array for flexibility
  • Add new methods get_connect_plan and remove_connect_plan_id for better plan management
  • Improve code readability and maintainability by consolidating plan-related logic

Full Changelog: 1.0.3...1.0.4

1.0.3

07 May 13:39

Choose a tag to compare

  • Updated - Helper Class.
  • Updated - Adminer Library to Latest version.

Full Changelog: 1.0.2...1.0.3

1.0.2

12 Mar 05:07

Choose a tag to compare

  • Removed file manager for security reason.

1.0.1

23 Jan 10:08

Choose a tag to compare

πŸ“’ 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.

1.0.0

02 May 13:07
34e9bde

Choose a tag to compare

Initial Release.