Skip to content

Commit 7b2ce5e

Browse files
committed
v4.22.1
1 parent 1363993 commit 7b2ce5e

5 files changed

+19
-12
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# 4.22.1
2+
3+
## Fixed
4+
5+
* [[PESDK-4614](https://imglysdk.atlassian.net/browse/PESDK-4614)] - Fixed the Server SDK to correctly pass through EXIF metadata during export
6+
* [[PESDK-5206](https://imglysdk.atlassian.net/browse/PESDK-5206)] - Fixed the memory leak in the Server SDK
7+
18
# 4.22.0
29

310
## Added

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ It contains the most important photo editing tools such as;
88
Auto-Enhance, Crop, Rotate, Focus, Brightness, Contrast, Saturation, and more.
99
It also features state-of-the-art photo filters, designed and calibrated with a lot of love.
1010

11-
Visit [our website](https://www.photoeditorsdk.com/?utm_campaign=Projects&utm_source=Github&utm_medium=Side_Projects&utm_content=Server-NodeJS) for tutorials on how to integrate and customize the editor.
11+
Visit [our website](https://www.photoeditorsdk.com) for tutorials on how to integrate and customize the editor.
1212

1313
## Setup Instructions
1414

@@ -31,17 +31,17 @@ $ npm install
3131
A tutorial on how to deploy the PhotoEditor SDK Server to AWS EC2 using WebGL or Canvas is available [here](AWS.md).
3232

3333
## Documentation
34-
Visit our [docs](https://docs.photoeditorsdk.com/?utm_campaign=Projects&utm_source=Github&utm_medium=Side_Projects&utm_content=Server-NodeJS)
34+
Visit our [docs](https://docs.photoeditorsdk.com)
3535

3636
## Examples
37-
Visit our [website](https://www.photoeditorsdk.com/?utm_campaign=Projects&utm_source=Github&utm_medium=Side_Projects&utm_content=Server-NodeJS).
37+
Visit our [website](https://www.photoeditorsdk.com/).
3838

3939

4040
## License
4141
Please see [LICENSE](https://github.com/imgly/pesdk-server-build/blob/master/LICENSE.md) for licensing details.
4242

4343
## Authors and Contributors
44-
Made 2013-2019 by [img.ly](https://www.photoeditorsdk.com/?utm_campaign=Projects&utm_source=Github&utm_medium=Side_Projects&utm_content=Server-NodeJS)
44+
Made 2013-2019 by [img.ly](https://www.photoeditorsdk.com)
4545

4646
## Support and License
47-
Use our [service desk](https://support.photoeditorsdk.com) for bug reports or support requests. To request a commercial license, please use the [license request form](https://account.photoeditorsdk.com/pricing/?utm_campaign=Projects&utm_source=Github&utm_medium=Side_Projects&utm_content=Server-NodeJS) on our website.
47+
Use our [service desk](https://support.photoeditorsdk.com) for bug reports or support requests. To request a commercial license, please use the [license request form](https://www.photoeditorsdk.com/pricing) on our website.

js/PhotoEditorSDK.Server.js

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

js/PhotoEditorSDK.Server.min.js

+3-3
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,6 +1,6 @@
11
{
22
"name": "photoeditorsdk-server",
3-
"version": "4.22.0",
3+
"version": "4.22.1",
44
"description": "The most comprehensive photo editor SDK for Server Applications based on NodeJs",
55
"main": "index.js",
66
"repository": {

0 commit comments

Comments
 (0)