From 32d1b2be213234e7e2c1c98d4bd64d0fe0d230fe Mon Sep 17 00:00:00 2001
From: Roman Sedykh
Date: Mon, 19 Apr 2021 14:26:42 +0300
Subject: [PATCH 1/2] Add whitelist instructions to the settings
---
includes/uploadcare_settings.php | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/includes/uploadcare_settings.php b/includes/uploadcare_settings.php
index 2fa805e..4bffb42 100644
--- a/includes/uploadcare_settings.php
+++ b/includes/uploadcare_settings.php
@@ -131,7 +131,10 @@
value="" size="50">
- = __('3. Select Upload Sources', 'uploadcare') ?> [?]
+ = __('3. Whitelist your domain', 'uploadcare')?>
+ = \sprintf(__('At Uploadcare Dashboard, go to your project (e.g. "New project") — Delivery — Content delivery settings, and click “Integrate” Adaptive Delivery. Scroll to Step 2 and add your domain to the whitelist. Click Done. That will enable Adaptive Delivery for you website.', 'uploadcare')) ?>
+
+ = __('4. Select Upload Sources', 'uploadcare') ?> [?]
$tab) {
?>
@@ -144,7 +147,7 @@
}
?>
- = __('4. Start uploading', 'uploadcare') ?>
+ = __('5. Start uploading', 'uploadcare') ?>
Date: Tue, 20 Apr 2021 16:35:47 +0500
Subject: [PATCH 2/2] Update plugin version
---
uploadcare.php | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/uploadcare.php b/uploadcare.php
index 68d0aff..692298c 100644
--- a/uploadcare.php
+++ b/uploadcare.php
@@ -9,7 +9,7 @@
* Plugin Name: Uploadcare File Uploader and Adaptive Delivery
* Plugin URI: https://github.com/uploadcare/uploadcare-wordpress
* Description: Upload and store any file of any size from any device or cloud. No more slow downs when serving your images with automatic responsiviness and lazy loading. Improve your WP performance to boost Customer Experience and SEO.
- * Version: 3.1.0
+ * Version: 3.0.5
* Author: Uploadcare
* Author URI: https://uploadcare.com/
* License: GPL-2.0+
@@ -19,7 +19,7 @@
*/
class Uploadcare_Wordpress_Plugin {
- public const UPLOADCARE_VERSION = '3.1.0';
+ public const UPLOADCARE_VERSION = '3.0.5';
public function __construct()
{