Plugin Directory

Changeset 3114730


Ignore:
Timestamp:
07/09/2024 06:32:29 AM (21 months ago)
Author:
backupmonkey
Message:

Update tested tag, fix missing call

Location:
remotemonkey
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • remotemonkey

    • Property svn:ignore set to
      .idea
  • remotemonkey/trunk/readme.txt

    r3107143 r3114730  
    33Tags: manage multiple sites, Wordpress Dashboard, WordPress manager, WordPress management, BackupMonkey
    44Requires at least: 6.4
    5 Tested up to: 6.5.3
    6 Stable tag: 1.1.0
     5Tested up to: 6.6
     6Stable tag: 1.1.1
    77Requires PHP: 7.4
    88Author: BackupMonkey.io
  • remotemonkey/trunk/remotemonkey.php

    r3107143 r3114730  
    44Plugin Name: RemoteMonkey
    55Description: Connecting to the BackupMonkey website management
    6 Version: 1.1.0
     6Version: 1.1.1
    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.0' );
     17define( 'REMOTEMONKEY_VERSION', '1.1.1' );
    1818
    1919/**
  • remotemonkey/trunk/src/Remotemonkey/Api/BaseREST.php

    r3105507 r3114730  
    5858                        'methods'  => 'POST',
    5959                        'callback' => array( $this, 'task' ),
     60                        'permission_callback' => '__return_true'
    6061                    )
    6162                );
Note: See TracChangeset for help on using the changeset viewer.