Changeset 3174095
- Timestamp:
- 10/23/2024 07:27:10 AM (18 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
r3121559 r3174095 4 4 Requires at least: 6.4 5 5 Tested up to: 6.6 6 Stable tag: 1.1. 26 Stable tag: 1.1.3 7 7 Requires PHP: 7.4 8 8 Author: BackupMonkey.io -
remotemonkey/trunk/remotemonkey.php
r3121559 r3174095 4 4 Plugin Name: RemoteMonkey 5 5 Description: Connecting to the BackupMonkey website management 6 Version: 1.1. 26 Version: 1.1.3 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. 2' );17 define( 'REMOTEMONKEY_VERSION', '1.1.3' ); 18 18 19 19 /** -
remotemonkey/trunk/src/Remotemonkey/Api/Base.php
r3105507 r3174095 49 49 */ 50 50 public function init() { 51 define('DOING_CRON', true); 52 51 53 add_action( 52 54 'wp_ajax_nopriv_remotemonkey_performtask',
Note: See TracChangeset
for help on using the changeset viewer.