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 +5 -5 1.3.101.4.1 View file →
@@ -1,14 +1,14 @@
1 1 <?php
2 2 /**
3 3 * Plugin Name: Media Cloud Sync
4 - * Version: 1.3.10
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 - * Requires at least: 5.2
10 - * Tested up to: 7.0
9 + * Requires at least: 5.9
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.10');
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));
@@ -30,9 +30,9 @@
30 30 define('WPMCS_INCLUDES_PATH', WPMCS_PATH . 'includes/');
31 31 define('WPMCS_SDK_PATH', WPMCS_INCLUDES_PATH . 'sdk/');
32 32
33 33 define('WPMCS_ITEM_TABLE', WPMCS_TOKEN.'_items');
34 -define('WPMCS_DB_VERSION', '1.0.5');
34 +define('WPMCS_DB_VERSION', '1.0.6');
35 35 // Force DB upgrade using UI if needed
36 36 define('WPMCS_DB_UPGRADE_VERSION', '1.0.0');
37 37
38 38 add_action('plugins_loaded', 'wpmcs_load_plugin_textdomain');