PluginProbe
Lasso Lite – Affiliate Link Manager & Product Displays / 157
Lasso Lite – Affiliate Link Manager & Product Displays v157
157 155 156 154 153 152 151 150 149 148 trunk 0.9.9 104 105 106 107 108 109 110 111 112 113 114 115 116 All 56 releases
← All changes | classes/class-enum.php +2 -1 149157 View file →
@@ -27,9 +27,10 @@
27 27 const PAGE_SETTINGS_AMAZON = 'settings-amazon';
28 28
29 29 const LASSO_LITE_ACTIVE = 'is_active_lasso_lite';
30 30 const SWITCH_TO_NEW_UI = 'is_lasso_live_switch_to_new_ui';
31 - const IS_VISITED_WELCOME_PAGE = 'is_visited_welcome_page';
31 + const IS_VISITED_WELCOME_PAGE = 'is_visited_welcome_page';
32 + const ONBOARDING_CURRENT_STEP = 'onboarding_current_step';
32 33 const RESET_WELCOME_PAGE = 'reset-onboarding';
33 34 const RESET_REQUEST_REVIEW = 'reset-review';
34 35
35 36 const LIMIT_ON_PAGE = 10;