Changeset 3352934
- Timestamp:
- 08/30/2025 01:44:53 AM (4 months ago)
- Location:
- fv-player/trunk
- Files:
-
- 3 edited
-
fv-player.php (modified) (2 diffs)
-
models/db-video.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
fv-player/trunk/fv-player.php
r3348866 r3352934 4 4 Plugin URI: http://foliovision.com/player 5 5 Description: Formerly FV WordPress Flowplayer. Supports MP4, HLS, MPEG-DASH, WebM and OGV. Advanced features such as overlay ads or popups. 6 Version: 8.0.2 46 Version: 8.0.25 7 7 Author URI: http://foliovision.com/ 8 8 Requires PHP: 5.6 … … 36 36 global $fv_wp_flowplayer_ver; 37 37 38 $fv_wp_flowplayer_ver = '8.0.2 4';38 $fv_wp_flowplayer_ver = '8.0.25'; 39 39 $fv_wp_flowplayer_core_ver = '8.0.20.1'; 40 40 -
fv-player/trunk/models/db-video.php
r3348866 r3352934 43 43 $toggle_advanced_settings, 44 44 $last_check, 45 $caption, // added to avoid PHP warnings, but it should not longer be used in the database table, TODO: Remove the column from the database table46 45 $meta_data = null; // object of this video's meta data 47 46 -
fv-player/trunk/readme.txt
r3348866 r3352934 258 258 == Changelog == 259 259 260 = 8.0.25 - 2025-08-30 = 261 262 * Bugfix: Fix video saving due to missing caption field. The issue would occur if user did not upgrade from FV Player 7. Reverting PHP warnings fix from 8.0.24. 263 260 264 = 8.0.24 - 2025-08-23 = 261 265 … … 264 268 * Tracking: Adding subtitles as a new event 265 269 * YouTube: Compatibility fixes 270 * Bugfix: Editor PHP warnings for the caption field 266 271 267 272 = 8.0.23 - 2025-07-31 =
Note: See TracChangeset
for help on using the changeset viewer.