Skip to content

Commit c9411ff

Browse files
committed
v4.15.1
1 parent 0fc0fb2 commit c9411ff

4 files changed

+57
-19
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# 4.15.1
2+
3+
## Fixed
4+
5+
* [[PESDK-4514](https://imglysdk.atlassian.net/browse/PESDK-4514)] - Fixed IE11 crashes with "endsWith is not a function"
6+
* [[PESDK-2760](https://imglysdk.atlassian.net/browse/PESDK-2760)] - Fixed cross platform difference between Radial Focus inner and outer radius
7+
8+
19
# 4.15.0
210

311
## Added

js/PhotoEditorSDK.Server.js

+24-9
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

js/PhotoEditorSDK.Server.min.js

+24-9
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
{
33
"name": "photoeditorsdk-server",
4-
"version": "4.15.0",
4+
"version": "4.15.1",
55
"description": "The most comprehensive photo editor SDK for Server Applications based on NodeJs",
66
"main": "index.js",
77
"repository": {

0 commit comments

Comments
 (0)