You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+16-1Lines changed: 16 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,20 @@
1
1
# 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
+
2
18
## v10.8.2
3
19
4
20
### Fixed
@@ -24,7 +40,6 @@
24
40
* ConfigLoader (React Native, Cordova/Ionic)
25
41
*`personalVideoClips` is not disabled correctly if the video library is not used.
26
42
* Kotlin 1.9.0+ compatibility issues, by using KSP.
27
-
* Change
28
43
29
44
### Changed
30
45
* 🚨 Minimum compileSdkVersion version of the `ui:camera` and `backend:camera` module is now 33
Copy file name to clipboardExpand all lines: build.gradle
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
buildscript {
4
4
ext.kotlin_version ='1.6.21'
5
5
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
0 commit comments