Changeset 2585009
- Timestamp:
- 08/18/2021 05:35:53 PM (5 years ago)
- Location:
- ultimate-youtube-video-player/trunk
- Files:
-
- 1 added
- 7 edited
-
README.txt (modified) (3 diffs)
-
admin/admin.php (modified) (1 diff)
-
admin/class-cdlzr-yt-actions.php (modified) (1 diff)
-
admin/inc/handler/richdelsingvidhandler.php (added)
-
admin/inc/ytrichplaylist.php (modified) (2 diffs)
-
admin/libs/js/custom-js.js (modified) (1 diff)
-
changelog.txt (modified) (1 diff)
-
ultimate-youtubevideo.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
ultimate-youtube-video-player/trunk/README.txt
r2553498 r2585009 1 1 === Ultimate YouTube Video Player === 2 2 Contributors: codelizarplugs 3 Tags: video, youtube, subscribe, responsive, you tube, shortcode, youtube api, widget, YouTube, YouTube Video, Playlist Video, Video Player, Tutorial, YouTube Embed, playlist3 Tags: video, youtube, you tube, subscribe, responsive, you tube, shortcode, youtube api, widget, YouTube, YouTube Video, Playlist Video, Video Player, Tutorial, YouTube Embed, playlist 4 4 Donate link: https://codelizar.com/ 5 5 Requires at least: 4.0 6 Tested up to: 5. 7.26 Tested up to: 5.8 7 7 Requires PHP: 5.6 8 Stable tag: 2. 58 Stable tag: 2.6 9 9 License: GPLv2 or later 10 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 101 101 == Changelog == 102 102 103 = 2.6 = 104 *Release Date - 18 August 2021* 105 * Add delete button for delete rich video 106 * Minor bug fixed 107 103 108 = 2.5 = 104 109 *Release Date - 24 June 2021* … … 109 114 * Add Tutorials video in readme file. 110 115 * Update screenshots 111 112 = 2.3 =113 *Release Date - 26 Feburary 2021*114 115 * Update feature list116 * Minor bug fixed117 * Tested upto Wordpress 5.6.2 -
ultimate-youtube-video-player/trunk/admin/admin.php
r2553498 r2585009 19 19 add_action( 'wp_ajax_savesetting', array( 'CDLZR_YT_Actions', 'save_setting' ) ); 20 20 add_action( 'wp_ajax_delytdata', array( 'CDLZR_YT_Actions', 'del_ytsetting' ) ); 21 add_action( 'wp_ajax_richdelsingytvideo', array( 'CDLZR_YT_Actions', 'rich_del_single_video' ) ); 21 22 add_action( 'wp_ajax_saverichvids', array( 'CDLZR_YT_Actions', 'save_rich_single_video' ) ); 22 23 add_filter( 'plugin_action_links_' . plugin_basename(CDLZR_YTUBE_FILE), array( 'CDLZR_YT_Actions', 'cdlzr_yt_plugin_actions_links' ) ); -
ultimate-youtube-video-player/trunk/admin/class-cdlzr-yt-actions.php
r2553498 r2585009 42 42 public static function save_rich_single_video() { 43 43 include( CDLZR_YTUBE_PLUGIN_DIR_PATH . 'admin/inc/handler/singrichvidhandler.php' ); 44 } 44 } 45 46 public static function rich_del_single_video() { 47 include( CDLZR_YTUBE_PLUGIN_DIR_PATH . 'admin/inc/handler/richdelsingvidhandler.php' ); 48 } 45 49 46 50 /** -
ultimate-youtube-video-player/trunk/admin/inc/ytrichplaylist.php
r2553498 r2585009 49 49 <th>#</th> 50 50 <th><?php _e('Video Title',CDLZR_PLUG_YTUBE_DOM); ?></th> 51 <th><?php _e('Video ID',CDLZR_PLUG_YTUBE_DOM); ?></th> 51 <th><?php _e('Video ID',CDLZR_PLUG_YTUBE_DOM); ?></th> 52 <th><?php _e('Delete',CDLZR_PLUG_YTUBE_DOM); ?></th> 52 53 </tr> 53 54 </thead> … … 70 71 <td><?php echo $final_rp_arr['rp_plvidttle']; ?></td> 71 72 <td><?php echo $final_rp_arr['rp_vid_id']; ?></td> 73 <td><button data-id="<?php echo $h; ?>" class="btn btn-danger del_sing_ytvid" type="button"><i class="fas fa-trash"></i></button></td> 72 74 </tr> 73 75 <?php -
ultimate-youtube-video-player/trunk/admin/libs/js/custom-js.js
r2553498 r2585009 335 335 } 336 336 }); 337 }); 337 }); 338 339 /*Delete single rich video*/ 340 jQuery('.del_sing_ytvid').on('click', function(e){ 341 e.preventDefault(); 342 var rich_video_id = jQuery(this).attr('data-id'); 343 var conf = confirm("Are you sure ?"); 344 if (conf == true) { 345 jQuery.ajax({ 346 type: 'post', 347 dataType:'json', 348 url: ajaxurl, 349 data:{ 350 action:"richdelsingytvideo", 351 rich_video_id:rich_video_id 352 }, 353 success: function(response){ 354 if(response['success_msg_delrsv']==1){ 355 alert("Deleted Successfully."); 356 location.reload(true); 357 }else{ 358 alert("Something went wrong."); 359 location.reload(true); 360 } 361 } 362 }); 363 } 364 }); 338 365 }); -
ultimate-youtube-video-player/trunk/changelog.txt
r2553498 r2585009 5 5 This file contains older changelog entries, so we can keep the size of the standard WordPress readme.txt file reasonable. 6 6 For the latest changes, please see the "Changelog" section of the [readme.txt file](https://plugins.svn.wordpress.org/ultimate-youtube-video-player/trunk/readme.txt). 7 8 = 2.3 = 9 *Release Date - 26 Feburary 2021* 10 * Update feature list 11 * Minor bug fixed 12 * Tested upto Wordpress 5.6.2 7 13 8 14 = 2.2 = -
ultimate-youtube-video-player/trunk/ultimate-youtubevideo.php
r2553498 r2585009 4 4 * Plugin URI: https://wordpress.org/plugins/ultimate-youtube-video-player/ 5 5 * Description: Ultimate YouTube Video Player Plugin shows your youtube videos & subscriber button from related user account and you can manage video using your account token. plugin shows playlist with date time. it is really help in to check the latest video and its status. 6 * Version: 2. 56 * Version: 2.6 7 7 * Author: Codelizar 8 8 * Author URI: https://codelizar.com
Note: See TracChangeset
for help on using the changeset viewer.