Releases: InstaWP/connect-helpers
Releases Β· InstaWP/connect-helpers
1.0.7
1.0.4
- Added: Support for migration without creating Connects
- Replace
$managedand$plan_idparameters with a$configarray for flexibility - Add new methods
get_connect_planandremove_connect_plan_idfor better plan management - Improve code readability and maintainability by consolidating plan-related logic
Full Changelog: 1.0.3...1.0.4
1.0.3
- Updated - Helper Class.
- Updated - Adminer Library to Latest version.
Full Changelog: 1.0.2...1.0.3
1.0.2
1.0.1
π’ 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
Installerclass. - Included
update_enabledparameter in theInventoryclass. - Added PHP version, WordPress version, plugin version, favicon, and site title in the initial connection.
- Added plugins and themes data in API responses within the
π§ Configuration & Internal Updates
- WPConfig.php Rewrite β Refactored
WPConfig.phpby extending theWPConfigTransformerclass. - Excluded Default WordPress Constants β Now excludes:
WP_CACHE_KEY_SALTCOOKIE_DOMAINDOMAIN_CURRENT_SITE
- Auto Cache Purge β Automatically purges the update cache for plugins, themes, and core after updates.
- Changes to
do_curl()Method β Modified thedo_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
ABSPATHCheck β Eliminated theABSPATHcheck fromAutoUpdatePluginFromGitHub.
π Other Fixes & Enhancements
- Various bug fixes and optimizations for improved stability.