Changeset 3114730
- Timestamp:
- 07/09/2024 06:32:29 AM (21 months ago)
- Location:
- remotemonkey
- Files:
-
- 4 edited
-
. (modified) (1 prop)
-
trunk/readme.txt (modified) (1 diff)
-
trunk/remotemonkey.php (modified) (2 diffs)
-
trunk/src/Remotemonkey/Api/BaseREST.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
remotemonkey
-
Property
svn:ignore
set to
.idea
-
Property
svn:ignore
set to
-
remotemonkey/trunk/readme.txt
r3107143 r3114730 3 3 Tags: manage multiple sites, Wordpress Dashboard, WordPress manager, WordPress management, BackupMonkey 4 4 Requires at least: 6.4 5 Tested up to: 6. 5.36 Stable tag: 1.1. 05 Tested up to: 6.6 6 Stable tag: 1.1.1 7 7 Requires PHP: 7.4 8 8 Author: BackupMonkey.io -
remotemonkey/trunk/remotemonkey.php
r3107143 r3114730 4 4 Plugin Name: RemoteMonkey 5 5 Description: Connecting to the BackupMonkey website management 6 Version: 1.1. 06 Version: 1.1.1 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. 0' );17 define( 'REMOTEMONKEY_VERSION', '1.1.1' ); 18 18 19 19 /** -
remotemonkey/trunk/src/Remotemonkey/Api/BaseREST.php
r3105507 r3114730 58 58 'methods' => 'POST', 59 59 'callback' => array( $this, 'task' ), 60 'permission_callback' => '__return_true' 60 61 ) 61 62 );
Note: See TracChangeset
for help on using the changeset viewer.