*** True Multisite Indexer Changelog *** 5.4.5 - Dec 23, 2021 * Some admin styles improvements. * Fixed: bug with old posts indexing when you have a lot of posts excluded from the index (by post type, post status, post date etc). 5.4.4 - Nov 18, 2020 * Fixed: meta_query performance issue. 5.4.3 - Mar 16, 2020 * Added: compare_key parameter of meta_query. * Fixed: Post types issue on a particular blog Index settings tab. 5.4.1 - Apr 1, 2019 * Fixed: PHP Notice in plugin settings. * Fixed: Attachments indexing issues. 5.4 - Mar 25, 2019 * Orderby parameter improved and now accepts array values. * Fixed: Notice delete_blog is deprecated since version 5.1.0 5.2 - Oct 25, 2018 * Added: Complex meta_query support. * Added: Support of new syntax for ordering by specific clauses of a meta_query array. 5.1.1 - Sep 25, 2018 * Fixed: Visual Composer bug. 5.1 - Sep 14, 2018 * Improved: Individual website settings moved from the popup to a special page: All Sites > Edit > Index. 5.0 - Apr 19, 2018 * The index statistics has been moved from the plugin settings page to the Network Dashboard. * Added: You can now hide in settings the page with all the multisite posts from your network admin area. * Added: Blog ID column to the All Sites page. * Improved performance. 4.8.3 - Mar 10, 2018 * Improvements in plugin update mechanism. * Small changes in plugin admin UI. * Fixed: Polylang Pro bug when trying to get terms by language. 4.8.2 - Feb 18, 2018 * Fixed: Problems with plugin auto updates. Added the link on the Plugins page that allows to refresh update transients (cache). * Posts of any post type are now displayed on the Posts page in Network Dashboard. 4.8.1 - Feb 14, 2018 * Added: Polylang support - you can get network terms with the network_get_translated_terms() function, which is very similar to get_terms() function except the 3rd argument where you can pass a language slug (example: en) or an array of language slugs. 4.8 - Feb 10, 2018 * Added: Custom post statuses support. 4.7.1 - Sep 18, 2017 * Added: Feature Images support in VC widget. * Fixed: Bug with post type selection in Visual Composer element. 4.7 - Sep 16, 2017 * Added: Visual Composer element that allows to display posts or pages from any blogs of your Network. * Changes in plugin update mechanism. 4.5 - Jul 25, 2017 * Added: You can now manage posts from all blogs in a centralized place in Network Dashboard. 4.4.1 - Dec 5, 2016 * Added: network_get_term() function, the get_term() equivalent. The first parameter is $blog_id. 4.4 - Dec 4, 2016 * Now you can completely replace the website default search results with the global network search results in the plugin settings without code at all. * As an option you can use both default and global search widgets in your website sidebar. 4.3.1 - Nov 15, 2016 * Fixed: Warnings when indexing post meta. 4.3 - Nov 7, 2016 * Improved: Plugin option pages are optimized for both new and old versions of WordPress. * Improved: Plugin performance in /wp-admin/. * Fixed: Problem with database tables, when default WordPress database has uncommon columns. * Fixed: Problem when saving blog index settings caused by WP-Cirrus plugin. 4.2 - Sep 23, 2016 * Bug fixes. * Plugin update improvements. 4.1.2 * Now the blog_id parameter of Network_Query supports array values. 4.1.1 * Fixed redirect location for manual updates check. 4.1 * Code optimization and UI improvements. 4.0 * You can now get terms (categories, post_tags etc) from all blogs in Multisite network in a one loop using network_get_terms() function. * Changes in plugin update mechanism. 3.1 * Changes in plugin update mechanism.