Skip to content

Commit 9b1b146

Browse files
author
Niklas Bachmann
committed
Bump version
1 parent c1fcc8e commit 9b1b146

File tree

3 files changed

+17
-3
lines changed

3 files changed

+17
-3
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# PhotoEditor SDK - Changelog
22

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+
317
## v8.0.6
418

519
### Fixed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<img src="https://img.shields.io/badge/platform-android-2DC25C.svg?style=flat">
1717
</a>
1818
<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">
2020
</a>
2121
<a href="http://twitter.com/PhotoEditorSDK">
2222
<img src="https://img.shields.io/badge/twitter-@PhotoEditorSDK-8646E2.svg?style=flat" alt="Twitter">
@@ -126,7 +126,7 @@ buildscript {
126126
maven { url "https://artifactory.img.ly/artifactory/imgly" }
127127
}
128128
dependencies {
129-
classpath 'ly.img.android.pesdk:plugin:8.0.6'
129+
classpath 'ly.img.android.pesdk:plugin:8.0.7'
130130
}
131131
}
132132

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
buildscript {
44
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
66
repositories {
77
google()
88
jcenter()

0 commit comments

Comments
 (0)