Skip to content

Commit

Permalink
Version 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
adimiz1 committed Aug 4, 2024
1 parent c31de57 commit 17dec99
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 4 deletions.
9 changes: 9 additions & 0 deletions url_gen/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
4 changes: 2 additions & 2 deletions url_gen/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion url_gen/lib/cloudinary.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion url_gen/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit 17dec99

Please sign in to comment.