You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 22, 2025. It is now read-only.
* Updated usage of existing filter 'rtt_transcoder_status_message' [Documentation](https://rtmedia.io/docs/transcoder/developers-documentation/filters/#rtttranscoderstatusmessage)
67
67
68
68
* FIXED
69
+
69
70
* Issue with Transcoding service usage update
70
71
* Issue with Transcoding process callback
71
72
72
-
### 1.2 [April 24, 2018] ###
73
+
####1.2 [April 24, 2018]####
73
74
* NEW FEATURES
74
75
75
-
* Added feature to track real-time transcoding process status on BuddyPress activity, media library page and media single page for administrators
76
-
* Added option in transcoder settings page to enable/disable tracking of real-time transcoding process status feature
77
-
* Added filter to change text of check status button [Documentation](https://rtmedia.io/docs/transcoder/developers-documentation/filters/#rtttranscodercheckstatusbuttontext)
78
-
* Added filter to manage transcoding process status messages [Documentation](https://rtmedia.io/docs/transcoder/developers-documentation/filters/#rtttranscoderstatusmessage)
76
+
* Added feature to track real-time transcoding process status on BuddyPress activity, media library page and media single page for administrators
77
+
* Added option in transcoder settings page to enable/disable tracking of real-time transcoding process status feature
78
+
* Added filter to change text of check status button [Documentation](https://rtmedia.io/docs/transcoder/developers-documentation/filters/#rtttranscodercheckstatusbuttontext)
79
+
* Added filter to manage transcoding process status messages [Documentation](https://rtmedia.io/docs/transcoder/developers-documentation/filters/#rtttranscoderstatusmessage)
79
80
80
81
* ENHANCEMENTS
81
82
82
-
* Improved security of callback handler for transcoded media
83
+
* Improved security of callback handler for transcoded media
83
84
84
85
* FIXED
85
86
86
-
* PHP notices generated while activating product license key
87
-
* Transcoding issue for MOV file formats
88
-
* Transcoding issue for the files having QuickTime MIME type
89
-
* Issue with transcoded video files getting swapped in BuddyPress activity
87
+
* PHP notices generated while activating product license key
88
+
* Transcoding issue for MOV file formats
89
+
* Transcoding issue for the files having QuickTime MIME type
90
+
* Issue with transcoded video files getting swapped in BuddyPress activity
90
91
91
92
#### 1.1.2 [July 21, 2017] ####
92
93
* ENHANCEMENTS
93
94
94
-
* Added: Filter to allow adding a custom filename for the transcoded files [Documentation](https://rtmedia.io/docs/transcoder/developers-documentation/filters/#transcodedtempfilename)
95
-
* Replaced file_get_contents() with wp_remote_get() to have better server compatibility
95
+
* Added: Filter to allow adding a custom filename for the transcoded files [Documentation](https://rtmedia.io/docs/transcoder/developers-documentation/filters/#transcodedtempfilename)
96
+
* Replaced file_get_contents() with wp_remote_get() to have better server compatibility
96
97
97
98
#### 1.1.1 [Jan 10, 2017] ####
98
99
* FIXED
99
100
100
-
* False positive result of localhost checking
101
+
* False positive result of localhost checking
101
102
102
103
#### 1.1 [Dec 27, 2016] ####
103
104
* NEW FEATURES
104
105
105
-
* Retranscoding service to regenerate media thumbnails and retranscode media
106
-
* Added option in settings to override the current video thumbnail after retranscoding
106
+
* Retranscoding service to regenerate media thumbnails and retranscode media
107
+
* Added option in settings to override the current video thumbnail after retranscoding
107
108
108
109
* ENHANCEMENTS
109
110
110
-
* Added filters to disable the emails getting sent to users and administrators [Documentation](https://rtmedia.io/docs/transcoder/developers-documentation/filters/#rttsendnotification)
111
-
* Added action before the transcoded thumbnails are stored
112
-
* Added action before transcoded media is stored
113
-
* Added action after callback response is processed
111
+
* Added filters to disable the emails getting sent to users and administrators [Documentation](https://rtmedia.io/docs/transcoder/developers-documentation/filters/#rttsendnotification)
112
+
* Added action before the transcoded thumbnails are stored
113
+
* Added action before transcoded media is stored
114
+
* Added action after callback response is processed
114
115
115
116
* FIXED
116
117
117
-
* Improved the condition checking and fixed several bugs
118
-
* Fixed transcoded media not getting deleted bug
118
+
* Improved the condition checking and fixed several bugs
Added new feature to track real-time transcoding process status on BuddyPress activity, media library page and media single page for administrators and fixed some bugs.
164
+
Transcoder 1.2.1, with transcoding status filter update and bug fixes.
0 commit comments