Plugin Directory

Changeset 1715512


Ignore:
Timestamp:
08/18/2017 08:25:02 PM (9 years ago)
Author:
StuartMillington
Message:

v1.6.1

Location:
z-url-preview
Files:
9 added
5 edited

Legend:

Unmodified
Added
Removed
  • z-url-preview/trunk/class.zlinkpreview.php

    r1696557 r1715512  
    239239                }
    240240            }
     241            ?>
     242            <h3 style="display:none;"><?php $zlinkPreview->getTitle();  ?></h3>
     243            <?php
    241244            if (get_option('zurlpreview_noimage') != "Yes") {
    242245                if (get_option('zurlpreview_linkimage') == "Yes") {
  • z-url-preview/trunk/index.php

    r1696557 r1715512  
    44  Plugin URI: http://www.z-add.co.uk/
    55  Description: A plugin to embed a preview of a link, similar to facebook
    6   Version: 1.6.0
     6  Version: 1.6.1
    77  Author: Stuart Millington
    88  Author URI: http://www.z-add.co.uk
  • z-url-preview/trunk/readme.txt

    r1696557 r1715512  
    5252
    5353== Changelog ==
     54
     55= 1.6.1 =
     56* Changed suppress header tag option to re-enable title text
    5457
    5558= 1.6.0 =
  • z-url-preview/trunk/zurlplugin.js

    r1474915 r1715512  
    3333                                        var topar = document.createElement('div');
    3434                                        topar.innerHTML = html;
    35                                         var parh2col = topar.getElementsByTagName('h2');
     35                                        var parh2col = topar.getElementsByTagName('h3');
    3636                                        var pt = '';
    3737                                        for(var i = 0, max = parh2col.length; i < max; i++) {
  • z-url-preview/trunk/zurlplugin_media.js

    r1474915 r1715512  
    2727                                        var topar = document.createElement('div');
    2828                                        topar.innerHTML = html;
    29                                         var parh2col = topar.getElementsByTagName('h2');
     29                                        var parh2col = topar.getElementsByTagName('h3');
    3030                                        var pt = '';
    3131                                        for(var i = 0, max = parh2col.length; i < max; i++) {
Note: See TracChangeset for help on using the changeset viewer.