Changeset 3087545
- Timestamp:
- 05/16/2024 08:33:08 AM (23 months ago)
- Location:
- remotemonkey/trunk
- Files:
-
- 3 edited
-
readme.txt (modified) (1 diff)
-
remotemonkey.php (modified) (2 diffs)
-
src/Remotemonkey/Connect/Connector.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
remotemonkey/trunk/readme.txt
r3087544 r3087545 3 3 Requires at least: 6.4 4 4 Tested up to: 6.5.3 5 Stable tag: 1.0. 45 Stable tag: 1.0.5 6 6 Requires PHP: 7.4 7 7 Author: BackupMonkey.io -
remotemonkey/trunk/remotemonkey.php
r3087544 r3087545 4 4 Plugin Name: RemoteMonkey 5 5 Description: Connecting to the BackupMonkey website management 6 Version: 1.0. 46 Version: 1.0.5 7 7 Author: BackupMonkey.io Team <team@backupmonkey.io> 8 8 Author URI: https://backupmonkey.io/ … … 15 15 define( 'REMOTEMONKEY_APIURL', 'https://api.backupmonkey.io/' ); 16 16 define( 'REMOTEMONKEY_GUIURL', 'https://console.backupmonkey.io' ); 17 define( 'REMOTEMONKEY_VERSION', '1.0. 4' );17 define( 'REMOTEMONKEY_VERSION', '1.0.5' ); 18 18 19 19 /** -
remotemonkey/trunk/src/Remotemonkey/Connect/Connector.php
r3078296 r3087545 43 43 ); 44 44 45 $response = wp_remote_post( REMOTEMONKEY_APIURL . ' /api/sitestatus', $args );45 $response = wp_remote_post( REMOTEMONKEY_APIURL . 'api/sitestatus', $args ); 46 46 47 47 // Check code
Note: See TracChangeset
for help on using the changeset viewer.