Update 1.0.8

This update introduces Pusher integration, replacing the previous Ajax polling method for managing messaging notifications. You can now choose between Ajax or Pusher for this functionality. To implement Pusher for message notifications, consult the "Pusher Setup" section.

Regarding the Auction feature, proper functioning requires configuring CRON jobs on your hosting provider. Detailed instructions are available in the "CRON Setup" section. For a complete list of new features, please refer to the Changelog.

Upgrade to v1.0.8—update process:

  • Step 1: Click on the update button in the Admin Panel.

  • Step 2: Afterward, type the following into your browser: your-domain-name/admin/update/now.

  • Step 3: Add new keys manually in the .env file. Navigate to the .env file located in the root directory of your domain where the script is installed. Enter the new line at the bottom of the file and then save.

    GENERAL_SETTINGS_OPENAI_API_KEY=
    GENERAL_SETTINGS_FREE_TIER_AI_LISTING_GENERATOR=deny
    GENERAL_SETTINGS_IS_DEMO=disabled 
    GENERAL_SETTINGS_AUTOMATED_WEEKLY_LISTINGS=disabled 
    GENERAL_SETTINGS_NEW_LISTING_EMAIL_NOTIFICATION=disabled 
    GENERAL_SETTINGS_NEW_LISTING_INAPP_NOTIFICATION=disabled
    GENERAL_SETTINGS_NOTIFICATION_METHOD=ajax
    MIX_PUSHER_APP_KEY=
    MIX_PUSHER_APP_CLUSTER=
    
    // Search and change BROADCAST_DRIVER 
    BROADCAST_DRIVER=pusher

  • Step 4: IMPORTANT: Clear your browser cache or hard refresh your browser afterwards by pressing Ctrl+F5

  • Step 5: IMPORTANT: Update might clear your cache. Make sure to go to Socialswap Settings and Finance Settings pages and click the Save button to cache your settings. Also, ensure you re-enable any payment gateways you were using before saving.

  • Step 6: Done.

Last updated