Plugin Directory

Changeset 1039597


Ignore:
Timestamp:
12/06/2014 08:45:34 PM (11 years ago)
Author:
ahspw
Message:

update to 2.1.0

Location:
widgets-in-tabs
Files:
14 added
1 edited

Legend:

Unmodified
Added
Removed
  • widgets-in-tabs/trunk/readme.txt

    r1024230 r1039597  
    33Tags: tabs, tabbed, widget, tabbed widget, theme, sidebar, widget area
    44Requires at least: 3.9.0
    5 Tested up to: 4.0
    6 Stable tag: 2.0.4
     5Tested up to: 4.0.1
     6Stable tag: 2.1.0
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    5454If an inavlid value is provided, WIT will revert back to the default one.
    5555
     56**Important**
     57
     58If you are using multiple WIT instances with the same area, you MUST specify a unique id for each instance to avoid invalid HTML on your blog, although WIT will attempt to avoid that anyways.
     59Example:
     60
     61* `[wit area='my-special-wit' id='wit1']`
     62* `[wit area='my-speical-wit' id='wit2']`
     63
    5664= How to add extra WIT areas? =
    5765
     
    6472* [prefect-scrollbar](http://noraesae.github.io/perfect-scrollbar)
    6573* [jquery-mousewheel](http://github.com/brandonaaron/jquery-mousewheel)
     74* [jQuery hashchange event](http://benalman.com/projects/jquery-hashchange-plugin/)
    6675
    6776== Screenshots ==
     
    7786== Changelog ==
    7887
     88= 2.1.0 =
     89
     90*06 Dec 2014*
     91
     92* NEW: Link to a specific tab within WIT.
     93* Bug fix: Invalid HTML when multiple WITs show the same area.
     94
    7995= 2.0.4 =
    8096
     97*12 Nov 2014*
     98
    8199* Bug fix: Overlapping tabs on Chrome and Safari (introduced in version 2.0.2).
    82100
    83101= 2.0.3 =
    84102
    85 * Bug fix: cannot add new area after deleting all areas
     103*08 Nov 2014*
     104
     105* Bug fix: cannot add new area after deleting all areas.
    86106
    87107= 2.0.2 =
     108
     109*31 Oct 2014*
    88110
    89111* NEW: Add classical effects (without using jQuery UI Effects).
     
    94116= 2.0.1 =
    95117
     118*17 Oct 2014*
     119
    96120* Bug fix: WIT TinyMCE plugin should now work with any page that uses the built in editor.
    97121* Enhancement: Better UX for the extra areas interface.
     
    99123= 2.0 =
    100124
    101 * NEW: Multiple instances with different widgets
    102 * several enhancements
     125*10 Oct 2014*
     126
     127* NEW: Multiple instances with different widgets.
     128* Several enhancements.
    103129
    104130= 1.3 =
    105131
     132*09 Sep 2014*
     133
    106134* NEW: customize height (fixed or adaptive).
    107135
    108136= 1.2 =
     137
     138*01 Sep 2014*
    109139
    110140* NEW: pause animation while the user is interacting with WIT, then resume.
     
    113143= 1.1 =
    114144
     145*23 Aug 2014*
     146
    115147* NEW: customize effect duration.
    116148
    117149= 1.0 =
     150
     151*10 Aug 2014*
    118152
    119153* NEW: lots of new transitions and customizations.
     
    124158= 0.7 =
    125159
    126 * Bugfix: each WIT instance should have its own unique options
    127 * New: Option to show all tabs instead of a scrollbar
    128 * New: Shortcode to display WIT widget anywhere inside a page or a post
    129 * New: Editor button for WIT shortcode
    130 * Known issues
    131     * scrollbar disappears on RTL websites on non-webkit browsers
    132     * the sidebar to which WIT is added will have a long height depending on how many tabs WIT has
     160*25 Apr 2014*
     161
     162* Bugfix: each WIT instance should have its own unique options.
     163* New: Option to show all tabs instead of a scrollbar.
     164* New: Shortcode to display WIT widget anywhere inside a page or a post.
     165* New: Editor button for WIT shortcode.
     166* Known issues:
     167    * scrollbar disappears on RTL websites on non-webkit browsers.
     168    * the sidebar to which WIT is added will have a long height depending on how many tabs WIT has.
    133169
    134170= 0.5 =
    135171
    136 * Bugfix: when animation is disabled, clicking on a tab causes crazy animation
    137 * Dependencies upgraded
    138 * Code reviewed and some parts rewritten
    139 * WIT widget in admin area is now unique!
    140 * Known issues: scrollbar disappears on RTL websites on non-webkit browsers
     172*22 Apr 2014*
     173
     174* Bugfix: when animation is disabled, clicking on a tab causes crazy animation.
     175* Dependencies upgraded.
     176* Code reviewed and some parts rewritten.
     177* WIT widget in admin area is now unique!.
     178* Known issues: scrollbar disappears on RTL websites on non-webkit browsers.
    141179
    142180= 0.1 =
    143181
    144 initial release
     182*14 Apr 2014*
     183
     184Initial release.
    145185
    146186== Upgrade Notice ==
     187
     188= 2.1.0 =
     189New feature and a bug fix.
    147190
    148191= 2.0.4 =
Note: See TracChangeset for help on using the changeset viewer.