Changeset 3175469
- Timestamp:
- 10/25/2024 06:26:42 AM (17 months ago)
- Location:
- remotemonkey/trunk
- Files:
-
- 3 edited
-
readme.txt (modified) (1 diff)
-
remotemonkey.php (modified) (2 diffs)
-
src/Remotemonkey/Api/Base.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
remotemonkey/trunk/readme.txt
r3174278 r3175469 4 4 Requires at least: 6.4 5 5 Tested up to: 6.6 6 Stable tag: 1.1. 46 Stable tag: 1.1.5 7 7 Requires PHP: 7.4 8 8 Author: BackupMonkey.io -
remotemonkey/trunk/remotemonkey.php
r3174278 r3175469 4 4 Plugin Name: RemoteMonkey 5 5 Description: Connecting to the BackupMonkey website management 6 Version: 1.1. 46 Version: 1.1.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.1. 4' );17 define( 'REMOTEMONKEY_VERSION', '1.1.5' ); 18 18 19 19 /** -
remotemonkey/trunk/src/Remotemonkey/Api/Base.php
r3174278 r3175469 49 49 */ 50 50 public function init() { 51 if (isset( $_POST['monkeytask'] ) && isset( $_POST['signature'] )) { 52 define('DOING_CRON', true); 53 } 54 51 55 add_action( 52 56 'wp_ajax_nopriv_remotemonkey_performtask',
Note: See TracChangeset
for help on using the changeset viewer.