Skip to content

Commit d734850

Browse files
authored
Merge pull request #317 from rtCamp/version-update/v1.3.8
version update 1.3.8
2 parents 41749fe + 3040c61 commit d734850

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ Read [Documentation](https://rtmedia.io/docs/transcoder/?utm_source=readme&utm_m
6666

6767
## Changelog ##
6868

69-
#### 1.3.7 [April 18, 2025] ####
69+
#### 1.3.8 [April 18, 2025] ####
7070

7171
* ENHANCEMENTS
7272

readme.txt

Lines changed: 4 additions & 4 deletions
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.7
7+
Stable tag: 1.3.8
88
License: GPLv2 or later
99
License URI: http://www.gnu.org/licenses/gpl-2.0.html
1010

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

6464
== Changelog ==
6565

66-
= 1.3.7 [April 18, 2025] =
66+
= 1.3.8 [April 18, 2025] =
6767

6868
* ENHANCEMENTS
6969

@@ -235,8 +235,8 @@ Initial release
235235

236236
== Upgrade Notice ==
237237

238-
= 1.3.7 =
239-
Transcoder 1.3.7, with admin notice to install our new GoDAM plugin – with a powerful Digital Asset Management features along with video transcoding services.
238+
= 1.3.8 =
239+
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.
240240

241241
= 1.3.6 =
242242
Transcoder 1.3.6, with enhanced security.

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

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

0 commit comments

Comments
 (0)