Skip to content

Commit 17dec99

Browse files
committed
Version 1.6.0
1 parent c31de57 commit 17dec99

File tree

4 files changed

+13
-4
lines changed

4 files changed

+13
-4
lines changed

url_gen/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## 1.6.0
2+
- Add generative backgrond replace
3+
- Add auto pad
4+
- Add crop auto
5+
- Add blur faces and blur region
6+
- Add upscale
7+
- Add enahnce
8+
- Add `media_metadata` support
9+
110
## 1.5.0
211
- Update analytics token
312

url_gen/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,14 @@ Transform and optimize assets. Visit our documentation to learn more about [medi
2525
## Version Support
2626
| SDK Version | Dart Version |
2727
|-------------|--------------|
28-
| 1.5.0 | > 1.0 |
28+
| 1.6.0 | > 1.0 |
2929

3030
## Installation
3131
To use this SDK, add cloudinary as a [dependency in your pubspec.yaml file](https://flutter.dev/platform-plugins/).
3232

3333
```yaml
3434
dependencies:
35-
cloudinary_url_gen: ^1.5.0
35+
cloudinary_url_gen: ^1.6.0
3636
```
3737
3838
## Usage

url_gen/lib/cloudinary.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import 'util/environment.dart';
66

77
import 'asset/cld_asset.dart';
88

9-
String sdkVersion = '1.5.0';
9+
String sdkVersion = '1.6.0';
1010

1111
class Cloudinary {
1212
late CloudinaryConfig config;

url_gen/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: cloudinary_url_gen
22
description: Cloudinary is a cloud service that offers a solution to a web application's entire image management pipeline
3-
version: 1.5.0
3+
version: 1.6.0
44
homepage: https://www.cloudinary.com
55
repository: https://github.com/cloudinary/cloudinary_dart
66

0 commit comments

Comments
 (0)