Plugin Directory

Changeset 3415351


Ignore:
Timestamp:
12/09/2025 12:18:13 PM (2 months ago)
Author:
galdub
Message:

trunk 1.3.9

Location:
poptin/trunk
Files:
1 added
5 edited

Legend:

Unmodified
Added
Removed
  • poptin/trunk/assets/css/poptin-admin.css

    r3374789 r3415351  
    283283    color: #707EAE;
    284284    text-align: center;
    285     margin-top: 24px;
     285    margin-top: 28px;
    286286    text-decoration: none;
    287287}
     
    317317}
    318318
     319.poptinContentBox .poptinView form .external-link-icon {
     320    display: inline-block;
     321    position: relative;
     322    top: 2px;
     323    margin: 0 4px;
     324}
    319325
    320326.poptinContentBox .poptinView form .user-id a {
     
    826832}
    827833
     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
    828844#whereIsMyId.modal .card .card-content,
    829845#whereIsMyId.modal .card .card-content>div {
  • poptin/trunk/poptin.php

    r3407972 r3415351  
    44Contributors: poptin, galdub, tomeraharon
    55Description: 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.8
     6Version: 1.3.9
    77Author: Poptin
    88Author URI: https://www.poptin.com
     
    1919}
    2020
    21 define('POPTIN_VERSION', '1.3.7');
     21define('POPTIN_VERSION', '1.3.9');
    2222define('POPTIN_PATH', dirname(__FILE__));
    2323define('POPTIN_PATH_INCLUDES', dirname(__FILE__) . '/inc');
  • poptin/trunk/readme.txt

    r3407972 r3415351  
    44Requires at least: 3.1
    55Tested up to: 6.9
    6 Stable tag: 1.3.8
     6Stable tag: 1.3.9
    77Plugin URI: https://www.poptin.com
    88License: GPLv3
     
    243243== Changelog ==
    244244
     245= 1.3.9 =
     246Added quick links to login and retrieving installation code
     247
    245248= 1.3.8 =
    246249Logout bug fixed
  • poptin/trunk/views/poptin_admin_view.php

    r3374789 r3415351  
    4646
    4747                        <!-- 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="">
    5150                        </a>
    5251                        <div class="other-links d-flex justify-center">
     
    6665                            <div class="pplogout">
    6766                                <a href="#" class="pplogout">
    68                                     Deactivate poptin >
     67                                    Deactivate Poptin >
    6968                                </a>
    7069                            </div>
     
    159158                            <div class="other-links">
    160159                                <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>
    161163                            </div>
    162164                        </form>
  • poptin/trunk/views/poptin_modals.php

    r3335112 r3415351  
    2626                            </div>
    2727                            <p class="step-description">
    28                                 Go to your dashboard and 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.
    2929                            </p>
    3030                        </div>
Note: See TracChangeset for help on using the changeset viewer.