= 2.0.0 = * Updated: New caching engine. = 1.5.0 = * New: Store post categories in cache. * Updated: `category_name` argument added to NP_Query. * Updated: `category_name` added as shortcode attribute to filter posts by category slug. = 1.4.5 = * Updated: Shortcode improvements. * Updated: Small plugin code improvements. = 1.4.4 = * Updated: Fixed $np_found_posts value in paged queries. = 1.4.3 = * Updated: Fixed get_the_np_date() / the_np_date() localization issue. * Updated: Resolved charset issues caused by plugin setup script. = 1.4.2 = * New: Added Network Posts Stats widget. * New: Added option to offset post listing when using shortcode. * Updated: Small bug fixes. * Updated: Added excerpt and thumbnail options to Network Recent Posts and Network Blog Recent Posts widgets. = 1.4.1 = * New: Added option to display post author when using Network Posts widgets. * Updated: Fixed undefined variable issue in NP_Query implementation. * Updated: Fixed issue with auto-approval for single posts/pages/cpt. * Updated: Code revision and small improvements. = 1.4.0 = * New: Added option to review post before displaying them on the main site. * Updated: Optimized documentation images, to reduce plugin size. * Updated: Install / upgrade script to address database changes. * Updated: Fixed Network Blog Recent Posts post ordering issue. = 1.3.3 = * New: Added author and blog_ids attributes to shortcode. * New: Added author parameter to NP_Query. * Updated: Translation strings updated. * Updated: Updated documentation addressing optional shortcode attributes. = 1.3.2 = * New: Added option to display date and author using shortcode. * Updated: When excerpt is empty a content summary is shown for shortcode. = 1.3.1 = * New: Added get_np_blog_id() to simplify retrieval of blog_id for network post in the loop. * Updated: Updated get_the_np_content() and the_np_content() methods to support extra params. * Updated: Documentation updated. = 1.3.0 = * New: Shortcode added to display network posts in various grid formats. = 1.2.4 = * New: Added `offset` and `paged` argument support to NP_Query. * New: Added get_the_np_author() and the_np_author() methods retrieve author of the post. * Updated: Updated documentation to address new changes to NP_Query and other small corrections. = 1.2.3 = * Update: Issue fixed where created/updated posts are not added to cache. * Update: Issue fixed where entry kept in cache even if post_type is no longer set to be cached. = 1.2.2 = * New: Added option to cache only posts marked as cacheable. * New: Network Posts plugin for WordPress Multisites is now translation ready. * New: Lithuanian language translations added. * Updated: Minor bug fixed and code improvements. * Updated: Documentation updated. = 1.2.1 = * New: Added information about cached posts to caching tab. * New: Added additional debugging data logging to caching script. = 1.2.0 = * New: Support for Custom Post Type caching added. * New: ABSPATH checks added for php files. * Updated: Documentation updated. = 1.1.0 = * New: Plugin URI added, Visit plugin site link is now visible in Plugins page. * New: Network Blog Recent Posts widget added. * New: post_format field added to database schema. * New: NP_Query updated to accept post_format and blog_ids arguments. * Updated: Documentation updated. = 1.0.0 = * New: Initial release