PluginProbe
Media Cloud Sync / 1.4.1
Media Cloud Sync v1.4.1
1.4.1 1.4.0 1.3.12 1.3.11 1.3.10 trunk 1.0.0 1.0.1 1.0.2 1.0.3 1.1.0 1.1.1 1.2.0 1.2.10 1.2.11 1.2.12 1.2.13 1.2.2 1.2.3 1.2.4 1.2.5 1.2.6 1.2.7 1.2.8 1.2.9 All 35 releases
← All changes | media-cloud-sync.php +3 -3 1.3.121.4.1 View file →
@@ -1,14 +1,14 @@
1 1 <?php
2 2 /**
3 3 * Plugin Name: Media Cloud Sync
4 - * Version: 1.3.12
4 + * Version: 1.4.1
5 5 * Description: Media Cloud Sync helps to sync your wordpress media to the cloud based services like Amazon S3, DigitalOcean Spaces, Google Cloud Storage, Cloudflare R2 and S3 Compatible Services.
6 6 * Author: Dudlewebs
7 7 * Author URI: http://dudlewebs.com
8 8 * License: GPLv2 or later
9 9 * Requires at least: 5.9
10 - * Tested up to: 7.0
10 + * Tested up to: 7.1
11 11 * Requires PHP: 8.1
12 12 * Text Domain: media-cloud-sync
13 13 */
14 14
@@ -17,9 +17,9 @@
17 17 if (!defined('WPMCS_FILE')) {
18 18 define('WPMCS_FILE', __FILE__);
19 19 }
20 20
21 -define('WPMCS_VERSION', '1.3.12');
21 +define('WPMCS_VERSION', '1.4.1');
22 22 define('WPMCS_PLUGIN_NAME', 'Media Cloud Sync');
23 23
24 24 define('WPMCS_TOKEN', 'wpmcs');
25 25 define('WPMCS_PATH', plugin_dir_path(WPMCS_FILE));