From f4398a0867eb84abd8d51918d557f76a2e5ac99a Mon Sep 17 00:00:00 2001 From: Matias Griese Date: Wed, 14 Apr 2021 23:13:45 +0300 Subject: [PATCH] Fixed adding tags in admin after upgrading Grav [#3315] --- CHANGELOG.md | 1 + composer.lock | 12 ++++++------ 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d1379de2..7199685f8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,7 @@ 1. [](#bugfix) * Fixed absolute path support for Windows [#3297](https://github.com/getgrav/grav/issues/3297) + * Fixed adding tags in admin after upgrading Grav [#3315](https://github.com/getgrav/grav/issues/3315) # v1.7.11 ## 04/13/2021 diff --git a/composer.lock b/composer.lock index 47909abbe..64e3f269f 100644 --- a/composer.lock +++ b/composer.lock @@ -2135,16 +2135,16 @@ }, { "name": "rockettheme/toolbox", - "version": "1.5.8", + "version": "1.5.9", "source": { "type": "git", "url": "https://github.com/rockettheme/toolbox.git", - "reference": "531b2c333d024becabc67b13ae819d92708c5e5f" + "reference": "2d6693235aaca2efaadb61c84dac927aaf4eabfa" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/rockettheme/toolbox/zipball/531b2c333d024becabc67b13ae819d92708c5e5f", - "reference": "531b2c333d024becabc67b13ae819d92708c5e5f", + "url": "https://api.github.com/repos/rockettheme/toolbox/zipball/2d6693235aaca2efaadb61c84dac927aaf4eabfa", + "reference": "2d6693235aaca2efaadb61c84dac927aaf4eabfa", "shasum": "" }, "require": { @@ -2185,9 +2185,9 @@ ], "support": { "issues": "https://github.com/rockettheme/toolbox/issues", - "source": "https://github.com/rockettheme/toolbox/tree/1.5.8" + "source": "https://github.com/rockettheme/toolbox/tree/1.5.9" }, - "time": "2021-04-12T20:11:43+00:00" + "time": "2021-04-14T19:52:40+00:00" }, { "name": "seld/cli-prompt",