Changeset 3382430
- Timestamp:
- 10/22/2025 09:06:39 AM (3 months ago)
- Location:
- godam
- Files:
-
- 14 edited
- 1 copied
-
tags/1.4.5 (copied) (copied from godam/trunk)
-
tags/1.4.5/CHANGELOG.md (modified) (1 diff)
-
tags/1.4.5/admin/class-rtgodam-retranscodemedia.php (modified) (1 diff)
-
tags/1.4.5/godam.php (modified) (2 diffs)
-
tags/1.4.5/inc/helpers/custom-functions.php (modified) (1 diff)
-
tags/1.4.5/languages/godam.pot (modified) (7 diffs)
-
tags/1.4.5/readme.txt (modified) (3 diffs)
-
tags/1.4.5/vendor/composer/installed.php (modified) (2 diffs)
-
trunk/CHANGELOG.md (modified) (1 diff)
-
trunk/admin/class-rtgodam-retranscodemedia.php (modified) (1 diff)
-
trunk/godam.php (modified) (2 diffs)
-
trunk/inc/helpers/custom-functions.php (modified) (1 diff)
-
trunk/languages/godam.pot (modified) (7 diffs)
-
trunk/readme.txt (modified) (3 diffs)
-
trunk/vendor/composer/installed.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
godam/tags/1.4.5/CHANGELOG.md
r3379274 r3382430 1 1 # Changelog # 2 3 ## v1.4.5 (October 22, 2025) ## 4 5 - Fix: Optimized API requests 2 6 3 7 ## v1.4.4 (October 16, 2025) ## -
godam/tags/1.4.5/admin/class-rtgodam-retranscodemedia.php
r3358412 r3382430 58 58 $this->stored_api_key = get_option( 'rtgodam-api-key-stored' ); 59 59 60 $api_check = rtgodam_verify_api_key( $this->api_key ); 61 if ( is_wp_error( $api_check ) ) { 60 if ( ! rtgodam_is_api_key_valid() ) { 62 61 return; // Abort initializing retranscoding if api is invalid. 63 62 } -
godam/tags/1.4.5/godam.php
r3379274 r3382430 4 4 * Plugin URI: https://godam.io 5 5 * 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. 6 * Version: 1.4. 46 * Version: 1.4.5 7 7 * Requires at least: 6.5 8 8 * Requires PHP: 7.4 … … 44 44 * The version of the plugin 45 45 */ 46 define( 'RTGODAM_VERSION', '1.4. 4' );46 define( 'RTGODAM_VERSION', '1.4.5' ); 47 47 } 48 48 -
godam/tags/1.4.5/inc/helpers/custom-functions.php
r3375654 r3382430 212 212 * @param int $timeout The time in seconds after which the user data should be refreshed. 213 213 */ 214 function rtgodam_get_user_data( $use_for_localize_array = false, $timeout = 300) {214 function rtgodam_get_user_data( $use_for_localize_array = false, $timeout = HOUR_IN_SECONDS ) { 215 215 $rtgodam_user_data = get_option( 'rtgodam_user_data', false ); 216 216 $api_key = get_option( 'rtgodam-api-key', '' ); -
godam/tags/1.4.5/languages/godam.pot
r3379274 r3382430 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: GoDAM 1.4. 4\n"5 "Project-Id-Version: GoDAM 1.4.5\n" 6 6 "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/godam\n" 7 7 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" … … 10 10 "Content-Type: text/plain; charset=UTF-8\n" 11 11 "Content-Transfer-Encoding: 8bit\n" 12 "POT-Creation-Date: 2025-10- 15T09:42:32+00:00\n"12 "POT-Creation-Date: 2025-10-22T06:07:59+00:00\n" 13 13 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 14 14 "X-Generator: WP-CLI 2.12.0\n" … … 44 44 msgstr "" 45 45 46 #: admin/class-rtgodam-retranscodemedia.php:11 846 #: admin/class-rtgodam-retranscodemedia.php:117 47 47 msgid "GoDAM Tools" 48 48 msgstr "" 49 49 50 #: admin/class-rtgodam-retranscodemedia.php:13 551 #: admin/class-rtgodam-retranscodemedia.php:26 452 #: admin/class-rtgodam-retranscodemedia.php:28 550 #: admin/class-rtgodam-retranscodemedia.php:134 51 #: admin/class-rtgodam-retranscodemedia.php:263 52 #: admin/class-rtgodam-retranscodemedia.php:284 53 53 #: admin/js/godam-retranscode-media.js:6 54 54 #: pages/tools/App.js:20 … … 57 57 msgstr "" 58 58 59 #: admin/class-rtgodam-retranscodemedia.php:16 260 #: admin/class-rtgodam-retranscodemedia.php:36 259 #: admin/class-rtgodam-retranscodemedia.php:161 60 #: admin/class-rtgodam-retranscodemedia.php:361 61 61 msgid "Cheatin’ uh?" 62 62 msgstr "" 63 63 64 64 #. translators: Link to the media page. 65 #: admin/class-rtgodam-retranscodemedia.php:18 466 #: admin/class-rtgodam-retranscodemedia.php:39 665 #: admin/class-rtgodam-retranscodemedia.php:183 66 #: admin/class-rtgodam-retranscodemedia.php:395 67 67 #, php-format 68 68 msgid "Unable to find any media. Are you sure <a href='%s'>some exist</a>?" 69 69 msgstr "" 70 70 71 #: admin/class-rtgodam-retranscodemedia.php:20 471 #: admin/class-rtgodam-retranscodemedia.php:203 72 72 msgid "Stopping..." 73 73 msgstr "" 74 74 75 75 #. translators: The URL to go back to the previous page. 76 #: admin/class-rtgodam-retranscodemedia.php:20 777 #: admin/class-rtgodam-retranscodemedia.php:47 676 #: admin/class-rtgodam-retranscodemedia.php:206 77 #: admin/class-rtgodam-retranscodemedia.php:475 78 78 #, php-format 79 79 msgid "To go back to the previous page, <a href=\"%s\">click here</a>." 80 80 msgstr "" 81 81 82 #: admin/class-rtgodam-retranscodemedia.php:26 382 #: admin/class-rtgodam-retranscodemedia.php:262 83 83 msgid "Retranscode this single media" 84 84 msgstr "" 85 85 86 #: admin/class-rtgodam-retranscodemedia.php:41 886 #: admin/class-rtgodam-retranscodemedia.php:417 87 87 msgid "There are no media available to send for transcoding." 88 88 msgstr "" 89 89 90 #: admin/class-rtgodam-retranscodemedia.php:427 91 msgid "You do not have sufficient bandwidth remaining to perform the transcoding." 92 msgstr "" 93 90 94 #: admin/class-rtgodam-retranscodemedia.php:428 91 msgid "You do not have sufficient bandwidth remaining to perform the transcoding."95 msgid "Your remaining bandwidth is : " 92 96 msgstr "" 93 97 94 98 #: admin/class-rtgodam-retranscodemedia.php:429 95 msgid "Your remaining bandwidth is : "96 msgstr ""97 98 #: admin/class-rtgodam-retranscodemedia.php:43099 99 msgid "Required bandwidth is: " 100 100 msgstr "" 101 101 102 #: admin/class-rtgodam-retranscodemedia.php:43 4102 #: admin/class-rtgodam-retranscodemedia.php:433 103 103 msgid "You can select the files manually and try again." 104 104 msgstr "" 105 105 106 #: admin/class-rtgodam-retranscodemedia.php:44 1107 #: admin/class-rtgodam-retranscodemedia.php:45 5106 #: admin/class-rtgodam-retranscodemedia.php:440 107 #: admin/class-rtgodam-retranscodemedia.php:454 108 108 msgid "Proceed with retranscoding" 109 109 msgstr "" 110 110 111 #: admin/class-rtgodam-retranscodemedia.php:46 9111 #: admin/class-rtgodam-retranscodemedia.php:468 112 112 msgid "Your files are being re-transcoded. Do not navigate away from this page until the process is completed, as doing so will prematurely abort the script. Retranscoding can take a while, especially for larger files. You can view the progress below." 113 113 msgstr "" 114 114 115 115 #. translators: Count of media which were successfully and media which were failed transcoded with the time in seconds and previout page link. 116 #: admin/class-rtgodam-retranscodemedia.php:47 9116 #: admin/class-rtgodam-retranscodemedia.php:478 117 117 #, php-format 118 118 msgid "All done! %1$s media file(s) were successfully sent for transcoding in %2$s seconds and there were %3$s failure(s). To try transcoding the failed media again, <a href=\"%4$s\">click here</a>. %5$s" … … 120 120 121 121 #. translators: Count of media which were successfully transcoded with the time in seconds and previout page link. 122 #: admin/class-rtgodam-retranscodemedia.php:48 1122 #: admin/class-rtgodam-retranscodemedia.php:480 123 123 #, php-format 124 124 msgid "All done! %1$s media file(s) were successfully sent for transcoding in %2$s seconds and there were 0 failures. %3$s" 125 125 msgstr "" 126 126 127 #: admin/class-rtgodam-retranscodemedia.php:48 4128 #: admin/class-rtgodam-retranscodemedia.php:53 7127 #: admin/class-rtgodam-retranscodemedia.php:483 128 #: admin/class-rtgodam-retranscodemedia.php:536 129 129 msgid "You must enable Javascript in order to proceed!" 130 130 msgstr "" 131 131 132 #: admin/class-rtgodam-retranscodemedia.php:4 90132 #: admin/class-rtgodam-retranscodemedia.php:489 133 133 msgid "Abort the Operation" 134 134 msgstr "" 135 135 136 #: admin/class-rtgodam-retranscodemedia.php:49 2136 #: admin/class-rtgodam-retranscodemedia.php:491 137 137 msgid "Debugging Information" 138 138 msgstr "" 139 139 140 140 #. translators: Total count of the media. 141 #: admin/class-rtgodam-retranscodemedia.php:49 7141 #: admin/class-rtgodam-retranscodemedia.php:496 142 142 #, php-format 143 143 msgid "Total Media: %s" … … 145 145 146 146 #. translators: Count of media which were successfully sent to the transcoder server. 147 #: admin/class-rtgodam-retranscodemedia.php:50 2147 #: admin/class-rtgodam-retranscodemedia.php:501 148 148 #, php-format 149 149 msgid "Media Sent for Retranscoding: %s" … … 151 151 152 152 #. translators: Count of media which were failed while sending to the transcoder server. 153 #: admin/class-rtgodam-retranscodemedia.php:50 7153 #: admin/class-rtgodam-retranscodemedia.php:506 154 154 #, php-format 155 155 msgid "Failed While Sending: %s" 156 156 msgstr "" 157 157 158 #: admin/class-rtgodam-retranscodemedia.php:52 2158 #: admin/class-rtgodam-retranscodemedia.php:521 159 159 msgid "This tool will retranscode ALL audio/video media uploaded to your website. This can be handy if you need to transcode media files uploaded in the past." 160 160 msgstr "" 161 161 162 #: admin/class-rtgodam-retranscodemedia.php:52 4162 #: admin/class-rtgodam-retranscodemedia.php:523 163 163 msgid "Sending your entire media library for retranscoding can consume a lot of your bandwidth allowance, so use this tool with care." 164 164 msgstr "" 165 165 166 166 #. translators: Placeholder is for admin media section link. 167 #: admin/class-rtgodam-retranscodemedia.php:52 9167 #: admin/class-rtgodam-retranscodemedia.php:528 168 168 #, php-format 169 169 msgid "You can retranscode specific media files (rather than ALL media) from the <a href='%s'>Media</a> page using Bulk Action via drop down or mouse hover a specific media (audio/video) file." 170 170 msgstr "" 171 171 172 #: admin/class-rtgodam-retranscodemedia.php:53 3172 #: admin/class-rtgodam-retranscodemedia.php:532 173 173 msgid "To begin, just press the button below." 174 174 msgstr "" 175 175 176 #: admin/class-rtgodam-retranscodemedia.php:53 5176 #: admin/class-rtgodam-retranscodemedia.php:534 177 177 msgid "Retranscode All Media" 178 178 msgstr "" 179 179 180 180 #. translators: Media name, Media ID and message for failed transcode. 181 #: admin/class-rtgodam-retranscodemedia.php:55 6181 #: admin/class-rtgodam-retranscodemedia.php:555 182 182 #, php-format 183 183 msgid ""%1$s" (ID %2$s) failed to send. The error message was: %3$s" 184 184 msgstr "" 185 185 186 #: admin/class-rtgodam-retranscodemedia.php:57 7186 #: admin/class-rtgodam-retranscodemedia.php:576 187 187 msgid "Insufficient bandwidth!" 188 188 msgstr "" -
godam/tags/1.4.5/readme.txt
r3379274 r3382430 5 5 Tested up to: 6.8.3 6 6 Requires PHP: 7.4 7 Stable tag: 1.4. 47 Stable tag: 1.4.5 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 247 247 == Changelog == 248 248 249 = v1.4.5 (October 22, 2025) = 250 251 - Fix: Optimized API requests 252 249 253 = v1.4.4 (October 16, 2025) = 250 254 … … 261 265 - Fix: Fixed Quality option visibility inconsistencies 262 266 263 = v1.4.2 (September 25, 2025) =264 265 - Tweak: Allow replacing transcoded MP4 video with the original uploaded video266 - Fix: Resolved LifterLMS warnings and applied necessary bug fixes267 - Fix: Restored analytics tracking for GoDAM Gallery videos268 - Fix: Fixed GoDAM Recorder playback issue when rtMedia plugin is active269 - Fix: Addressed Safari browser issue where audio would not play or seek correctly270 271 267 [CHECK THE FULL CHANGELOG](https://github.com/rtCamp/godam/blob/main/CHANGELOG.md) 272 268 -
godam/tags/1.4.5/vendor/composer/installed.php
r3379274 r3382430 2 2 'root' => array( 3 3 'name' => 'rtcamp/godam', 4 'pretty_version' => '1.4. 4',5 'version' => '1.4. 4.0',6 'reference' => ' 4f1e52c2b4a19e2b7da8e6314d92da44ed8e46fc',4 'pretty_version' => '1.4.5', 5 'version' => '1.4.5.0', 6 'reference' => '62ded64cf20391bd31075bee65f09a5f212f8a75', 7 7 'type' => 'wordpress-plugin', 8 8 'install_path' => __DIR__ . '/../../', … … 12 12 'versions' => array( 13 13 'rtcamp/godam' => array( 14 'pretty_version' => '1.4. 4',15 'version' => '1.4. 4.0',16 'reference' => ' 4f1e52c2b4a19e2b7da8e6314d92da44ed8e46fc',14 'pretty_version' => '1.4.5', 15 'version' => '1.4.5.0', 16 'reference' => '62ded64cf20391bd31075bee65f09a5f212f8a75', 17 17 'type' => 'wordpress-plugin', 18 18 'install_path' => __DIR__ . '/../../', -
godam/trunk/CHANGELOG.md
r3379274 r3382430 1 1 # Changelog # 2 3 ## v1.4.5 (October 22, 2025) ## 4 5 - Fix: Optimized API requests 2 6 3 7 ## v1.4.4 (October 16, 2025) ## -
godam/trunk/admin/class-rtgodam-retranscodemedia.php
r3358412 r3382430 58 58 $this->stored_api_key = get_option( 'rtgodam-api-key-stored' ); 59 59 60 $api_check = rtgodam_verify_api_key( $this->api_key ); 61 if ( is_wp_error( $api_check ) ) { 60 if ( ! rtgodam_is_api_key_valid() ) { 62 61 return; // Abort initializing retranscoding if api is invalid. 63 62 } -
godam/trunk/godam.php
r3379274 r3382430 4 4 * Plugin URI: https://godam.io 5 5 * 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. 6 * Version: 1.4. 46 * Version: 1.4.5 7 7 * Requires at least: 6.5 8 8 * Requires PHP: 7.4 … … 44 44 * The version of the plugin 45 45 */ 46 define( 'RTGODAM_VERSION', '1.4. 4' );46 define( 'RTGODAM_VERSION', '1.4.5' ); 47 47 } 48 48 -
godam/trunk/inc/helpers/custom-functions.php
r3375654 r3382430 212 212 * @param int $timeout The time in seconds after which the user data should be refreshed. 213 213 */ 214 function rtgodam_get_user_data( $use_for_localize_array = false, $timeout = 300) {214 function rtgodam_get_user_data( $use_for_localize_array = false, $timeout = HOUR_IN_SECONDS ) { 215 215 $rtgodam_user_data = get_option( 'rtgodam_user_data', false ); 216 216 $api_key = get_option( 'rtgodam-api-key', '' ); -
godam/trunk/languages/godam.pot
r3379274 r3382430 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: GoDAM 1.4. 4\n"5 "Project-Id-Version: GoDAM 1.4.5\n" 6 6 "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/godam\n" 7 7 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" … … 10 10 "Content-Type: text/plain; charset=UTF-8\n" 11 11 "Content-Transfer-Encoding: 8bit\n" 12 "POT-Creation-Date: 2025-10- 15T09:42:32+00:00\n"12 "POT-Creation-Date: 2025-10-22T06:07:59+00:00\n" 13 13 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 14 14 "X-Generator: WP-CLI 2.12.0\n" … … 44 44 msgstr "" 45 45 46 #: admin/class-rtgodam-retranscodemedia.php:11 846 #: admin/class-rtgodam-retranscodemedia.php:117 47 47 msgid "GoDAM Tools" 48 48 msgstr "" 49 49 50 #: admin/class-rtgodam-retranscodemedia.php:13 551 #: admin/class-rtgodam-retranscodemedia.php:26 452 #: admin/class-rtgodam-retranscodemedia.php:28 550 #: admin/class-rtgodam-retranscodemedia.php:134 51 #: admin/class-rtgodam-retranscodemedia.php:263 52 #: admin/class-rtgodam-retranscodemedia.php:284 53 53 #: admin/js/godam-retranscode-media.js:6 54 54 #: pages/tools/App.js:20 … … 57 57 msgstr "" 58 58 59 #: admin/class-rtgodam-retranscodemedia.php:16 260 #: admin/class-rtgodam-retranscodemedia.php:36 259 #: admin/class-rtgodam-retranscodemedia.php:161 60 #: admin/class-rtgodam-retranscodemedia.php:361 61 61 msgid "Cheatin’ uh?" 62 62 msgstr "" 63 63 64 64 #. translators: Link to the media page. 65 #: admin/class-rtgodam-retranscodemedia.php:18 466 #: admin/class-rtgodam-retranscodemedia.php:39 665 #: admin/class-rtgodam-retranscodemedia.php:183 66 #: admin/class-rtgodam-retranscodemedia.php:395 67 67 #, php-format 68 68 msgid "Unable to find any media. Are you sure <a href='%s'>some exist</a>?" 69 69 msgstr "" 70 70 71 #: admin/class-rtgodam-retranscodemedia.php:20 471 #: admin/class-rtgodam-retranscodemedia.php:203 72 72 msgid "Stopping..." 73 73 msgstr "" 74 74 75 75 #. translators: The URL to go back to the previous page. 76 #: admin/class-rtgodam-retranscodemedia.php:20 777 #: admin/class-rtgodam-retranscodemedia.php:47 676 #: admin/class-rtgodam-retranscodemedia.php:206 77 #: admin/class-rtgodam-retranscodemedia.php:475 78 78 #, php-format 79 79 msgid "To go back to the previous page, <a href=\"%s\">click here</a>." 80 80 msgstr "" 81 81 82 #: admin/class-rtgodam-retranscodemedia.php:26 382 #: admin/class-rtgodam-retranscodemedia.php:262 83 83 msgid "Retranscode this single media" 84 84 msgstr "" 85 85 86 #: admin/class-rtgodam-retranscodemedia.php:41 886 #: admin/class-rtgodam-retranscodemedia.php:417 87 87 msgid "There are no media available to send for transcoding." 88 88 msgstr "" 89 89 90 #: admin/class-rtgodam-retranscodemedia.php:427 91 msgid "You do not have sufficient bandwidth remaining to perform the transcoding." 92 msgstr "" 93 90 94 #: admin/class-rtgodam-retranscodemedia.php:428 91 msgid "You do not have sufficient bandwidth remaining to perform the transcoding."95 msgid "Your remaining bandwidth is : " 92 96 msgstr "" 93 97 94 98 #: admin/class-rtgodam-retranscodemedia.php:429 95 msgid "Your remaining bandwidth is : "96 msgstr ""97 98 #: admin/class-rtgodam-retranscodemedia.php:43099 99 msgid "Required bandwidth is: " 100 100 msgstr "" 101 101 102 #: admin/class-rtgodam-retranscodemedia.php:43 4102 #: admin/class-rtgodam-retranscodemedia.php:433 103 103 msgid "You can select the files manually and try again." 104 104 msgstr "" 105 105 106 #: admin/class-rtgodam-retranscodemedia.php:44 1107 #: admin/class-rtgodam-retranscodemedia.php:45 5106 #: admin/class-rtgodam-retranscodemedia.php:440 107 #: admin/class-rtgodam-retranscodemedia.php:454 108 108 msgid "Proceed with retranscoding" 109 109 msgstr "" 110 110 111 #: admin/class-rtgodam-retranscodemedia.php:46 9111 #: admin/class-rtgodam-retranscodemedia.php:468 112 112 msgid "Your files are being re-transcoded. Do not navigate away from this page until the process is completed, as doing so will prematurely abort the script. Retranscoding can take a while, especially for larger files. You can view the progress below." 113 113 msgstr "" 114 114 115 115 #. translators: Count of media which were successfully and media which were failed transcoded with the time in seconds and previout page link. 116 #: admin/class-rtgodam-retranscodemedia.php:47 9116 #: admin/class-rtgodam-retranscodemedia.php:478 117 117 #, php-format 118 118 msgid "All done! %1$s media file(s) were successfully sent for transcoding in %2$s seconds and there were %3$s failure(s). To try transcoding the failed media again, <a href=\"%4$s\">click here</a>. %5$s" … … 120 120 121 121 #. translators: Count of media which were successfully transcoded with the time in seconds and previout page link. 122 #: admin/class-rtgodam-retranscodemedia.php:48 1122 #: admin/class-rtgodam-retranscodemedia.php:480 123 123 #, php-format 124 124 msgid "All done! %1$s media file(s) were successfully sent for transcoding in %2$s seconds and there were 0 failures. %3$s" 125 125 msgstr "" 126 126 127 #: admin/class-rtgodam-retranscodemedia.php:48 4128 #: admin/class-rtgodam-retranscodemedia.php:53 7127 #: admin/class-rtgodam-retranscodemedia.php:483 128 #: admin/class-rtgodam-retranscodemedia.php:536 129 129 msgid "You must enable Javascript in order to proceed!" 130 130 msgstr "" 131 131 132 #: admin/class-rtgodam-retranscodemedia.php:4 90132 #: admin/class-rtgodam-retranscodemedia.php:489 133 133 msgid "Abort the Operation" 134 134 msgstr "" 135 135 136 #: admin/class-rtgodam-retranscodemedia.php:49 2136 #: admin/class-rtgodam-retranscodemedia.php:491 137 137 msgid "Debugging Information" 138 138 msgstr "" 139 139 140 140 #. translators: Total count of the media. 141 #: admin/class-rtgodam-retranscodemedia.php:49 7141 #: admin/class-rtgodam-retranscodemedia.php:496 142 142 #, php-format 143 143 msgid "Total Media: %s" … … 145 145 146 146 #. translators: Count of media which were successfully sent to the transcoder server. 147 #: admin/class-rtgodam-retranscodemedia.php:50 2147 #: admin/class-rtgodam-retranscodemedia.php:501 148 148 #, php-format 149 149 msgid "Media Sent for Retranscoding: %s" … … 151 151 152 152 #. translators: Count of media which were failed while sending to the transcoder server. 153 #: admin/class-rtgodam-retranscodemedia.php:50 7153 #: admin/class-rtgodam-retranscodemedia.php:506 154 154 #, php-format 155 155 msgid "Failed While Sending: %s" 156 156 msgstr "" 157 157 158 #: admin/class-rtgodam-retranscodemedia.php:52 2158 #: admin/class-rtgodam-retranscodemedia.php:521 159 159 msgid "This tool will retranscode ALL audio/video media uploaded to your website. This can be handy if you need to transcode media files uploaded in the past." 160 160 msgstr "" 161 161 162 #: admin/class-rtgodam-retranscodemedia.php:52 4162 #: admin/class-rtgodam-retranscodemedia.php:523 163 163 msgid "Sending your entire media library for retranscoding can consume a lot of your bandwidth allowance, so use this tool with care." 164 164 msgstr "" 165 165 166 166 #. translators: Placeholder is for admin media section link. 167 #: admin/class-rtgodam-retranscodemedia.php:52 9167 #: admin/class-rtgodam-retranscodemedia.php:528 168 168 #, php-format 169 169 msgid "You can retranscode specific media files (rather than ALL media) from the <a href='%s'>Media</a> page using Bulk Action via drop down or mouse hover a specific media (audio/video) file." 170 170 msgstr "" 171 171 172 #: admin/class-rtgodam-retranscodemedia.php:53 3172 #: admin/class-rtgodam-retranscodemedia.php:532 173 173 msgid "To begin, just press the button below." 174 174 msgstr "" 175 175 176 #: admin/class-rtgodam-retranscodemedia.php:53 5176 #: admin/class-rtgodam-retranscodemedia.php:534 177 177 msgid "Retranscode All Media" 178 178 msgstr "" 179 179 180 180 #. translators: Media name, Media ID and message for failed transcode. 181 #: admin/class-rtgodam-retranscodemedia.php:55 6181 #: admin/class-rtgodam-retranscodemedia.php:555 182 182 #, php-format 183 183 msgid ""%1$s" (ID %2$s) failed to send. The error message was: %3$s" 184 184 msgstr "" 185 185 186 #: admin/class-rtgodam-retranscodemedia.php:57 7186 #: admin/class-rtgodam-retranscodemedia.php:576 187 187 msgid "Insufficient bandwidth!" 188 188 msgstr "" -
godam/trunk/readme.txt
r3379274 r3382430 5 5 Tested up to: 6.8.3 6 6 Requires PHP: 7.4 7 Stable tag: 1.4. 47 Stable tag: 1.4.5 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 247 247 == Changelog == 248 248 249 = v1.4.5 (October 22, 2025) = 250 251 - Fix: Optimized API requests 252 249 253 = v1.4.4 (October 16, 2025) = 250 254 … … 261 265 - Fix: Fixed Quality option visibility inconsistencies 262 266 263 = v1.4.2 (September 25, 2025) =264 265 - Tweak: Allow replacing transcoded MP4 video with the original uploaded video266 - Fix: Resolved LifterLMS warnings and applied necessary bug fixes267 - Fix: Restored analytics tracking for GoDAM Gallery videos268 - Fix: Fixed GoDAM Recorder playback issue when rtMedia plugin is active269 - Fix: Addressed Safari browser issue where audio would not play or seek correctly270 271 267 [CHECK THE FULL CHANGELOG](https://github.com/rtCamp/godam/blob/main/CHANGELOG.md) 272 268 -
godam/trunk/vendor/composer/installed.php
r3379274 r3382430 2 2 'root' => array( 3 3 'name' => 'rtcamp/godam', 4 'pretty_version' => '1.4. 4',5 'version' => '1.4. 4.0',6 'reference' => ' 4f1e52c2b4a19e2b7da8e6314d92da44ed8e46fc',4 'pretty_version' => '1.4.5', 5 'version' => '1.4.5.0', 6 'reference' => '62ded64cf20391bd31075bee65f09a5f212f8a75', 7 7 'type' => 'wordpress-plugin', 8 8 'install_path' => __DIR__ . '/../../', … … 12 12 'versions' => array( 13 13 'rtcamp/godam' => array( 14 'pretty_version' => '1.4. 4',15 'version' => '1.4. 4.0',16 'reference' => ' 4f1e52c2b4a19e2b7da8e6314d92da44ed8e46fc',14 'pretty_version' => '1.4.5', 15 'version' => '1.4.5.0', 16 'reference' => '62ded64cf20391bd31075bee65f09a5f212f8a75', 17 17 'type' => 'wordpress-plugin', 18 18 'install_path' => __DIR__ . '/../../',
Note: See TracChangeset
for help on using the changeset viewer.