Releases: hijiriworld/intuitive-custom-post-order
Releases · hijiriworld/intuitive-custom-post-order
v3.1.5
What's Changed
- fix(hicpo_add_capabilities): add capabilities only when role exists by @timohubois in #51
- Use WordPress coding standards by @timohubois in #54
- Fix for multisite by @tombroucke in #46
- Security fixes by @timohubois in #60
New Contributors
- @tombroucke made their first contribution in #46
Full Changelog: 3.1.4...3.1.5
v3.1.4
- fixed current security issues. (Thank you @timohubois)
Arbitrary Menu Order Update via CSRF.
Subscriber+ Arbitrary Menu Order Update.
v3.1.3
- Added the ability to repair duplicate orders.
v3.1.1
- Remove deprecated function 'secreen_icon()'.
v3.1.0
- Support the Sites.
- Improved Activation.
v3.0.8
- Even for 'get_posts()', Your custom Query which uses the 'order' or 'orderby' parameters is preferred.
ATTENTION: Only if you use 'get_posts()' to re-overwrite to the default order( orderby=date, order=DESC ), You need to use own custom parameter 'orderby=default_date'.
3.0.7
- This plugin will imported listed above into the translate.wordpress.org translation system. Language packs will also be enabled for this plugin, for any locales that are fully translated (at 100%).
3.0.6
- Support 'next_post_link()' and 'previous_post_link(), etc.
- Parameters( $in_same_term, $excluded_terms, $taxonomy ) works perfectly.