| @@ -1,8 +1,8 @@ | ||
| 1 | 1 | <?php |
| 2 | 2 | /** |
| 3 | 3 | * Plugin Name: Media Cloud Sync |
| 4 | - * Version: 1.4.0 | |
| 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 |
| @@ -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.4.0'); | |
| 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)); |