Skip to content

Commit

Permalink
Update versions on deprecated notice control (#261)
Browse files Browse the repository at this point in the history
  • Loading branch information
rami-elementor authored Apr 1, 2024
1 parent b4c18bf commit 26bd6a9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/editor-controls/control-deprecated-notice.md
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down Expand Up @@ -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'
);

Expand Down

0 comments on commit 26bd6a9

Please sign in to comment.