Skip to content

Commit

Permalink
Merge branch 'feature/transfer' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew72ru committed Apr 20, 2021
2 parents 5bb2ea6 + fdb6439 commit e265215
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
7 changes: 5 additions & 2 deletions includes/uploadcare_settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,10 @@
value="<?php echo $uploadcare_secret; ?>" size="50">
</p>

<h4><?= __('3. Select Upload Sources', 'uploadcare') ?> <a href="https://uploadcare.com/docs/uploads/file_uploader/#upload-sources" target="_blank">[?]</a></h4>
<h4><?= __('3. Whitelist your domain', 'uploadcare')?></h4>
<p><?= \sprintf(__('At <a href="https://uploadcare.com/dashboard/" target="_blank">Uploadcare Dashboard</a>, 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')) ?></p>

<h4><?= __('4. Select Upload Sources', 'uploadcare') ?> <a href="https://uploadcare.com/docs/uploads/file_uploader/#upload-sources" target="_blank">[?]</a></h4>
<?php
foreach ($tabs as $tn => $tab) {
?>
Expand All @@ -144,7 +147,7 @@
}
?>

<h4><?= __('4. Start uploading', 'uploadcare') ?></h4>
<h4><?= __('5. Start uploading', 'uploadcare') ?></h4>
<?php
$mediaNew = \get_site_url(null, '/wp-admin/media-new.php');
$editPost = \get_site_url(null, '/wp-admin/edit.php');
Expand Down
4 changes: 2 additions & 2 deletions uploadcare.php
Original file line number Diff line number Diff line change
Expand Up @@ -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+
Expand All @@ -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()
{
Expand Down

0 comments on commit e265215

Please sign in to comment.