Changeset 1434981
- Timestamp:
- 06/11/2016 03:48:04 PM (10 years ago)
- Location:
- simple-background-video
- Files:
-
- 4 edited
- 2 copied
-
tags/1.3.1 (copied) (copied from simple-background-video/trunk)
-
tags/1.3.2 (copied) (copied from simple-background-video/trunk)
-
tags/1.3.2/readme.txt (modified) (2 diffs)
-
tags/1.3.2/simple_background_video_zd.php (modified) (3 diffs)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/simple_background_video_zd.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
simple-background-video/tags/1.3.2/readme.txt
r1434960 r1434981 5 5 Requires at least: 3.0.1 6 6 Tested up to: 4.5.2 7 Stable tag: 1.3 7 Stable tag: 1.3.2 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 50 50 == Changelog == 51 51 52 = 1.3.2 = 53 * Bug fixes version 54 52 55 = 1.3 = 53 56 * Bug fixes: Custom Title, Javascript error with mp4, etc… -
simple-background-video/tags/1.3.2/simple_background_video_zd.php
r1434973 r1434981 4 4 Plugin URI: http://www.zuhaitz-design.com 5 5 Description: Put a title and a responsive background video as a header in any page. Your video could be from Youtube, Vimeo or MP4! 6 Version: 1.3 6 Version: 1.3.2 7 7 Author: Willy Muñoz 8 8 Author URI: http://www.zuhaitz-design.com … … 277 277 278 278 function load_custom_wp_admin_style() { 279 wp_register_style( 'custom_wp_admin_css', plugin_dir_url( __FILE__ ) . 'css/video-artist.css', false, '1.3 ' );279 wp_register_style( 'custom_wp_admin_css', plugin_dir_url( __FILE__ ) . 'css/video-artist.css', false, '1.3.2' ); 280 280 wp_enqueue_style( 'custom_wp_admin_css' ); 281 wp_register_script( 'video_artist_js', plugin_dir_url( __FILE__ ) . 'js/video-artist.js', false, '1.3 ' );281 wp_register_script( 'video_artist_js', plugin_dir_url( __FILE__ ) . 'js/video-artist.js', false, '1.3.2' ); 282 282 wp_enqueue_script( 'video_artist_js' ); 283 wp_register_script( 'video_media_js', plugin_dir_url( __FILE__ ) . 'js/video-media.js', false, '1.3 ' );283 wp_register_script( 'video_media_js', plugin_dir_url( __FILE__ ) . 'js/video-media.js', false, '1.3.2' ); 284 284 wp_enqueue_script( 'video_media_js' ); 285 285 wp_enqueue_media(); // 2 horas … … 525 525 if (!empty($video_web) || !empty($video_mp4)) { 526 526 527 wp_register_style( 'add_video_css', plugin_dir_url( __FILE__ ) . 'css/add_video.css', false, '1.3 ' );527 wp_register_style( 'add_video_css', plugin_dir_url( __FILE__ ) . 'css/add_video.css', false, '1.3.2' ); 528 528 wp_enqueue_style( 'add_video_css' ); 529 wp_register_script( 'add_video_js', plugin_dir_url( __FILE__ ) . 'js/add_video.js', false, '1.3 ' );529 wp_register_script( 'add_video_js', plugin_dir_url( __FILE__ ) . 'js/add_video.js', false, '1.3.2' ); 530 530 wp_enqueue_script( 'add_video_js' ); 531 531 -
simple-background-video/trunk/readme.txt
r1434960 r1434981 5 5 Requires at least: 3.0.1 6 6 Tested up to: 4.5.2 7 Stable tag: 1.3 7 Stable tag: 1.3.2 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 50 50 == Changelog == 51 51 52 = 1.3.2 = 53 * Bug fixes version 54 52 55 = 1.3 = 53 56 * Bug fixes: Custom Title, Javascript error with mp4, etc… -
simple-background-video/trunk/simple_background_video_zd.php
r1434973 r1434981 4 4 Plugin URI: http://www.zuhaitz-design.com 5 5 Description: Put a title and a responsive background video as a header in any page. Your video could be from Youtube, Vimeo or MP4! 6 Version: 1.3 6 Version: 1.3.2 7 7 Author: Willy Muñoz 8 8 Author URI: http://www.zuhaitz-design.com … … 277 277 278 278 function load_custom_wp_admin_style() { 279 wp_register_style( 'custom_wp_admin_css', plugin_dir_url( __FILE__ ) . 'css/video-artist.css', false, '1.3 ' );279 wp_register_style( 'custom_wp_admin_css', plugin_dir_url( __FILE__ ) . 'css/video-artist.css', false, '1.3.2' ); 280 280 wp_enqueue_style( 'custom_wp_admin_css' ); 281 wp_register_script( 'video_artist_js', plugin_dir_url( __FILE__ ) . 'js/video-artist.js', false, '1.3 ' );281 wp_register_script( 'video_artist_js', plugin_dir_url( __FILE__ ) . 'js/video-artist.js', false, '1.3.2' ); 282 282 wp_enqueue_script( 'video_artist_js' ); 283 wp_register_script( 'video_media_js', plugin_dir_url( __FILE__ ) . 'js/video-media.js', false, '1.3 ' );283 wp_register_script( 'video_media_js', plugin_dir_url( __FILE__ ) . 'js/video-media.js', false, '1.3.2' ); 284 284 wp_enqueue_script( 'video_media_js' ); 285 285 wp_enqueue_media(); // 2 horas … … 525 525 if (!empty($video_web) || !empty($video_mp4)) { 526 526 527 wp_register_style( 'add_video_css', plugin_dir_url( __FILE__ ) . 'css/add_video.css', false, '1.3 ' );527 wp_register_style( 'add_video_css', plugin_dir_url( __FILE__ ) . 'css/add_video.css', false, '1.3.2' ); 528 528 wp_enqueue_style( 'add_video_css' ); 529 wp_register_script( 'add_video_js', plugin_dir_url( __FILE__ ) . 'js/add_video.js', false, '1.3 ' );529 wp_register_script( 'add_video_js', plugin_dir_url( __FILE__ ) . 'js/add_video.js', false, '1.3.2' ); 530 530 wp_enqueue_script( 'add_video_js' ); 531 531
Note: See TracChangeset
for help on using the changeset viewer.