v3.1.5-beta
Pre-release
Pre-release
- fixed : [site templates] Using wp_cache_set() can break sites using persistent caching like Memcached. fixes #838
- improved : [performance][post grid module] cache post queries with WP core caching system. related to #838 and presscustomizr/customizr#1898
- added : [third party plugins compatibility] introduction of a functions.php file which role is to store non namespaced functions. Introduction of a new helper nimble_get_content_as_json() allowing developers to parse NB content, for example when it is needed to detect if an asset should be enqueued. See #836