Skip to content

Commit dd653e3

Browse files
authored
Merge pull request #319 from rtCamp/version-update/v1.3.9
Version Update v1.3.9
2 parents f5febd7 + e67f904 commit dd653e3

File tree

3 files changed

+24
-3
lines changed

3 files changed

+24
-3
lines changed

README.md

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

6767
## Changelog ##
6868

69+
#### 1.3.9 [May 13, 2025] ####
70+
71+
* ENHANCEMENTS
72+
73+
* Update GoDAM Notice to include UTM parameters.
74+
* Update Notice colour and add a dashicon.
75+
* Add plugin page visibility for the GoDAM Notice.
76+
6977
#### 1.3.8 [April 18, 2025] ####
7078

7179
* ENHANCEMENTS

readme.txt

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Tags: media, multimedia, audio, songs, music, video, ffmpeg, media-node, rtMedia
44
Donate link: https://rtcamp.com/donate/
55
Requires at least: 4.1
66
Tested up to: 6.8
7-
Stable tag: 1.3.8
7+
Stable tag: 1.3.9
88
License: GPLv2 or later
99
License URI: http://www.gnu.org/licenses/gpl-2.0.html
1010

@@ -63,6 +63,15 @@ Read [Documentation](https://rtmedia.io/docs/transcoder/?utm_source=readme&utm_m
6363

6464
== Changelog ==
6565

66+
= 1.3.9 [May 13, 2025] =
67+
68+
* ENHANCEMENTS
69+
70+
* Update GoDAM Notice to include UTM parameters.
71+
* Update Notice colour and add a dashicon.
72+
* Add plugin page visibility for the GoDAM Notice.
73+
74+
6675
= 1.3.8 [April 18, 2025] =
6776

6877
* ENHANCEMENTS
@@ -235,6 +244,10 @@ Initial release
235244

236245
== Upgrade Notice ==
237246

247+
= 1.3.9 =
248+
Transcoder 1.3.9, with update admin notice to install new GoDAM plugin - with a powerful Digital Asset Management features along with video transcoding services.
249+
250+
238251
= 1.3.8 =
239252
Transcoder 1.3.8, with admin notice to install our new GoDAM plugin – with a powerful Digital Asset Management features along with video transcoding services.
240253

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.3.8
6+
* Version: 1.3.9
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.3.8' );
42+
define( 'RT_TRANSCODER_VERSION', '1.3.9' );
4343
}
4444

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

0 commit comments

Comments
 (0)