Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog #

## v1.4.4 (October 16, 2025) ##

- Tweak: Introduced GoDAM Player SDK for developer integrations
- Fix: Fixed the Copy Block feature for .mov videos
- Fix: Fixed network errors for analytics

## v1.4.3 (October 9, 2025) ##

- Tweak: Enhanced Analytics with Google Tag Manager (GTM) event tracking
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ Tags: transcoder, video, media library, folders, file manager

Requires at least: 6.5

Tested up to: 6.8.1
Tested up to: 6.8.3

Requires PHP: 7.4

Stable tag: 1.4.3
Stable tag: 1.4.4

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

Expand Down
4 changes: 2 additions & 2 deletions assets/src/js/godam-player/api/player.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
* - Managing layer lifecycle (show, hide, dismiss)
* - Converting between absolute and percentage-based timing
*
* @since n.e.x.t
* @since 1.4.4
*/

/* eslint-disable no-console */
Expand Down Expand Up @@ -45,7 +45,7 @@
* player.pause();
* player.seek(30);
*
* @since n.e.x.t
* @since 1.4.4
*/
class Player {
videoJs = null;
Expand Down
4 changes: 2 additions & 2 deletions godam.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: GoDAM
* Plugin URI: https://godam.io
* 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.
* Version: 1.4.3
* Version: 1.4.4
* Requires at least: 6.5
* Requires PHP: 7.4
* Text Domain: godam
Expand Down Expand Up @@ -43,7 +43,7 @@
/**
* The version of the plugin
*/
define( 'RTGODAM_VERSION', '1.4.3' );
define( 'RTGODAM_VERSION', '1.4.4' );
}

if ( ! defined( 'RTGODAM_API_BASE' ) ) {
Expand Down
30 changes: 19 additions & 11 deletions languages/godam.pot
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
# This file is distributed under the GPLv2 or later.
msgid ""
msgstr ""
"Project-Id-Version: GoDAM 1.4.3\n"
"Project-Id-Version: GoDAM 1.4.4\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/godam\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"POT-Creation-Date: 2025-10-09T09:20:00+00:00\n"
"POT-Creation-Date: 2025-10-15T09:42:32+00:00\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"X-Generator: WP-CLI 2.12.0\n"
"X-Domain: godam\n"
Expand Down Expand Up @@ -277,41 +277,49 @@ msgstr ""
msgid "Invalid API key."
msgstr ""

#: admin/godam-transcoder-actions.php:49
#: admin/godam-transcoder-actions.php:54
msgid "oEmbed URL"
msgstr ""

#: admin/godam-transcoder-actions.php:63
msgid "The oEmbed URL of the file is generated automatically and cannot be edited."
msgstr ""

#: admin/godam-transcoder-actions.php:69
#: assets/src/js/media-library/views/attachment-details.js:134
msgid "Transcoded CDN URL (MPD)"
msgstr ""

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

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

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

#: admin/godam-transcoder-actions.php:79
#: admin/godam-transcoder-actions.php:99
msgid "Transcoded CDN URL "
msgstr ""

#: admin/godam-transcoder-actions.php:87
#: admin/godam-transcoder-actions.php:107
msgid "Available in Premium version"
msgstr ""

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

#: admin/godam-transcoder-actions.php:94
#: admin/godam-transcoder-actions.php:114
msgid "API key"
msgstr ""

Expand Down Expand Up @@ -3268,7 +3276,7 @@ msgstr ""
msgid "copy icon"
msgstr ""

#: assets/src/js/godam-player/masterSettings.js:230
#: assets/src/js/godam-player/masterSettings.js:264
msgid "Invalid item"
msgstr ""

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "godam",
"version": "1.4.3",
"version": "1.4.4",
"description": "A WordPress plugin to manage digital assets",
"private": true,
"author": "rtCamp",
Expand Down
15 changes: 8 additions & 7 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
Contributors: rtcamp, elifvish, subodhrajpopat, kuldipchaudhary, prachigarg19, juzar, geekofshire, nazmulhassann20, abhinavbelhekar03, gautam23, mukulsingh27, hbhalodia
Tags: transcoder, video, media library, folders, file manager
Requires at least: 6.5
Tested up to: 6.8.1
Tested up to: 6.8.3
Requires PHP: 7.4
Stable tag: 1.4.3
Stable tag: 1.4.4
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

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

== Changelog ==

= v1.4.4 (October 16, 2025) =

- Tweak: Introduced GoDAM Player SDK for developer integrations
- Fix: Fixed the Copy Block feature for .mov videos
- Fix: Fixed network errors for analytics

= v1.4.3 (October 9, 2025) =

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

= v1.4.1 (September 17, 2025) =

- Tweak: Enhanced Audio Recording support in GoDAM Recorder for Gravity Forms
- Fix: Video player UI bugs and playback quality issues

[CHECK THE FULL CHANGELOG](https://github.com/rtCamp/godam/blob/main/CHANGELOG.md)

== External Services ==
Expand Down
Loading