Plugin Directory

Changeset 3168936


Ignore:
Timestamp:
10/14/2024 11:01:54 PM (14 months ago)
Author:
dougwollison
Message:

fix readme, add changelog

Location:
order-manager
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • order-manager/tags/1.1.0/readme.txt

    r3168934 r3168936  
    1818= Options =
    1919
    20 **"Enable order manager for all posts/terms"**
     20**Enable order manager for all posts/terms**
    2121
    2222This will add a new page to the WordPress menu under the associated post type.
     
    2828This adds a new `'orderby'` value when using `get_terms()`: `'menu_order'`.
    2929
    30 **"Enable post order manager for each term"**
     30**Enable post order manager for each term**
    3131
    3232Taxonomies with this option enabled will now offer a post order interface on
     
    3939a specific term that uses this.*
    4040
    41 **"Override order on `get_posts()/get_terms()`"**
     41**Override order on `get_posts()/get_terms()`**
    4242
    4343This will cause all queries for posts/terms of that type to use the custom
     
    5959**Details on each release can be found [on the GitHub releases page](https://github.com/dougwollison/order-manager/releases) for this project.**
    6060
     61= 1.1.0 =
     62Quick Sort, REST support, public API, code cleanup
     63
    6164= 1.0.0 =
    6265Initial public release.
  • order-manager/trunk/readme.txt

    r3168934 r3168936  
    1818= Options =
    1919
    20 **"Enable order manager for all posts/terms"**
     20**Enable order manager for all posts/terms**
    2121
    2222This will add a new page to the WordPress menu under the associated post type.
     
    2828This adds a new `'orderby'` value when using `get_terms()`: `'menu_order'`.
    2929
    30 **"Enable post order manager for each term"**
     30**Enable post order manager for each term**
    3131
    3232Taxonomies with this option enabled will now offer a post order interface on
     
    3939a specific term that uses this.*
    4040
    41 **"Override order on `get_posts()/get_terms()`"**
     41**Override order on `get_posts()/get_terms()`**
    4242
    4343This will cause all queries for posts/terms of that type to use the custom
     
    5959**Details on each release can be found [on the GitHub releases page](https://github.com/dougwollison/order-manager/releases) for this project.**
    6060
     61= 1.1.0 =
     62Quick Sort, REST support, public API, code cleanup
     63
    6164= 1.0.0 =
    6265Initial public release.
Note: See TracChangeset for help on using the changeset viewer.