File tree Expand file tree Collapse file tree 3 files changed +17
-3
lines changed Expand file tree Collapse file tree 3 files changed +17
-3
lines changed Original file line number Diff line number Diff line change 1
1
# PhotoEditor SDK - Changelog
2
2
3
+ ## v8.0.7
4
+
5
+ ### Fixed
6
+ * Write serialization as ByteArray is broken.
7
+ * ConfigLoader (React Native, Cordova)
8
+ * Aspect Ratio labels do not display.
9
+ * LayerSettings are not replaceable by ` StateHandler.replaceStateClass ` .
10
+ * [ VideoEditorSDK] Video disappears when resume from background.
11
+ * [ PhotoEditorSDK] Image disappears when resume from background.
12
+ * Some classes and methods are not open as in version 7.
13
+ * ` OutOfMemoryException ` of the brush tool.
14
+ * v8.0.6 is not compilable with ReactNative or Cordova wrapper.
15
+
16
+
3
17
## v8.0.6
4
18
5
19
### Fixed
Original file line number Diff line number Diff line change 16
16
<img src="https://img.shields.io/badge/platform-android-2DC25C.svg?style=flat">
17
17
</a >
18
18
<a href =" https://artifactory.img.ly/artifactory/imgly/ly/img/android/pesdk/ " >
19
- <img src="https://img.shields.io/badge/VERSION-8.0.6 -007ec6.svg?style=flat" alt="Maven">
19
+ <img src="https://img.shields.io/badge/VERSION-8.0.7 -007ec6.svg?style=flat" alt="Maven">
20
20
</a >
21
21
<a href =" http://twitter.com/PhotoEditorSDK " >
22
22
<img src="https://img.shields.io/badge/twitter-@PhotoEditorSDK-8646E2.svg?style=flat" alt="Twitter">
@@ -126,7 +126,7 @@ buildscript {
126
126
maven { url "https://artifactory.img.ly/artifactory/imgly" }
127
127
}
128
128
dependencies {
129
- classpath 'ly.img.android.pesdk:plugin:8.0.6 '
129
+ classpath 'ly.img.android.pesdk:plugin:8.0.7 '
130
130
}
131
131
}
132
132
Original file line number Diff line number Diff line change 2
2
3
3
buildscript {
4
4
ext. kotlin_version = ' 1.4.10'
5
- ext. pesdk_version = ' 8.0.6 ' // Insert the latest SDK version here. You will find it here https://github.com/imgly/pesdk-android-demo/releases
5
+ ext. pesdk_version = ' 8.0.7 ' // Insert the latest SDK version here. You will find it here https://github.com/imgly/pesdk-android-demo/releases
6
6
repositories {
7
7
google()
8
8
jcenter()
You can’t perform that action at this time.
0 commit comments