Plugin Directory

Changeset 1434981


Ignore:
Timestamp:
06/11/2016 03:48:04 PM (10 years ago)
Author:
willyxd
Message:

tagging version 1.3.2

Location:
simple-background-video
Files:
4 edited
2 copied

Legend:

Unmodified
Added
Removed
  • simple-background-video/tags/1.3.2/readme.txt

    r1434960 r1434981  
    55Requires at least: 3.0.1
    66Tested up to: 4.5.2
    7 Stable tag: 1.3
     7Stable tag: 1.3.2
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    5050== Changelog ==
    5151
     52= 1.3.2 =
     53* Bug fixes version
     54
    5255= 1.3 =
    5356* Bug fixes: Custom Title, Javascript error with mp4, etc…
  • simple-background-video/tags/1.3.2/simple_background_video_zd.php

    r1434973 r1434981  
    44Plugin URI: http://www.zuhaitz-design.com
    55Description: 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
     6Version: 1.3.2
    77Author: Willy Muñoz
    88Author URI: http://www.zuhaitz-design.com
     
    277277
    278278    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' );
    280280            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' );
    282282            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' );
    284284            wp_enqueue_script( 'video_media_js' );
    285285            wp_enqueue_media(); // 2 horas
     
    525525    if (!empty($video_web) || !empty($video_mp4)) {
    526526
    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' );
    528528        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' );
    530530        wp_enqueue_script( 'add_video_js' );
    531531
  • simple-background-video/trunk/readme.txt

    r1434960 r1434981  
    55Requires at least: 3.0.1
    66Tested up to: 4.5.2
    7 Stable tag: 1.3
     7Stable tag: 1.3.2
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    5050== Changelog ==
    5151
     52= 1.3.2 =
     53* Bug fixes version
     54
    5255= 1.3 =
    5356* Bug fixes: Custom Title, Javascript error with mp4, etc…
  • simple-background-video/trunk/simple_background_video_zd.php

    r1434973 r1434981  
    44Plugin URI: http://www.zuhaitz-design.com
    55Description: 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
     6Version: 1.3.2
    77Author: Willy Muñoz
    88Author URI: http://www.zuhaitz-design.com
     
    277277
    278278    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' );
    280280            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' );
    282282            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' );
    284284            wp_enqueue_script( 'video_media_js' );
    285285            wp_enqueue_media(); // 2 horas
     
    525525    if (!empty($video_web) || !empty($video_mp4)) {
    526526
    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' );
    528528        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' );
    530530        wp_enqueue_script( 'add_video_js' );
    531531
Note: See TracChangeset for help on using the changeset viewer.