From 54f3839e2df579d15dfbf7a392da2fd0d8d9dee3 Mon Sep 17 00:00:00 2001 From: xjm <xjm@65776.no-reply.drupal.org> Date: Fri, 23 Dec 2016 10:57:47 -0600 Subject: [PATCH] Issue #2797169 by Wim Leers, Fabianx: Mark BigPipe as stable/non-experimental --- core/modules/big_pipe/big_pipe.info.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/modules/big_pipe/big_pipe.info.yml b/core/modules/big_pipe/big_pipe.info.yml index 99b62065c9c4..35c301538369 100644 --- a/core/modules/big_pipe/big_pipe.info.yml +++ b/core/modules/big_pipe/big_pipe.info.yml @@ -1,6 +1,6 @@ name: BigPipe type: module description: 'Sends pages using the BigPipe technique that allows browsers to show them much faster.' -package: Core (Experimental) +package: Core version: VERSION core: 8.x -- GitLab