Plugin Directory

Changeset 558073


Ignore:
Timestamp:
06/14/2012 05:51:57 PM (14 years ago)
Author:
jasie
Message:

Bump version to 0.8

Location:
widget-pagination/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • widget-pagination/trunk/readme.txt

    r500614 r558073  
    44Tags: pagination, paging, paginator, widget, categories, archives, blogroll, links, bookmarks, recent posts, recent comments, meta, pages
    55Requires at least: 2.9
    6 Tested up to: 3.2.1
    7 Stable tag: 0.7.1
     6Tested up to: 3.4
     7Stable tag: 0.8
     8License: GPLv2 or later
     9License URI: http://www.gnu.org/licenses/gpl-2.0.html
    810
    911This plugin lets you add a stylable pagination for the widgets Archives, Categories, Links, Meta, Pages, Recent Comments and Recent Posts.
     
    1113== Description ==
    1214
    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.
     15Currently, 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.
    1416
    1517**Plugin's Official Site**
     
    2123* English
    2224* Deutsch
     25* Român (provided by Alexander Ovsov)
    2326
    2427**Browser Compatibility**
    2528
    26 works with Firefox, Chrome, Opera and Internet Explorer 7-9 (tested under Windows and Linux)
     29positively tested with Firefox, Chrome, Opera and Internet Explorer 7-9
    2730
    2831**Plans**
    2932
    3033* animated paging (a few sexy effects)
    31 * support of more widget types than the current standard 6 ones
     34* support of more widget types than the current standard 7 ones (what others do you need paginated?)
    3235* instant preview of option changes on the plugin settings page (we don’t like surprises, do we)
    3336
     
    6366
    6467== 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
    6576
    6677**0.7.1**
  • widget-pagination/trunk/widget_pagination.php

    r558066 r558073  
    44Plugin URI: http://wgpag.jana-sieber.de/
    55Description: 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.1
     6Version: 0.8
    77Author: [jasie] and [larsu]
    88Author URI: http://wordpress.org/support/profile/jasie
     
    3030?>
    3131<?php
    32 define("WGPAG_VERSION", "0.7.1");
     32define("WGPAG_VERSION", "0.8");
    3333
    3434if (!class_exists('WidgetPagination')) {
Note: See TracChangeset for help on using the changeset viewer.