Skip to content
This repository was archived by the owner on Aug 22, 2025. It is now read-only.

Commit 0288de4

Browse files
authored
Merge pull request #325 from rtCamp/version-update/v1.4.1
Version update v1.4.1 [ develop ]
2 parents 866ea7a + 45133b3 commit 0288de4

File tree

4 files changed

+39
-14
lines changed

4 files changed

+39
-14
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,12 @@ Read [Documentation](https://rtmedia.io/docs/transcoder/?utm_source=readme&utm_m
6666

6767
## Changelog ##
6868

69+
#### 1.4.1 [August 22, 2025] ####
70+
71+
* FIXED
72+
* Added validation and sanitization for `[rt_media]` shortcode attributes.
73+
* Graceful fallback when media file is unavailable (prevents broken audio/video players).
74+
6975
#### 1.4.0 [May 30, 2025] ####
7076

7177
* REMOVED

languages/transcoder.pot

Lines changed: 18 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ msgid ""
44
msgstr ""
55
"Project-Id-Version: \n"
66
"Report-Msgid-Bugs-To: http://community.rtcamp.com/\n"
7-
"POT-Creation-Date: 2025-05-30 17:03:33+00:00\n"
7+
"POT-Creation-Date: 2025-08-22 10:08:44+00:00\n"
88
"MIME-Version: 1.0\n"
99
"Content-Type: text/plain; charset=utf-8\n"
1010
"Content-Transfer-Encoding: 8bit\n"
@@ -439,33 +439,41 @@ msgid ""
439439
"our <a href=\"%s\" target=\"_blank\">GoDAM</a> services."
440440
msgstr ""
441441

442-
#: admin/rt-transcoder-functions.php:87
442+
#: admin/rt-transcoder-functions.php:52
443+
msgid "Invalid attachment ID."
444+
msgstr ""
445+
446+
#: admin/rt-transcoder-functions.php:72 admin/rt-transcoder-functions.php:106
447+
msgid "Media file unavailable."
448+
msgstr ""
449+
450+
#: admin/rt-transcoder-functions.php:132
443451
msgid "Image attachments are not handled by Transcoder plugin."
444452
msgstr ""
445453

446-
#: admin/rt-transcoder-functions.php:92
454+
#: admin/rt-transcoder-functions.php:138
447455
msgid "This file is being transcoded. Please wait."
448456
msgstr ""
449457

450-
#: admin/rt-transcoder-functions.php:463 admin/rt-transcoder-functions.php:728
451-
#: admin/rt-transcoder-functions.php:901
458+
#: admin/rt-transcoder-functions.php:509 admin/rt-transcoder-functions.php:774
459+
#: admin/rt-transcoder-functions.php:947
452460
msgid "Check Status"
453461
msgstr ""
454462

455-
#: admin/rt-transcoder-functions.php:478 admin/rt-transcoder-functions.php:484
456-
#: admin/rt-transcoder-functions.php:924
463+
#: admin/rt-transcoder-functions.php:524 admin/rt-transcoder-functions.php:530
464+
#: admin/rt-transcoder-functions.php:970
457465
msgid "This file is converting. Please refresh the page after some time."
458466
msgstr ""
459467

460-
#: admin/rt-transcoder-functions.php:705
468+
#: admin/rt-transcoder-functions.php:751
461469
msgid "Transcode Status"
462470
msgstr ""
463471

464-
#: admin/rt-transcoder-functions.php:745
472+
#: admin/rt-transcoder-functions.php:791
465473
msgid "File is transcoded."
466474
msgstr ""
467475

468-
#: admin/rt-transcoder-functions.php:919
476+
#: admin/rt-transcoder-functions.php:965
469477
msgid ""
470478
"This file is converting. Please click on check status button to know "
471479
"current status or refresh the page after some time. "

readme.txt

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,16 @@ Contributors: rtcamp, mangeshp, chandrapatel, manishsongirkar36, bhargavbhandari
33
Tags: media, multimedia, audio, songs, music, video, ffmpeg, media-node, rtMedia, WordPress, kaltura, transcode, transcoder, encoding, encode
44
Donate link: https://rtcamp.com/donate/
55
Requires at least: 4.1
6-
Tested up to: 6.8.1
7-
Stable tag: 1.4.0
6+
Tested up to: 6.8.2
7+
Stable tag: 1.4.1
88
License: GPLv2 or later
99
License URI: http://www.gnu.org/licenses/gpl-2.0.html
1010

1111
Transcoding services for ANY WordPress website. Convert audio/video files of any format to a web-friendly format (mp3/mp4).
1212

1313
== Description ==
14+
**Transcoder plugin has been discontinued and no longer maintained**, we recommend to use our new video management solution [GoDAM](https://godam.io/?utm_source=readme&utm_medium=plugin&utm_campaign=transcoder) which provides smart transcoding & adaptive bitrate, generate thumbnail, add custom layers, better way to organize media files, serve via CDN and do a lot more. Install the GoDAM plugin from [here](https://wordpress.org/plugins/godam)
15+
1416
Transcoder easily converts all audio and video files uploaded to your website to a web-friendly format.
1517

1618
Transcoder eliminates the need for a dedicated media node- no fiddling with installation, managing dependancies or renting servers! Transcoder also works on shared hosting- just install, subscribe and go!
@@ -63,6 +65,12 @@ Read [Documentation](https://rtmedia.io/docs/transcoder/?utm_source=readme&utm_m
6365

6466
== Changelog ==
6567

68+
= 1.4.1 [August 22, 2025] =
69+
70+
* FIXED
71+
* Added validation and sanitization for `[rt_media]` shortcode attributes.
72+
* Graceful fallback when media file is unavailable (prevents broken audio/video players).
73+
6674
= 1.4.0 [May 30, 2025]
6775

6876
* REMOVED
@@ -254,6 +262,9 @@ Initial release
254262

255263
== Upgrade Notice ==
256264

265+
= 1.4.1 =
266+
Transcoder 1.4.1 with improved shortcode security.
267+
257268
= 1.4.0 =
258269
Update to users - Discontinuing the Transcoder service and replacing with GoDAM.
259270

rt-transcoder.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Plugin Name: Transcoder
44
* Plugin URI: https://rtmedia.io/transcoder/?utm_source=dashboard&utm_medium=plugin&utm_campaign=transcoder
55
* Description: Audio & video transcoding services for ANY WordPress website. Allows you to convert audio/video files of any format to a web-friendly format (mp3/mp4).
6-
* Version: 1.4.0
6+
* Version: 1.4.1
77
* Text Domain: transcoder
88
* Author: rtCamp
99
* Author URI: https://rtcamp.com/?utm_source=dashboard&utm_medium=plugin&utm_campaign=transcoder
@@ -39,7 +39,7 @@
3939
/**
4040
* The version of the plugin
4141
*/
42-
define( 'RT_TRANSCODER_VERSION', '1.4.0' );
42+
define( 'RT_TRANSCODER_VERSION', '1.4.1' );
4343
}
4444

4545
if ( ! defined( 'RT_TRANSCODER_NO_MAIL' ) && defined( 'VIP_GO_APP_ENVIRONMENT' ) ) {

0 commit comments

Comments
 (0)