Plugin Directory

Changeset 2284709


Ignore:
Timestamp:
04/16/2020 07:53:04 AM (6 years ago)
Author:
morunas
Message:

tagging v3.2.9. Fixes issue with ratio embeds as well as loading animation color.

Location:
dot-embed
Files:
4 edited
1 copied

Legend:

Unmodified
Added
Removed
  • dot-embed/tags/3.2.9/dot-embed.php

    r2280117 r2284709  
    99as follows:
    1010<code>[dotembed url="" title="" dotext="" dotid="" pageext="" pageid="" width="" height="" ratio="" loading="" loadingcolor="" gacrossdomaintracking=""]</code>
    11 Version: 3.2.8
     11Version: 3.2.9
    1212Author: Pedro Figueiredo
    1313Author URI: http://dot.vu
     
    118118
    119119    <style type="text/css">
    120       <?php if ($ratio) : ?>.dotembed-<?php echo esc_attr($dotembedId);
    121 
    122                                             ?>.dotembed-iframe-container {
     120      <?php if ($ratio) : ?>.dot-embed-<?php echo esc_attr($dotembedId);
     121
     122                                            ?> .dot-embed-iframe-container {
    123123        height: 0;
    124124        overflow: hidden;
     
    127127      }
    128128
    129       .dotembed-<?php echo esc_attr($dotembedId);
    130 
    131                       ?>.dotembed-iframe-container iframe {
     129      .dot-embed-<?php echo esc_attr($dotembedId);
     130
     131                      ?> .dot-embed-iframe-container iframe {
    132132        position: absolute;
    133133        top: 0;
    134134        left: 0;
    135         width: 100%;
    136         height: 100%;
     135        width: 100% !important;
     136        height: 100% !important;
    137137      }
    138138
    139139      <?php endif;
    140           ?><?php if ($loading === "yes" && $loadingcolor) : ?>.dotembed-<?php echo esc_attr($dotembedId);
    141 
    142                                                                                 ?>.spinner>div {
     140          ?><?php if ($loading === "yes" && $loadingcolor) : ?>.dot-embed-<?php echo esc_attr($dotembedId);
     141
     142                                                                                ?> .spinner>div {
    143143        background-color: <?php echo esc_attr($loadingcolor);
    144144                                ?>;
  • dot-embed/tags/3.2.9/readme.txt

    r2280117 r2284709  
    55Tested up to: 5.3.2
    66Requires PHP: 5.6
    7 Stable tag: 3.2.8
     7Stable tag: 3.2.9
    88License: GPLv3 or later
    99License URI: http://www.gnu.org/licenses/gpl.html
  • dot-embed/trunk/dot-embed.php

    r2280117 r2284709  
    99as follows:
    1010<code>[dotembed url="" title="" dotext="" dotid="" pageext="" pageid="" width="" height="" ratio="" loading="" loadingcolor="" gacrossdomaintracking=""]</code>
    11 Version: 3.2.8
     11Version: 3.2.9
    1212Author: Pedro Figueiredo
    1313Author URI: http://dot.vu
     
    118118
    119119    <style type="text/css">
    120       <?php if ($ratio) : ?>.dotembed-<?php echo esc_attr($dotembedId);
    121 
    122                                             ?>.dotembed-iframe-container {
     120      <?php if ($ratio) : ?>.dot-embed-<?php echo esc_attr($dotembedId);
     121
     122                                            ?> .dot-embed-iframe-container {
    123123        height: 0;
    124124        overflow: hidden;
     
    127127      }
    128128
    129       .dotembed-<?php echo esc_attr($dotembedId);
    130 
    131                       ?>.dotembed-iframe-container iframe {
     129      .dot-embed-<?php echo esc_attr($dotembedId);
     130
     131                      ?> .dot-embed-iframe-container iframe {
    132132        position: absolute;
    133133        top: 0;
    134134        left: 0;
    135         width: 100%;
    136         height: 100%;
     135        width: 100% !important;
     136        height: 100% !important;
    137137      }
    138138
    139139      <?php endif;
    140           ?><?php if ($loading === "yes" && $loadingcolor) : ?>.dotembed-<?php echo esc_attr($dotembedId);
    141 
    142                                                                                 ?>.spinner>div {
     140          ?><?php if ($loading === "yes" && $loadingcolor) : ?>.dot-embed-<?php echo esc_attr($dotembedId);
     141
     142                                                                                ?> .spinner>div {
    143143        background-color: <?php echo esc_attr($loadingcolor);
    144144                                ?>;
  • dot-embed/trunk/readme.txt

    r2280117 r2284709  
    55Tested up to: 5.3.2
    66Requires PHP: 5.6
    7 Stable tag: 3.2.8
     7Stable tag: 3.2.9
    88License: GPLv3 or later
    99License URI: http://www.gnu.org/licenses/gpl.html
Note: See TracChangeset for help on using the changeset viewer.