diff --git a/src/editor-controls/control-deprecated-notice.md b/src/editor-controls/control-deprecated-notice.md index 9f59e3b6..01bebdd2 100644 --- a/src/editor-controls/control-deprecated-notice.md +++ b/src/editor-controls/control-deprecated-notice.md @@ -114,8 +114,8 @@ class Elementor_Test_Widget extends \Elementor\Widget_Base { [ 'type' => \Elementor\Controls_Manager::DEPRECATED_NOTICE, 'widget' => 'your-old-widget', - 'since' => '2.6.0', - 'last' => '3.0.0', + 'since' => '3.16.0', + 'last' => '3.20.0', 'plugin' => 'Your Great Plugin', 'replacement' => 'your-new-widget', 'content_classes' => 'your-class', @@ -151,8 +151,8 @@ class Elementor_Test_Widget extends \Elementor\Widget_Base { $this->deprecated_notice( 'Your Great Plugin', - '2.6.0', - '3.0.0', + '3.16.0', + '3.20.0', 'your-new-widget' );