Plugin Directory

Changeset 2668122


Ignore:
Timestamp:
01/28/2022 12:37:22 PM (4 years ago)
Author:
kvsteam
Message:

Updated 5.9.0 WP support

Location:
kernel-video-sharing
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • kernel-video-sharing/trunk/README.txt

    r2667866 r2668122  
    1 === Kernel Video Sharing ===
     1=== Kernel Video Sharing Integration ===
    22Contributors: kvsteam
    33Donate link: https://www.kernel-video-sharing.com/
    44Tags: video, player, tube, videoplayer
    55Requires at least: 3.0.1
    6 Tested up to: 5.8.3
    7 Stable tag: 1.0.6
     6Tested up to: 5.9.0
     7Stable tag: 1.0.7
    88Requires PHP: 7.1
    99License: GPLv2 or later
     
    5454= 1.0 =
    5555* Initial version
     56
     57= 1.0.7 =
     58* Consmetical changes
  • kernel-video-sharing/trunk/kvs.php

    r2667866 r2668122  
    99 *
    1010 * @wordpress-plugin
    11  * Plugin Name:       Kernel Video Sharing
    12  * Plugin URI:        https://www.kernel-video-sharing.com/
     11 * Plugin Name:       Kernel Video Sharing Integration
     12 * Plugin URI:        https://www.kernel-video-sharing.com/en/wordpress/
    1313 * Description:       Kernel Video Sharing plugin for WordPress. Provides integration with KVS video content manager and automates video import from KVS into your Wordpress projects.
    14  * Version:           1.0.6
     14 * Version:           1.0.7
    1515 * Requires at least: 5.0
    1616 * Requires PHP:      5.6
    17  * Author:            KVS Team
    18  * Author URI:        https://www.kernel-scripts.com/support/
     17 * Author:            Kernel Video Sharing
     18 * Author URI:        https://www.kernel-video-sharing.com/en/
    1919 * License:           GPL-2.0+
    2020 * License URI:       http://www.gnu.org/licenses/gpl-2.0.txt
     
    2929
    3030define( 'KVS_WEBSITE', 'https://www.kernel-video-sharing.com/' );
    31 define( 'KVS_VERSION', '1.0.6' );
     31define( 'KVS_VERSION', '1.0.7' );
    3232define( 'KVS_PREFIX', 'kvs' );
    3333define( 'KVS_DIRPATH', plugin_dir_path( __FILE__ ) );
Note: See TracChangeset for help on using the changeset viewer.