From ba558262176ed8220b63e73819efbd9077ca0d70 Mon Sep 17 00:00:00 2001 From: dyszczo <krzysztof.dyszczyk@gmail.com> Date: Mon, 1 Feb 2021 13:01:44 +0100 Subject: [PATCH] fix: invalid button namespace --- changelog.txt | 4 ++++ src/Field/ButtonField.php | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/changelog.txt b/changelog.txt index 81eaf73..94ccbb0 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,5 +1,9 @@ # Changelog +## [2.4.1] - 2021-02-01 +### Fixed +- Invalid namespaces + ## [2.4.0] - 2021-01-20 ### Added - Support for persistence ^3 diff --git a/src/Field/ButtonField.php b/src/Field/ButtonField.php index ba31ead..86312d0 100644 --- a/src/Field/ButtonField.php +++ b/src/Field/ButtonField.php @@ -1,8 +1,8 @@ <?php -namespace DropshippingXmlVendor\WPDesk\Forms\Field; +namespace WPDesk\Forms\Field; -class ButtonField extends \DropshippingXmlVendor\WPDesk\Forms\Field\NoValueField +class ButtonField extends NoValueField { public function get_template_name() { -- GitLab