Skip to content

Commit 064b120

Browse files
authored
Merge pull request #1264 from rtCamp/main
Main to Develop Sync
2 parents b964305 + 4f1e52c commit 064b120

File tree

8 files changed

+42
-27
lines changed

8 files changed

+42
-27
lines changed

CHANGELOG.md

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

3+
## v1.4.4 (October 16, 2025) ##
4+
5+
- Tweak: Introduced GoDAM Player SDK for developer integrations
6+
- Fix: Fixed the Copy Block feature for .mov videos
7+
- Fix: Fixed network errors for analytics
8+
39
## v1.4.3 (October 9, 2025) ##
410

511
- Tweak: Enhanced Analytics with Google Tag Manager (GTM) event tracking

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ Tags: transcoder, video, media library, folders, file manager
77

88
Requires at least: 6.5
99

10-
Tested up to: 6.8.1
10+
Tested up to: 6.8.3
1111

1212
Requires PHP: 7.4
1313

14-
Stable tag: 1.4.3
14+
Stable tag: 1.4.4
1515

1616
License: [GPLv2 or later](http://www.gnu.org/licenses/gpl-2.0.html)
1717

assets/src/js/godam-player/api/player.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
* - Managing layer lifecycle (show, hide, dismiss)
1414
* - Converting between absolute and percentage-based timing
1515
*
16-
* @since n.e.x.t
16+
* @since 1.4.4
1717
*/
1818

1919
/* eslint-disable no-console */
@@ -45,7 +45,7 @@
4545
* player.pause();
4646
* player.seek(30);
4747
*
48-
* @since n.e.x.t
48+
* @since 1.4.4
4949
*/
5050
class Player {
5151
videoJs = null;

godam.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Plugin Name: GoDAM
44
* Plugin URI: https://godam.io
55
* Description: Seamlessly manage and deliver your media assets directly from the cloud-based media management. Store assets efficiently, stream them via a CDN, and enhance your website's performance and user experience. Featuring adaptive bit rate streaming, adding interactive layers in videos, and taking full advantage of a digital asset management solution within WordPress.
6-
* Version: 1.4.3
6+
* Version: 1.4.4
77
* Requires at least: 6.5
88
* Requires PHP: 7.4
99
* Text Domain: godam
@@ -43,7 +43,7 @@
4343
/**
4444
* The version of the plugin
4545
*/
46-
define( 'RTGODAM_VERSION', '1.4.3' );
46+
define( 'RTGODAM_VERSION', '1.4.4' );
4747
}
4848

4949
if ( ! defined( 'RTGODAM_API_BASE' ) ) {

languages/godam.pot

Lines changed: 19 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
# This file is distributed under the GPLv2 or later.
33
msgid ""
44
msgstr ""
5-
"Project-Id-Version: GoDAM 1.4.3\n"
5+
"Project-Id-Version: GoDAM 1.4.4\n"
66
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/godam\n"
77
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
88
"Language-Team: LANGUAGE <[email protected]>\n"
99
"MIME-Version: 1.0\n"
1010
"Content-Type: text/plain; charset=UTF-8\n"
1111
"Content-Transfer-Encoding: 8bit\n"
12-
"POT-Creation-Date: 2025-10-09T09:20:00+00:00\n"
12+
"POT-Creation-Date: 2025-10-15T09:42:32+00:00\n"
1313
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1414
"X-Generator: WP-CLI 2.12.0\n"
1515
"X-Domain: godam\n"
@@ -277,41 +277,49 @@ msgstr ""
277277
msgid "Invalid API key."
278278
msgstr ""
279279

280-
#: admin/godam-transcoder-actions.php:49
280+
#: admin/godam-transcoder-actions.php:54
281+
msgid "oEmbed URL"
282+
msgstr ""
283+
284+
#: admin/godam-transcoder-actions.php:63
285+
msgid "The oEmbed URL of the file is generated automatically and cannot be edited."
286+
msgstr ""
287+
288+
#: admin/godam-transcoder-actions.php:69
281289
#: assets/src/js/media-library/views/attachment-details.js:134
282290
msgid "Transcoded CDN URL (MPD)"
283291
msgstr ""
284292

285-
#: admin/godam-transcoder-actions.php:58
293+
#: admin/godam-transcoder-actions.php:78
286294
#: assets/src/js/media-library/views/attachment-details.js:136
287295
msgid "The URL of the transcoded file is generated automatically and cannot be edited."
288296
msgstr ""
289297

290-
#: admin/godam-transcoder-actions.php:64
298+
#: admin/godam-transcoder-actions.php:84
291299
#: assets/src/js/media-library/views/attachment-details.js:146
292300
msgid "Transcoded CDN URL (HLS)"
293301
msgstr ""
294302

295-
#: admin/godam-transcoder-actions.php:73
303+
#: admin/godam-transcoder-actions.php:93
296304
#: assets/src/js/media-library/views/attachment-details.js:148
297305
msgid "The HLS URL of the transcoded file is generated automatically and cannot be edited."
298306
msgstr ""
299307

300-
#: admin/godam-transcoder-actions.php:79
308+
#: admin/godam-transcoder-actions.php:99
301309
msgid "Transcoded CDN URL "
302310
msgstr ""
303311

304-
#: admin/godam-transcoder-actions.php:87
312+
#: admin/godam-transcoder-actions.php:107
305313
msgid "Available in Premium version"
306314
msgstr ""
307315

308316
#. translators: %1$s URL to the settings page, %2$s API key label.
309-
#: admin/godam-transcoder-actions.php:92
317+
#: admin/godam-transcoder-actions.php:112
310318
#, php-format
311319
msgid "Activate the <a href=\"%1$s\" target=\"_blank\" rel=\"noopener noreferrer\">%2$s</a> to enable transcoding and adaptive bitrate streaming."
312320
msgstr ""
313321

314-
#: admin/godam-transcoder-actions.php:94
322+
#: admin/godam-transcoder-actions.php:114
315323
msgid "API key"
316324
msgstr ""
317325

@@ -3268,7 +3276,7 @@ msgstr ""
32683276
msgid "copy icon"
32693277
msgstr ""
32703278

3271-
#: assets/src/js/godam-player/masterSettings.js:230
3279+
#: assets/src/js/godam-player/masterSettings.js:264
32723280
msgid "Invalid item"
32733281
msgstr ""
32743282

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "godam",
3-
"version": "1.4.3",
3+
"version": "1.4.4",
44
"description": "A WordPress plugin to manage digital assets",
55
"private": true,
66
"author": "rtCamp",

readme.txt

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
Contributors: rtcamp, elifvish, subodhrajpopat, kuldipchaudhary, prachigarg19, juzar, geekofshire, nazmulhassann20, abhinavbelhekar03, gautam23, mukulsingh27, hbhalodia
33
Tags: transcoder, video, media library, folders, file manager
44
Requires at least: 6.5
5-
Tested up to: 6.8.1
5+
Tested up to: 6.8.3
66
Requires PHP: 7.4
7-
Stable tag: 1.4.3
7+
Stable tag: 1.4.4
88
License: GPLv2 or later
99
License URI: http://www.gnu.org/licenses/gpl-2.0.html
1010

@@ -246,6 +246,12 @@ A. Yes, GoDAM provides robust analytics tools to track video engagement, includi
246246

247247
== Changelog ==
248248

249+
= v1.4.4 (October 16, 2025) =
250+
251+
- Tweak: Introduced GoDAM Player SDK for developer integrations
252+
- Fix: Fixed the Copy Block feature for .mov videos
253+
- Fix: Fixed network errors for analytics
254+
249255
= v1.4.3 (October 9, 2025) =
250256

251257
- Tweak: Enhanced Analytics with Google Tag Manager (GTM) event tracking
@@ -262,11 +268,6 @@ A. Yes, GoDAM provides robust analytics tools to track video engagement, includi
262268
- Fix: Fixed GoDAM Recorder playback issue when rtMedia plugin is active
263269
- Fix: Addressed Safari browser issue where audio would not play or seek correctly
264270

265-
= v1.4.1 (September 17, 2025) =
266-
267-
- Tweak: Enhanced Audio Recording support in GoDAM Recorder for Gravity Forms
268-
- Fix: Video player UI bugs and playback quality issues
269-
270271
[CHECK THE FULL CHANGELOG](https://github.com/rtCamp/godam/blob/main/CHANGELOG.md)
271272

272273
== External Services ==

0 commit comments

Comments
 (0)