Version 1.1
- Refactored
is_alive
,is_activated
, andis_activated_and_alive
. We now have functionsis_activated
,elasticsearch_alive
,index_exists
, andis_activated
. This refactoring helped us fix #150. Props @jamesmehorter - Add support for post_title and post_name orderby parameters in
WP_Query
integration. Add support for order parameters. Props @AaronHolbrook