Skip to content

Releases: InstaWP/iwp-demo-helper

1.1.1

Choose a tag to compare

@randhirinsta randhirinsta released this 23 Jan 13:13
d0199ae

UPDATE - Dependency packages

1.1.0

Choose a tag to compare

@randhirinsta randhirinsta released this 10 Dec 12:51
19c6c53
  • "Go Live" button not clickable on small screens
  • Purge plugin assets cache

1.0.8

Choose a tag to compare

@randhirinsta randhirinsta released this 19 Sep 13:32
7e915ce

Fixed save and display settings

1.0.7

Choose a tag to compare

@randhirinsta randhirinsta released this 19 Aug 12:11
62d19e0

Added:

  • Reset Settings functionality with JavaScript-based form handling
  • Centralized default values system using DRY principle
  • Enhanced success messaging with auto-reload for settings reset
  • Proper nonce verification for reset operations
  • Comprehensive API error handling with specific messages for different HTTP status codes
  • Debug logging capability in Advanced tab for API requests and responses
  • User-visible FYI message for 404 errors with 3-second display duration
  • API key security enhancements - only last 4 characters visible, no show functionality
  • Request/response logging with WP_DEBUG integration and sensitive data masking
  • Export/Import settings functionality with JSON format and WP-CLI commands
  • Extend Site Expiry settings to allow extending site expiration.

Fixed:

  • Reset button form nesting issues preventing proper form submission
  • 404 errors now show user-friendly message "Site may not exist or a migrate request already exists"
  • API error messages now include error codes for better troubleshooting

Enhanced:

  • Error handling for 401 (invalid API key), 403 (access denied), 429 (rate limited), and 500+ (server errors)
  • JavaScript error display with detailed error codes and network error handling
  • CSS styling for warning and error messages with proper visual distinction

Updated:

  • Default values - 'Go Live' branding instead of 'Migration' terminology
  • Settings initialization to use centralized defaults on first run

1.0.6

Choose a tag to compare

@randhirinsta randhirinsta released this 16 Jun 12:23
8dd27d9

Added: Setting to hide the CTA button
Added: Setting to append the src_demo_url parameter to links in the Main Content

1.0.5

Choose a tag to compare

@iamsayan iamsayan released this 07 May 13:53
  • FIX - Updated composer dependencies.

1.0.4

Choose a tag to compare

@jaedm97 jaedm97 released this 29 Oct 14:22
  • NEW - The system now automatically checks for updates.

1.0.3

Choose a tag to compare

@jaedm97 jaedm97 released this 12 Sep 05:19
  • FIX - Fixed api domain support from constant.
  • FIX - Disabled migrate button while it's working in the background.