Plugin Directory

Changeset 3174095


Ignore:
Timestamp:
10/23/2024 07:27:10 AM (18 months ago)
Author:
backupmonkey
Message:

Perform logic in cron mode to work around issue in custom updaters

Location:
remotemonkey/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • remotemonkey/trunk/readme.txt

    r3121559 r3174095  
    44Requires at least: 6.4
    55Tested up to: 6.6
    6 Stable tag: 1.1.2
     6Stable tag: 1.1.3
    77Requires PHP: 7.4
    88Author: BackupMonkey.io
  • remotemonkey/trunk/remotemonkey.php

    r3121559 r3174095  
    44Plugin Name: RemoteMonkey
    55Description: Connecting to the BackupMonkey website management
    6 Version: 1.1.2
     6Version: 1.1.3
    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.1.2' );
     17define( 'REMOTEMONKEY_VERSION', '1.1.3' );
    1818
    1919/**
  • remotemonkey/trunk/src/Remotemonkey/Api/Base.php

    r3105507 r3174095  
    4949     */
    5050    public function init() {
     51        define('DOING_CRON', true);
     52
    5153        add_action(
    5254            'wp_ajax_nopriv_remotemonkey_performtask',
Note: See TracChangeset for help on using the changeset viewer.