Skip to content

Commit f84a574

Browse files
authored
Merge pull request #112 from imgly/release/10.9.0
Release 10.9.0
2 parents 651771a + cc3f7ec commit f84a574

File tree

3 files changed

+18
-3
lines changed

3 files changed

+18
-3
lines changed

CHANGELOG.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,20 @@
11
# PhotoEditor SDK - Changelog
2+
## v10.9.0
3+
4+
### Fixed
5+
* [KSP-PLUGIN] Event-System is not working correctly in some cases, when using KSP Plugin.
6+
* [GRADLE-PLUGIN] KSP Plugin does not work on newer Gradle versions.
7+
* [GRADLE-PLUGIN] KAPT and KSP Plugin detection is not working correctly.
8+
* Images and icons occasionally fail to load.
9+
* Performance degradation during the loading of numerous images.
10+
11+
### Improved
12+
* Better runtime and build-time error messages for configuration issues.
13+
* New Syntax for IMG.LY plugin configuration. Please use `IMGLY.configure { }` instead of `imglyConfig { }`, you will receive errors when you are using the new syntax the wrong way.
14+
15+
### Breaking Changes
16+
* 🚨 [GRADLE-PLUGIN] Significant modifications have been implemented that will affect a minor segment of our customer base. Should your build process encounter errors, it is recommended to consult the build output for detailed information.
17+
218
## v10.8.2
319

420
### Fixed
@@ -24,7 +40,6 @@
2440
* ConfigLoader (React Native, Cordova/Ionic)
2541
* `personalVideoClips` is not disabled correctly if the video library is not used.
2642
* Kotlin 1.9.0+ compatibility issues, by using KSP.
27-
* Change
2843

2944
### Changed
3045
* 🚨 Minimum compileSdkVersion version of the `ui:camera` and `backend:camera` module is now 33

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ apply plugin: 'ly.img.android.sdk'
44
apply plugin: 'kotlin-android'
55
apply plugin: 'com.google.devtools.ksp'
66

7-
imglyConfig {
7+
IMGLY.configure {
88

99
pesdk {
1010
enabled true

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
buildscript {
44
ext.kotlin_version = '1.6.21'
55
ext.ksp_version = '1.6.21-1.0.6'
6-
ext.pesdk_version = '10.8.2' // Insert the latest SDK version here. You will find it here https://github.com/imgly/pesdk-android-demo/releases
6+
ext.pesdk_version = '10.9.0' // Insert the latest SDK version here. You will find it here https://github.com/imgly/pesdk-android-demo/releases
77
repositories {
88
google()
99
gradlePluginPortal()

0 commit comments

Comments
 (0)