Changeset 3168936
- Timestamp:
- 10/14/2024 11:01:54 PM (14 months ago)
- Location:
- order-manager
- Files:
-
- 2 edited
-
tags/1.1.0/readme.txt (modified) (4 diffs)
-
trunk/readme.txt (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
order-manager/tags/1.1.0/readme.txt
r3168934 r3168936 18 18 = Options = 19 19 20 ** "Enable order manager for all posts/terms"**20 **Enable order manager for all posts/terms** 21 21 22 22 This will add a new page to the WordPress menu under the associated post type. … … 28 28 This adds a new `'orderby'` value when using `get_terms()`: `'menu_order'`. 29 29 30 ** "Enable post order manager for each term"**30 **Enable post order manager for each term** 31 31 32 32 Taxonomies with this option enabled will now offer a post order interface on … … 39 39 a specific term that uses this.* 40 40 41 ** "Override order on `get_posts()/get_terms()`"**41 **Override order on `get_posts()/get_terms()`** 42 42 43 43 This will cause all queries for posts/terms of that type to use the custom … … 59 59 **Details on each release can be found [on the GitHub releases page](https://github.com/dougwollison/order-manager/releases) for this project.** 60 60 61 = 1.1.0 = 62 Quick Sort, REST support, public API, code cleanup 63 61 64 = 1.0.0 = 62 65 Initial public release. -
order-manager/trunk/readme.txt
r3168934 r3168936 18 18 = Options = 19 19 20 ** "Enable order manager for all posts/terms"**20 **Enable order manager for all posts/terms** 21 21 22 22 This will add a new page to the WordPress menu under the associated post type. … … 28 28 This adds a new `'orderby'` value when using `get_terms()`: `'menu_order'`. 29 29 30 ** "Enable post order manager for each term"**30 **Enable post order manager for each term** 31 31 32 32 Taxonomies with this option enabled will now offer a post order interface on … … 39 39 a specific term that uses this.* 40 40 41 ** "Override order on `get_posts()/get_terms()`"**41 **Override order on `get_posts()/get_terms()`** 42 42 43 43 This will cause all queries for posts/terms of that type to use the custom … … 59 59 **Details on each release can be found [on the GitHub releases page](https://github.com/dougwollison/order-manager/releases) for this project.** 60 60 61 = 1.1.0 = 62 Quick Sort, REST support, public API, code cleanup 63 61 64 = 1.0.0 = 62 65 Initial public release.
Note: See TracChangeset
for help on using the changeset viewer.