Skip to content

Commit 5c66990

Browse files
authored
Merge pull request #161 from renderforest/additional-qualities
Additional qualities
2 parents db60f26 + 49a4bfc commit 5c66990

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "renderforest/sdk-php",
33
"description": "Renderforest SDK for PHP",
4-
"version": "0.5.7",
4+
"version": "0.5.8",
55
"homepage": "https://github.com/renderforest/renderforest-sdk-php",
66
"keywords": [
77
"animation maker",

src/Project/RenderQuality/Entity/RenderQuality.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ class RenderQuality
2020
'hd360',
2121
'hd720',
2222
'hd1080',
23+
'hd1440',
24+
'hd2160'
2325
];
2426

2527
/**

0 commit comments

Comments
 (0)