Changeset 1496008
- Timestamp:
- 09/14/2016 10:38:50 PM (9 years ago)
- Location:
- cloudstitch/trunk
- Files:
-
- 2 edited
-
cloudstitch-wordpress.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
cloudstitch/trunk/cloudstitch-wordpress.php
r1493380 r1496008 2 2 /* 3 3 * Plugin Name: Cloudstitch 4 * Version: 1. 44 * Version: 1.5 5 5 * Plugin URI: http://www.cloudstitch.io/wordpress 6 6 * Description: This plugin lets you inject Cloudstitch widgets into your WordPress blog. … … 39 39 if ($a['container'] == 'dust') $a['container'] = 'cloudstitch-dust'; 40 40 $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']}>" . 42 42 "<link href=\"$component\" rel=\"import\" />"; 43 43 $script = "<script>maybeAdd('link', 'href', '$component', 'rel', 'import')</script>"; -
cloudstitch/trunk/readme.txt
r1337673 r1496008 63 63 * Support for Cloudstitch's new Polymer-based projects, like Stack in a Box and D3 in a Box. 64 64 65 = 1.5 = 66 * Removes a style="display:block" attribute that was causing problems in some projects. 67 65 68 == Upgrade Notice == 66 69 … … 69 72 70 73 = 1.2 = 74 This version should be backward compatible with version 1.0. 75 76 = 1.5 = 71 77 This version should be backward compatible with version 1.0. 72 78
Note: See TracChangeset
for help on using the changeset viewer.