From 17dec99e574cc1191b12520a85b5d3fd41483040 Mon Sep 17 00:00:00 2001 From: adimiz1 Date: Sun, 4 Aug 2024 15:06:53 +0300 Subject: [PATCH] Version 1.6.0 --- url_gen/CHANGELOG.md | 9 +++++++++ url_gen/README.md | 4 ++-- url_gen/lib/cloudinary.dart | 2 +- url_gen/pubspec.yaml | 2 +- 4 files changed, 13 insertions(+), 4 deletions(-) diff --git a/url_gen/CHANGELOG.md b/url_gen/CHANGELOG.md index 315ac88..7df3584 100644 --- a/url_gen/CHANGELOG.md +++ b/url_gen/CHANGELOG.md @@ -1,3 +1,12 @@ +## 1.6.0 +- Add generative backgrond replace +- Add auto pad +- Add crop auto +- Add blur faces and blur region +- Add upscale +- Add enahnce +- Add `media_metadata` support + ## 1.5.0 - Update analytics token diff --git a/url_gen/README.md b/url_gen/README.md index 7bd1e3f..51dd86b 100644 --- a/url_gen/README.md +++ b/url_gen/README.md @@ -25,14 +25,14 @@ Transform and optimize assets. Visit our documentation to learn more about [medi ## Version Support | SDK Version | Dart Version | |-------------|--------------| -| 1.5.0 | > 1.0 | +| 1.6.0 | > 1.0 | ## Installation To use this SDK, add cloudinary as a [dependency in your pubspec.yaml file](https://flutter.dev/platform-plugins/). ```yaml dependencies: - cloudinary_url_gen: ^1.5.0 + cloudinary_url_gen: ^1.6.0 ``` ## Usage diff --git a/url_gen/lib/cloudinary.dart b/url_gen/lib/cloudinary.dart index ed8958e..061919b 100644 --- a/url_gen/lib/cloudinary.dart +++ b/url_gen/lib/cloudinary.dart @@ -6,7 +6,7 @@ import 'util/environment.dart'; import 'asset/cld_asset.dart'; -String sdkVersion = '1.5.0'; +String sdkVersion = '1.6.0'; class Cloudinary { late CloudinaryConfig config; diff --git a/url_gen/pubspec.yaml b/url_gen/pubspec.yaml index 54b739f..e65d0f6 100644 --- a/url_gen/pubspec.yaml +++ b/url_gen/pubspec.yaml @@ -1,6 +1,6 @@ name: cloudinary_url_gen description: Cloudinary is a cloud service that offers a solution to a web application's entire image management pipeline -version: 1.5.0 +version: 1.6.0 homepage: https://www.cloudinary.com repository: https://github.com/cloudinary/cloudinary_dart