Plugin Directory

Changeset 3087545


Ignore:
Timestamp:
05/16/2024 08:33:08 AM (23 months ago)
Author:
backupmonkey
Message:

Fix connection state issue

Location:
remotemonkey/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • remotemonkey/trunk/readme.txt

    r3087544 r3087545  
    33Requires at least: 6.4
    44Tested up to: 6.5.3
    5 Stable tag: 1.0.4
     5Stable tag: 1.0.5
    66Requires PHP: 7.4
    77Author: BackupMonkey.io
  • remotemonkey/trunk/remotemonkey.php

    r3087544 r3087545  
    44Plugin Name: RemoteMonkey
    55Description: Connecting to the BackupMonkey website management
    6 Version: 1.0.4
     6Version: 1.0.5
    77Author: BackupMonkey.io Team <team@backupmonkey.io>
    88Author URI: https://backupmonkey.io/
     
    1515define( 'REMOTEMONKEY_APIURL', 'https://api.backupmonkey.io/' );
    1616define( 'REMOTEMONKEY_GUIURL', 'https://console.backupmonkey.io' );
    17 define( 'REMOTEMONKEY_VERSION', '1.0.4' );
     17define( 'REMOTEMONKEY_VERSION', '1.0.5' );
    1818
    1919/**
  • remotemonkey/trunk/src/Remotemonkey/Connect/Connector.php

    r3078296 r3087545  
    4343        );
    4444
    45         $response = wp_remote_post( REMOTEMONKEY_APIURL . '/api/sitestatus', $args );
     45        $response = wp_remote_post( REMOTEMONKEY_APIURL . 'api/sitestatus', $args );
    4646
    4747        // Check code
Note: See TracChangeset for help on using the changeset viewer.