From fb22d9883f27957244ff05a199d51f58b46af303 Mon Sep 17 00:00:00 2001 From: Oliver Wagner <11217061+rogervanwile@users.noreply.github.com> Date: Thu, 19 Sep 2024 10:11:28 +0200 Subject: [PATCH] Version bump 2.0.1 --- CHANGELOG.md | 6 ++++++ package-lock.json | 4 ++-- package.json | 2 +- pixx-io.php | 2 +- 4 files changed, 10 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8c7cf8c..b0403a7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 2.0.1 + +### Bug Fixes + +* Fix static PHP error when downloading images + ## 2.0.0 (first public release) ### Features diff --git a/package-lock.json b/package-lock.json index ec6cea9..3c65a64 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "pixxio", - "version": "2.0.0", + "version": "2.0.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "pixxio", - "version": "2.0.0", + "version": "2.0.1", "license": "GPL-2.0-or-later", "dependencies": { "@wordpress/scripts": "^26.1.0", diff --git a/package.json b/package.json index 894cffd..17cf65c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pixxio", - "version": "2.0.0", + "version": "2.0.1", "description": "The official WordPress plugin for pixx.io. Bring Digital Asset Management to your WordPress sites by importing assets into your media library.", "author": "48DESIGN GmbH", "license": "GPL-2.0-or-later", diff --git a/pixx-io.php b/pixx-io.php index 0b66b79..921aefb 100644 --- a/pixx-io.php +++ b/pixx-io.php @@ -1,7 +1,7 @@