Changeset 1039597
- Timestamp:
- 12/06/2014 08:45:34 PM (11 years ago)
- Location:
- widgets-in-tabs
- Files:
-
- 14 added
- 1 edited
-
tags/2.1.0 (added)
-
tags/2.1.0/langs (added)
-
tags/2.1.0/langs/ar.js (added)
-
tags/2.1.0/langs/wit-ar.mo (added)
-
tags/2.1.0/langs/wit-ar.po (added)
-
tags/2.1.0/readme.txt (added)
-
tags/2.1.0/widgets-in-tabs.php (added)
-
tags/2.1.0/wit-admin.min.css (added)
-
tags/2.1.0/wit-admin.min.js (added)
-
tags/2.1.0/wit-all.min.css (added)
-
tags/2.1.0/wit-all.min.js (added)
-
tags/2.1.0/wit-button.min.js (added)
-
tags/2.1.0/wit-settings-form.min.css (added)
-
tags/2.1.0/wit-settings-form.min.js (added)
-
trunk/readme.txt (modified) (8 diffs)
Legend:
- Unmodified
- Added
- Removed
-
widgets-in-tabs/trunk/readme.txt
r1024230 r1039597 3 3 Tags: tabs, tabbed, widget, tabbed widget, theme, sidebar, widget area 4 4 Requires at least: 3.9.0 5 Tested up to: 4.0 6 Stable tag: 2. 0.45 Tested up to: 4.0.1 6 Stable tag: 2.1.0 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 54 54 If an inavlid value is provided, WIT will revert back to the default one. 55 55 56 **Important** 57 58 If 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. 59 Example: 60 61 * `[wit area='my-special-wit' id='wit1']` 62 * `[wit area='my-speical-wit' id='wit2']` 63 56 64 = How to add extra WIT areas? = 57 65 … … 64 72 * [prefect-scrollbar](http://noraesae.github.io/perfect-scrollbar) 65 73 * [jquery-mousewheel](http://github.com/brandonaaron/jquery-mousewheel) 74 * [jQuery hashchange event](http://benalman.com/projects/jquery-hashchange-plugin/) 66 75 67 76 == Screenshots == … … 77 86 == Changelog == 78 87 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 79 95 = 2.0.4 = 80 96 97 *12 Nov 2014* 98 81 99 * Bug fix: Overlapping tabs on Chrome and Safari (introduced in version 2.0.2). 82 100 83 101 = 2.0.3 = 84 102 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. 86 106 87 107 = 2.0.2 = 108 109 *31 Oct 2014* 88 110 89 111 * NEW: Add classical effects (without using jQuery UI Effects). … … 94 116 = 2.0.1 = 95 117 118 *17 Oct 2014* 119 96 120 * Bug fix: WIT TinyMCE plugin should now work with any page that uses the built in editor. 97 121 * Enhancement: Better UX for the extra areas interface. … … 99 123 = 2.0 = 100 124 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. 103 129 104 130 = 1.3 = 105 131 132 *09 Sep 2014* 133 106 134 * NEW: customize height (fixed or adaptive). 107 135 108 136 = 1.2 = 137 138 *01 Sep 2014* 109 139 110 140 * NEW: pause animation while the user is interacting with WIT, then resume. … … 113 143 = 1.1 = 114 144 145 *23 Aug 2014* 146 115 147 * NEW: customize effect duration. 116 148 117 149 = 1.0 = 150 151 *10 Aug 2014* 118 152 119 153 * NEW: lots of new transitions and customizations. … … 124 158 = 0.7 = 125 159 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. 133 169 134 170 = 0.5 = 135 171 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. 141 179 142 180 = 0.1 = 143 181 144 initial release 182 *14 Apr 2014* 183 184 Initial release. 145 185 146 186 == Upgrade Notice == 187 188 = 2.1.0 = 189 New feature and a bug fix. 147 190 148 191 = 2.0.4 =
Note: See TracChangeset
for help on using the changeset viewer.