=== Smart Auto Upload Images ===
Contributors: burhandodhy
Tags: auto-upload, images, external-images, media, upload
Tested up to: 6.8
Requires PHP: 8.0
Stable tag: 1.2.0
License: GPL v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Automatically detect external images in post content, import them to your site, add them to the media library, and replace the original image URLs.

== Description ==

When saving a post, this plugin scans the content for external image URLs, automatically downloads the images, uploads them to the WordPress media library, and replaces the original URLs with the new ones hosted on your server.

== Features ==

Automatically detect external images in posts and upload them to your server and WordPress media library

Replace original image URLs with the newly uploaded ones

Add imported images to the WordPress media library

Exclude specific custom post types from auto-upload functionality

Specify domains to exclude from image importing

Define a custom base URL for your uploaded images

Set custom file name patterns for uploaded images

Set custom alt text patterns for imported images

Define maximum width and height for uploaded images


== Changelog ==

= 1.2.0 - 2025-09-28 =

__Added:__
* Add option to set Featured Image via URL.
* Introduce `smart_aui_validate_image_url` filter.

__Fixed:__
* Reuse image if already exist.
* Fix undefined index warning.

= 1.1.1 - 2025-09-06 =

__Fixed:__
* Missing files during deployment.

= 1.1.0 - 2025-09-06 =

__Added:__
* Introduce new `%image_title%` tag.

__Changed:__
* Use snackbars instead of notices.

__Fixed:__
* Image file name sanitize properly.

= 1.0.0 =
* Initial Release.
