diff --git a/changelog.txt b/changelog.txt index 81eaf73bb4e7e7848c036d3be24d882c59104464..94ccbb07179ae4f2ca1914816b86b90e6d0b71ba 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 ba31ead7ddd3f15f074f5d0d93d279fba3700459..86312d03a1bab763609441410786f901be1290c7 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() {