Skip to content

Commit 55a55fe

Browse files
committed
Updates
1 parent 289c902 commit 55a55fe

4 files changed

Lines changed: 9 additions & 3 deletions

File tree

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
node_modules/
22
vendor/
3-
*.zip

easy-file-uploader.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22
/**
33
* Plugin Name: Easy DragDrop File Uploader
4-
* Plugin URI: https://github.com/ZIORWebDev/easy-dragdrop-file-uploader
4+
* Plugin URI: https://ziorweb.dev/plugin/easy-dragdrop-file-uploader
55
* Description: Enhances Elementor Pro Forms and Contact Form 7 with a drag and drop uploader for seamless file uploads.
66
* Author: ZIORWeb.Dev
77
* Author URI: https://ziorweb.dev

readme.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
=== Easy DragDrop File Uploader ===
2-
Contributors: reygcalantaol
2+
Contributors: ziorwebdev, reygcalantaol
33
Tags: file upload, elementor, dragdrop, drag and drop, ajax upload
44
Requires at least: 6.0
55
Tested up to: 6.9

src/admin/main.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
import "./main.css";
22

3+
/**
4+
* If elementor does not exists, exit.
5+
*/
6+
if (!elementor) {
7+
return;
8+
}
9+
310
/**
411
* Render the file uploader field in the editor.
512
*/

0 commit comments

Comments
 (0)