Skip to content

Commit

Permalink
Version 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
adimiz1 committed Dec 11, 2023
1 parent 336af1b commit 719d2d6
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
1.2.0 / 2023-11-12
==================

- Add user-agent support
- Fix analytics token for web apps

1.1.0 / 2023-10-22
==================

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,14 @@ Transform and optimize assets. Visit our documentation to learn more about [medi
## Version Support
| SDK Version | Flutter Version |
|-------------|-----------------|
| 1.1.0 | > 1.0 |
| 1.2.0 | > 1.0 |

## Installation
To use this SDK, add the Flutter and Dart Cloudinary libraries as [dependencies in your pubspec.yaml file](https://flutter.dev/platform-plugins/).

```yaml
dependencies:
cloudinary_flutter: ^1.1.0
cloudinary_flutter: ^1.2.0
cloudinary_url_gen: ^1.0.0
```

Expand Down
2 changes: 1 addition & 1 deletion lib/cloudinary_object.dart
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import 'package:cloudinary_url_gen/analytics/analytics.dart';
import 'package:cloudinary_url_gen/cloudinary.dart';

final sdkVersion = '1.1.0';
final sdkVersion = '1.2.0';

/// Helper class to help users define the Cloudinary object to be used with their widgets
class CloudinaryObject extends Cloudinary {
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: cloudinary_flutter
description: Cloudinary is a cloud service that offers a solution to a web application's entire image management pipeline
version: 1.1.0
version: 1.2.0
homepage: https://www.cloudinary.com
repository: https://github.com/cloudinary/cloudinary_flutter

Expand Down

0 comments on commit 719d2d6

Please sign in to comment.