Plugin Directory

Changeset 1496008


Ignore:
Timestamp:
09/14/2016 10:38:50 PM (9 years ago)
Author:
edwardbenson
Message:

display:block fix

Location:
cloudstitch/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • cloudstitch/trunk/cloudstitch-wordpress.php

    r1493380 r1496008  
    22/*
    33 * Plugin Name: Cloudstitch
    4  * Version: 1.4
     4 * Version: 1.5
    55 * Plugin URI: http://www.cloudstitch.io/wordpress
    66 * Description: This plugin lets you inject Cloudstitch widgets into your WordPress blog.
     
    3939  if ($a['container'] == 'dust') $a['container'] = 'cloudstitch-dust';
    4040  $component= "https://components.cloudstitch.com/{$a['container']}.html";
    41   $inline = "<{$a['container']} style=\"display: block;\" user=\"{$a['user']}\" app=\"{$a['app']}\" label=\"{$a['label']}\"></{$a['container']}>" .
     41  $inline = "<{$a['container']} user=\"{$a['user']}\" app=\"{$a['app']}\" label=\"{$a['label']}\"></{$a['container']}>" .
    4242    "<link href=\"$component\" rel=\"import\" />";
    4343  $script = "<script>maybeAdd('link', 'href', '$component', 'rel', 'import')</script>";
  • cloudstitch/trunk/readme.txt

    r1337673 r1496008  
    6363* Support for Cloudstitch's new Polymer-based projects, like Stack in a Box and D3 in a Box.
    6464
     65= 1.5 =
     66* Removes a style="display:block" attribute that was causing problems in some projects.
     67
    6568== Upgrade Notice ==
    6669
     
    6972
    7073= 1.2 =
     74This version should be backward compatible with version 1.0.
     75
     76= 1.5 =
    7177This version should be backward compatible with version 1.0.
    7278
Note: See TracChangeset for help on using the changeset viewer.