Changeset 3415351
- Timestamp:
- 12/09/2025 12:18:13 PM (2 months ago)
- Location:
- poptin/trunk
- Files:
-
- 1 added
- 5 edited
-
assets/css/poptin-admin.css (modified) (3 diffs)
-
assets/images/external-link.svg (added)
-
poptin.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
-
views/poptin_admin_view.php (modified) (3 diffs)
-
views/poptin_modals.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
poptin/trunk/assets/css/poptin-admin.css
r3374789 r3415351 283 283 color: #707EAE; 284 284 text-align: center; 285 margin-top: 2 4px;285 margin-top: 28px; 286 286 text-decoration: none; 287 287 } … … 317 317 } 318 318 319 .poptinContentBox .poptinView form .external-link-icon { 320 display: inline-block; 321 position: relative; 322 top: 2px; 323 margin: 0 4px; 324 } 319 325 320 326 .poptinContentBox .poptinView form .user-id a { … … 826 832 } 827 833 834 #whereIsMyId.modal .card .card-content>div .step-description a { 835 color: inherit; 836 } 837 838 #whereIsMyId.modal .card .card-content>div .step-description .external-link-icon { 839 width: 16px; 840 position: relative; 841 top: 3px; 842 } 843 828 844 #whereIsMyId.modal .card .card-content, 829 845 #whereIsMyId.modal .card .card-content>div { -
poptin/trunk/poptin.php
r3407972 r3415351 4 4 Contributors: poptin, galdub, tomeraharon 5 5 Description: Use Poptin to get more leads, sales, and email subscribers. Create targeted beautiful pop ups and forms in less than 2 minutes with ease. 6 Version: 1.3. 86 Version: 1.3.9 7 7 Author: Poptin 8 8 Author URI: https://www.poptin.com … … 19 19 } 20 20 21 define('POPTIN_VERSION', '1.3. 7');21 define('POPTIN_VERSION', '1.3.9'); 22 22 define('POPTIN_PATH', dirname(__FILE__)); 23 23 define('POPTIN_PATH_INCLUDES', dirname(__FILE__) . '/inc'); -
poptin/trunk/readme.txt
r3407972 r3415351 4 4 Requires at least: 3.1 5 5 Tested up to: 6.9 6 Stable tag: 1.3. 86 Stable tag: 1.3.9 7 7 Plugin URI: https://www.poptin.com 8 8 License: GPLv3 … … 243 243 == Changelog == 244 244 245 = 1.3.9 = 246 Added quick links to login and retrieving installation code 247 245 248 = 1.3.8 = 246 249 Logout bug fixed -
poptin/trunk/views/poptin_admin_view.php
r3374789 r3415351 46 46 47 47 <!-- Use the dynamically determined URL - JavaScript will handle target --> 48 <a class="cbutton dashboard-link goto_dashboard_button_pp_updatable" 49 href="<?php echo esc_url($go_to_dashboard_url) ?>"> 50 <?php _e("Go to your Dashboard", "ppbase"); ?> <img src="<?php echo POPTIN_URL . '/assets/images/polygon.svg' ?>" alt=""> 48 <a class="cbutton dashboard-link goto_dashboard_button_pp_updatable" href="<?php echo esc_url($go_to_dashboard_url); ?>" target="_blank"> 49 <?php _e("Go to Your Dashboard", "ppbase"); ?> <img src="<?php echo POPTIN_URL . '/assets/images/polygon.svg' ?>" alt=""> 51 50 </a> 52 51 <div class="other-links d-flex justify-center"> … … 66 65 <div class="pplogout"> 67 66 <a href="#" class="pplogout"> 68 Deactivate poptin >67 Deactivate Poptin > 69 68 </a> 70 69 </div> … … 159 158 <div class="other-links"> 160 159 <a href="#" class="ppRegister"><?php _e("Or, create a new Poptin account", "ppbase"); ?> </a> 160 </div> 161 <div class="other-links"> 162 <a href="<?php echo POPTIN_APP_BASE_URL; ?>" target="_blank"><?php _e("Login to Poptin account", "ppbase"); ?> <img class="external-link-icon" src="<?php echo POPTIN_URL . '/assets/images/external-link.svg' ?>" alt=""></a> 161 163 </div> 162 164 </form> -
poptin/trunk/views/poptin_modals.php
r3335112 r3415351 26 26 </div> 27 27 <p class="step-description"> 28 Go to your dashboardand click on 'Installation Code' in the left menu.28 Go to your <a href="<?php echo POPTIN_APP_BASE_URL; ?>overview?installation=wordpress" target="_blank">Dashboard</a> <img src="<?php echo POPTIN_URL . '/assets/images/external-link.svg' ?>" class="external-link-icon"> and click on 'Installation Code' in the left menu. 29 29 </p> 30 30 </div>
Note: See TracChangeset
for help on using the changeset viewer.