diff --git a/CHANGELOG.md b/CHANGELOG.md index 690a743..cc5bcf3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,7 @@ ## master ## 1.2.3RC1 +* RESOLVE michael-cannon/testimonials-widget#184 Remove deprecated constructor calls for WP_Widget * Update Parsedown library ## 1.2.2 diff --git a/includes/class-aihrus-widget.php b/includes/class-aihrus-widget.php index a898505..90f4658 100644 --- a/includes/class-aihrus-widget.php +++ b/includes/class-aihrus-widget.php @@ -52,7 +52,7 @@ public function __construct( $classname, $description, $id_base, $title ) { ); // Create the widget - $this->WP_Widget( + parent::__construct( static::ID, $title, $widget_ops,