From b3a165e6dde8fbfa1b36036f4a66c02f370a0c74 Mon Sep 17 00:00:00 2001 From: New0 Date: Fri, 3 Dec 2021 11:37:39 +0100 Subject: [PATCH] Rebuild assets without the polyfill/mbstring package set to a precise version --- composer.json | 1 - package.json | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/composer.json b/composer.json index c51958adc..abbaea433 100755 --- a/composer.json +++ b/composer.json @@ -34,7 +34,6 @@ "composer/installers": "^1.6", "a5hleyrich/wp-queue": "^1.3", "symfony/translation": "~3.0", - "symfony/polyfill-mbstring": "1.20", "mossadal/math-parser": "^1.3", "pimple/pimple": "3.2.*" }, diff --git a/package.json b/package.json index 6f26bf1cb..0b066373e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "caldera-forms", - "version": "1.9.5", + "version": "1.9.6-b1", "description": "Apex WordPress Forms", "main": "Gruntfile.js", "repository": {