Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rename the uploader #972

Merged
merged 6 commits into from
Aug 8, 2024
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion DEVELOPMENT.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Uploadcare Widget development guide
# jQuery File Uploader Widget development guide

Clone the repository.

Expand Down
18 changes: 12 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,18 @@
# Uploadcare Widget
# Uploadcare jQuery File Uploader Widget

## ⚠️ Deprecation alert

**This repository is deprecated. Please use the [new Uploadcare File Uploader](https://github.com/uploadcare/file-uploader?tab=readme) for the latest updates and improvements.**

tenebricosa marked this conversation as resolved.
Show resolved Hide resolved
---

<a href="https://uploadcare.com/?utm_source=github&utm_campaign=uploadcare-widget">
<img align="right" width="64" height="64"
src="https://ucarecdn.com/2f4864b7-ed0e-4411-965b-8148623aa680/uploadcare-logo-mark.svg"
alt="">
</a>

Uploadcare Widget is an HTML5 file uploader, a part of the [Uploadcare][uc-home]
jQuery File Uploader Widget is an HTML5 file uploader, a part of the [Uploadcare][uc-home]
file handling platform.

[![NPM version][badge-npm-img]][badge-npm-url]
Expand Down Expand Up @@ -114,7 +120,7 @@ import uploadcare from 'uploadcare-widget'
### CDN

Embed our client library via the `<script>` tag in the `<head>`
section of each page where you’d like to use Uploadcare Widget.
section of each page where you’d like to use jQuery File Uploader Widget.
Here is the CDN link to the current widget version with built-in jQuery,

```html
Expand Down Expand Up @@ -172,13 +178,13 @@ upload is in progress. This can be a real time saver.
### Usage with React

Check out our [React component](https://github.com/uploadcare/react-widget/)
for Uploadcare Widget.
for jQuery File Uploader Widget.

### Usage with Angular

Check out our
[Angular 2+ wrapper](https://www.npmjs.com/package/ngx-uploadcare-widget) for
Uploadcare Widget.
jQuery File Uploader Widget.

[angular-uploadcare](https://github.com/uploadcare/angular-uploadcare) can be
used with Angular 1.
Expand Down Expand Up @@ -261,7 +267,7 @@ If you need the support for older browsers including IE8, consider using

## Development

Check out the Uploadcare Widget [development guide][github-files-development].
Check out the jQuery File Uploader Widget [development guide][github-files-development].

## Security issues

Expand Down
Loading