Plugin Directory

Changeset 166709


Ignore:
Timestamp:
10/25/2009 12:35:39 AM (16 years ago)
Author:
Hackadelic
Message:

on to 1.0.7

Location:
hackadelic-widgetvoodoo/trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • hackadelic-widgetvoodoo/trunk/hackadelic-widgetvoodoo-admx.php

    r95071 r166709  
    4848    array(
    4949        'text' => 'Order a plugin',
    50         'url' => 'http://hackadelic.com/contact',
     50        'url' => 'http://hackadelic.com/services',
    5151        'icon' => "http://lh5.ggpht.com/_eYaV9fZ6qRg/SYj7lcn3TFI/AAAAAAAAAGc/IIpGTWolB7k/s800/lightbulb.png" ),
    5252);
     
    7979</style>
    8080<div class="wrap">
     81<div id="icon-options-general" class="icon32"><br /></div>
    8182<h2><?php echo $admPageTitle ?></h2>
    8283
  • hackadelic-widgetvoodoo/trunk/hackadelic-widgetvoodoo-settings.php

    r110764 r166709  
    3333include 'hackadelic-widgetvoodoo-admx.php';
    3434?>
     35<style>
     36table#sidebar-data td.sidebar-info {
     37    border: double #ccc;
     38    padding-top: 1em;
     39}
     40</style>
    3541
    3642<?php if ($updated) : ?>
     
    8591?>
    8692
    87 <table>
     93<?php $ncols = $odd = 0 ?>
     94<table id="sidebar-data">
    8895<tr><td colspan="2"><b><?php $this->e('Your current theme\'s sidebar data:') ?></b></td></tr>
    89 <tr valign="top">
     96<tr valign="top" class="sidebar-info">
    9097<?php foreach ($suggestions['sidebar-data'] as $lines) : ?>
    91 <td>
     98<td class="sidebar-info">
    9299<?php foreach ($lines as $s) : ?>
    93100    <div style="border:1px solid #eee"><?php echo $s ?></div>
    94101<?php endforeach ?>
    95102</td>
     103<?php if (++$ncols > 1): $ncols = 0; $odd = !$odd; ?>
     104</tr>
     105<tr valign="top" class="notfirst sidebar-info">
     106<?php endif ?>
    96107<?php endforeach ?>
    97108</tr>
  • hackadelic-widgetvoodoo/trunk/hackadelic-widgetvoodoo.php

    r121065 r166709  
    22/*
    33Plugin Name: Hackadelic WidgetVoodoo
    4 Version: 1.0.6
     4Version: 1.0.7
    55Plugin URI: http://hackadelic.com/solutions/wordpress/widgetvoodoo
    66Description: Morphs sidebar widgets into cool, collapsible AJAX-type citizens.
     
    5050{
    5151    var $PLUGIN_TITLE = 'Widget Voodoo';
    52     var $VERSION = '1.0.5';
     52    var $VERSION = '1.0.7dev';
    5353   
    5454    var $WIDGET_WRAP_SELECTOR = '.widget';
  • hackadelic-widgetvoodoo/trunk/readme.txt

    r121247 r166709  
    1515### Change Log
    1616
    17 #### 1.0.6
     17#### [1.0.7]
     18
     19* Improved setting page apearence for themes with *lots* of sidebars
     20* Verified compatibility with WP 2.8.5
     21* Minor fixes/improvements
     22
     23#### [1.0.6]
    1824
    1925* Fixes [an issue related to some rare widgets with uncommon HTML layout](http://wordpress.org/support/topic/274155), where titles were collapsed as well.
Note: See TracChangeset for help on using the changeset viewer.