Changeset 558073
- Timestamp:
- 06/14/2012 05:51:57 PM (14 years ago)
- Location:
- widget-pagination/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (4 diffs)
-
widget_pagination.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
widget-pagination/trunk/readme.txt
r500614 r558073 4 4 Tags: pagination, paging, paginator, widget, categories, archives, blogroll, links, bookmarks, recent posts, recent comments, meta, pages 5 5 Requires at least: 2.9 6 Tested up to: 3.2.1 7 Stable tag: 0.7.1 6 Tested up to: 3.4 7 Stable tag: 0.8 8 License: GPLv2 or later 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html 8 10 9 11 This plugin lets you add a stylable pagination for the widgets Archives, Categories, Links, Meta, Pages, Recent Comments and Recent Posts. … … 11 13 == Description == 12 14 13 Currently, you can chose the widget, which is to be paginated, and set the items per page individually. You can also set the number of pages to show and change the labels of the previous/next link. Finally, you can change the default styling to match your theme.15 Currently, you can chose the widget, which is to be paginated, and set the items to show per widget page individually. You can also set the number of pages to show and change the labels of the previous/next link, as well as let the widget pages turn automatically. Finally, you can change the default styling to match your theme. 14 16 15 17 **Plugin's Official Site** … … 21 23 * English 22 24 * Deutsch 25 * Român (provided by Alexander Ovsov) 23 26 24 27 **Browser Compatibility** 25 28 26 works with Firefox, Chrome, Opera and Internet Explorer 7-9 (tested under Windows and Linux) 29 positively tested with Firefox, Chrome, Opera and Internet Explorer 7-9 27 30 28 31 **Plans** 29 32 30 33 * animated paging (a few sexy effects) 31 * support of more widget types than the current standard 6 ones34 * support of more widget types than the current standard 7 ones (what others do you need paginated?) 32 35 * instant preview of option changes on the plugin settings page (we don’t like surprises, do we) 33 36 … … 63 66 64 67 == Changelog == 68 69 **0.7.2** 70 71 * New option: set auto-scrolling (pages change automatically after a chosen time) 72 * New option: previous/next labels can be hidden 73 * New language: Român (thanks to Alexander Ovsov) 74 * Optimisation: option saving 75 * Minor bugfixes 65 76 66 77 **0.7.1** -
widget-pagination/trunk/widget_pagination.php
r558066 r558073 4 4 Plugin URI: http://wgpag.jana-sieber.de/ 5 5 Description: This plugin lets you add a styleable pagination for the widgets Archives, Categories, Links, Meta, Pages, Recent Posts and Recent Comments. 6 Version: 0. 7.16 Version: 0.8 7 7 Author: [jasie] and [larsu] 8 8 Author URI: http://wordpress.org/support/profile/jasie … … 30 30 ?> 31 31 <?php 32 define("WGPAG_VERSION", "0. 7.1");32 define("WGPAG_VERSION", "0.8"); 33 33 34 34 if (!class_exists('WidgetPagination')) {
Note: See TracChangeset
for help on using the changeset viewer.