Plugin Directory

Changeset 403830


Ignore:
Timestamp:
07/02/2011 07:31:36 PM (15 years ago)
Author:
froman118
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • my-link-order/trunk/readme.txt

    r196530 r403830  
    44Tags: link, category, categories, order, sidebar, widget
    55Requires at least: 2.8
    6 Tested up to: 2.9.1
    7 Stable tag: 2.9.1
     6Tested up to: 3.1.4
     7Stable tag: 3.1.4
    88
    99My Link Order allows you to set the order in which links and link categories will appear in the sidebar.
     
    1414and drop interface for ordering. Adds a widget with additional options for easy installation on widgetized themes.
    1515
     16= Breaking Change Made in 3.1.4 =
     17
     18If you do not use widgets to display links you must do the following: replace your call to wp_list_bookmarks() with mylinkorder_list_bookmarks().
     19
    1620= Big Update! =
    1721
     
    2125
    2226== Changelog ==
    23 
     27= 3.1.4 =
     28* The order arguments coming into get_bookmarks() started being matched against a static list of values. To get around this I made copies of wp_list_bookmarks and get_bookmarks and modified them.
     29* Widget will work as is after upgrading.
     30* If you weren't using widgets then replace your call to wp_list_bookmarks() with mylinkorder_list_bookmarks(). It is exactly the same except it calls my version of get_bookmarks(), mylinkorder_get_bookmarks().
     31* The link categories are also matched against a list now, but there is a filter available after that modifies the orderby value.
     32= 3.0 =
     33* Update for compatibility with 3.0
     34* Switched way menu item was being added, any permission issues should be fixed
     35* Updated drag and drop to include a placeholder, makes it much easier to see where items will move
     36* Updated styles to fit in with Wordpress better
     37* Updated page code to use regular submit buttons, less reliance on Javascript and query strings
     38* Links and categories now wrapped in localization code, thanks for the tip Florian
    2439= 2.9.1 =
    2540* Fixed widget checkboxes not holding their value.
     
    66812. Go to "My Link Order" under the Links menu and specify your desired order for your link categories and the links in each category
    67823. If you are using widgets then replace the standard "Links" widget with the "My Link Order" widget. That's it.
    68 4. If you aren't using widgets, modify the sidebar template to use the correct filter (additional parameter seperated by ampersands):
    69     `wp_list_bookmarks('orderby=order&category_orderby=order');`
     834. If you aren't using widgets, modify your template to use the correct filter (additional parameter seperated by ampersands):
     84    `mylinkorder_list_bookmarks('orderby=order&category_orderby=order');`
    7085
    7186== Frequently Asked Questions ==
Note: See TracChangeset for help on using the changeset viewer.