Plugin Directory

Changeset 2675783


Ignore:
Timestamp:
02/09/2022 03:52:12 PM (4 years ago)
Author:
idealand
Message:

New Version 1.0.6:
+ resolve problem in save sattins ==> VPP_AJAX_SETTING_SAVE.php

Location:
video-player-pro
Files:
96 added
3 edited

Legend:

Unmodified
Added
Removed
  • video-player-pro/trunk/include/studio/ajax/VPP_AJAX_SETTING_SAVE.php

    r2497076 r2675783  
    2020        foreach ( $data as $index => $value ) {
    2121
    22             $value = empty( $value ) ? null : $value == 'false' ? null : $value;
     22            $value = empty( $value ) ? null : ($value == 'false' ? null : $value);
    2323
    2424            switch ( $index ) {
  • video-player-pro/trunk/main.php

    r2619439 r2675783  
    44 * Description: Video player pro plugin allows you to have a professional player with powerful tools. This plugin gives you a professional YouTube player skin. Tools: (Create playlists, manage views and control incoming traffic, create comments for videos, add multiple quality uses for video, Srt compatibility, embedding and more).
    55 * Author: IdeaLand
    6  * Version: 1.0.5
     6 * Version: 1.0.6
    77 * Text Domain: video-player-pro
    88 * Author URI: https://idea-land.co/
  • video-player-pro/trunk/readme.txt

    r2675467 r2675783  
    55Requires at least: 4.7
    66Tested up to: 5.9
    7 Stable tag: 1.0.5
     7Stable tag: 1.0.6
    88Requires PHP: 7.0
    99License: GPLv2 or later
Note: See TracChangeset for help on using the changeset viewer.