File tree Expand file tree Collapse file tree 3 files changed +18
-2
lines changed Expand file tree Collapse file tree 3 files changed +18
-2
lines changed Original file line number Diff line number Diff line change
1
+ 1.3.0 / 2023-10-04
2
+ ==================
3
+
4
+ New functionality and features
5
+ ------------------------------
6
+
7
+ * Add support for `FetchVideoSource` in video overlays
8
+ * Add support for audio layers
9
+
10
+ Other Changes
11
+ -------------
12
+
13
+ * Fix handling of effect value
14
+ * Fix phpdoc @param tags with the NULL type
15
+ * Add documentation references
16
+
1
17
1.2.0 / 2023-03-23
2
18
==================
3
19
Original file line number Diff line number Diff line change 1
1
{
2
2
"name": "cloudinary/transformation-builder-sdk",
3
- "version": "1.2 .0",
3
+ "version": "1.3 .0",
4
4
"description": "Cloudinary PHP Transformation Builder SDK",
5
5
"keywords": [
6
6
"cloudinary",
Original file line number Diff line number Diff line change 14
14
'theme' => 'cloudinary',
15
15
'template_dirs' => [$docsDir . 'themes'],
16
16
'title' => 'Cloudinary PHP Transformation Builder',
17
- 'version' => '1.2 .0',
17
+ 'version' => '1.3 .0',
18
18
'build_dir' => $docsDir . 'build',
19
19
'cache_dir' => $docsDir . 'cache',
20
20
'default_opened_level' => 2,
You can’t perform that action at this time.
0 commit comments