Skip to content

v3.1.5-beta

Pre-release
Pre-release

Choose a tag to compare

released this 05 May 10:05
· 318 commits to master since this 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