Changeset 2668122
- Timestamp:
- 01/28/2022 12:37:22 PM (4 years ago)
- Location:
- kernel-video-sharing
- Files:
-
- 3 edited
-
assets/banner-772x250.png (modified) (previous)
-
trunk/README.txt (modified) (2 diffs)
-
trunk/kvs.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
kernel-video-sharing/trunk/README.txt
r2667866 r2668122 1 === Kernel Video Sharing ===1 === Kernel Video Sharing Integration === 2 2 Contributors: kvsteam 3 3 Donate link: https://www.kernel-video-sharing.com/ 4 4 Tags: video, player, tube, videoplayer 5 5 Requires at least: 3.0.1 6 Tested up to: 5. 8.37 Stable tag: 1.0. 66 Tested up to: 5.9.0 7 Stable tag: 1.0.7 8 8 Requires PHP: 7.1 9 9 License: GPLv2 or later … … 54 54 = 1.0 = 55 55 * Initial version 56 57 = 1.0.7 = 58 * Consmetical changes -
kernel-video-sharing/trunk/kvs.php
r2667866 r2668122 9 9 * 10 10 * @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/ 13 13 * 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. 614 * Version: 1.0.7 15 15 * Requires at least: 5.0 16 16 * Requires PHP: 5.6 17 * Author: K VS Team18 * Author URI: https://www.kernel- scripts.com/support/17 * Author: Kernel Video Sharing 18 * Author URI: https://www.kernel-video-sharing.com/en/ 19 19 * License: GPL-2.0+ 20 20 * License URI: http://www.gnu.org/licenses/gpl-2.0.txt … … 29 29 30 30 define( 'KVS_WEBSITE', 'https://www.kernel-video-sharing.com/' ); 31 define( 'KVS_VERSION', '1.0. 6' );31 define( 'KVS_VERSION', '1.0.7' ); 32 32 define( 'KVS_PREFIX', 'kvs' ); 33 33 define( 'KVS_DIRPATH', plugin_dir_path( __FILE__ ) );
Note: See TracChangeset
for help on using the changeset viewer.