Plugin Directory

Changeset 3352934


Ignore:
Timestamp:
08/30/2025 01:44:53 AM (4 months ago)
Author:
FolioVision
Message:

8.0.25: Editor saving bugfix

Location:
fv-player/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • fv-player/trunk/fv-player.php

    r3348866 r3352934  
    44Plugin URI: http://foliovision.com/player
    55Description: Formerly FV WordPress Flowplayer. Supports MP4, HLS, MPEG-DASH, WebM and OGV. Advanced features such as overlay ads or popups.
    6 Version: 8.0.24
     6Version: 8.0.25
    77Author URI: http://foliovision.com/
    88Requires PHP: 5.6
     
    3636global $fv_wp_flowplayer_ver;
    3737
    38 $fv_wp_flowplayer_ver = '8.0.24';
     38$fv_wp_flowplayer_ver = '8.0.25';
    3939$fv_wp_flowplayer_core_ver = '8.0.20.1';
    4040
  • fv-player/trunk/models/db-video.php

    r3348866 r3352934  
    4343    $toggle_advanced_settings,
    4444    $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 table
    4645    $meta_data = null; // object of this video's meta data
    4746
  • fv-player/trunk/readme.txt

    r3348866 r3352934  
    258258== Changelog ==
    259259
     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
    260264= 8.0.24 - 2025-08-23 =
    261265
     
    264268* Tracking: Adding subtitles as a new event
    265269* YouTube: Compatibility fixes
     270* Bugfix: Editor PHP warnings for the caption field
    266271
    267272= 8.0.23 - 2025-07-31 =
Note: See TracChangeset for help on using the changeset viewer.