Plugin Directory

Changeset 3067195


Ignore:
Timestamp:
04/08/2024 10:11:28 PM (2 years ago)
Author:
wpdever
Message:

checking variable and wp update

Location:
wp-notification-bell/trunk
Files:
47 edited

Legend:

Unmodified
Added
Removed
  • wp-notification-bell/trunk/admin/admin.php

    r2890214 r3067195  
    424424        // Check if our nonce is set.
    425425        if ( !isset( $_POST['wnbell_new_notification_box_nonce'] ) ) {
    426             return $post_id;
     426            return $notification_id;
    427427        }
    428428        $nonce = $_POST['wnbell_new_notification_box_nonce'];
    429429        // Verify that the nonce is valid.
    430430        if ( !wp_verify_nonce( $nonce, 'wnbell_new_notification_box' ) ) {
    431             return $post_id;
     431            return $notification_id;
    432432        }
    433433        if ( !current_user_can( 'edit_posts' ) ) {
  • wp-notification-bell/trunk/freemius/assets/css/admin/account.css

    r3030323 r3067195  
    1 label.fs-tag,span.fs-tag{background:#ffba00;color:#fff;display:inline-block;border-radius:3px;padding:5px;font-size:11px;line-height:11px;vertical-align:baseline}label.fs-tag.fs-warn,span.fs-tag.fs-warn{background:#ffba00}label.fs-tag.fs-info,span.fs-tag.fs-info{background:#00a0d2}label.fs-tag.fs-success,span.fs-tag.fs-success{background:#46b450}label.fs-tag.fs-error,span.fs-tag.fs-error{background:#dc3232}.fs-notice[data-id=license_not_whitelabeled].success,.fs-notice[data-id=license_whitelabeled].success{color:inherit;border-left-color:#00a0d2}.fs-notice[data-id=license_not_whitelabeled].success label.fs-plugin-title,.fs-notice[data-id=license_whitelabeled].success label.fs-plugin-title{display:none}#fs_account .postbox,#fs_account .widefat{max-width:800px}#fs_account h3{font-size:1.3em;padding:12px 15px;margin:0 0 12px 0;line-height:1.4;border-bottom:1px solid #f1f1f1}#fs_account h3 .dashicons{width:26px;height:26px;font-size:1.3em}#fs_account i.dashicons{font-size:1.2em;height:1.2em;width:1.2em}#fs_account .dashicons{vertical-align:middle}#fs_account .fs-header-actions{position:absolute;top:17px;right:15px;font-size:.9em}#fs_account .fs-header-actions ul{margin:0}#fs_account .fs-header-actions li{float:left}#fs_account .fs-header-actions li form{display:inline-block}#fs_account .fs-header-actions li a{text-decoration:none}#fs_account_details .button-group{float:right}.rtl #fs_account .fs-header-actions{left:15px;right:auto}.fs-key-value-table{width:100%}.fs-key-value-table form{display:inline-block}.fs-key-value-table tr td:first-child{text-align:right}.fs-key-value-table tr td:first-child nobr{font-weight:bold}.fs-key-value-table tr td:first-child form{display:block}.fs-key-value-table tr td.fs-right{text-align:right}.fs-key-value-table tr.fs-odd{background:#ebebeb}.fs-key-value-table td,.fs-key-value-table th{padding:10px}.fs-key-value-table code{line-height:28px}.fs-key-value-table var,.fs-key-value-table code,.fs-key-value-table input[type=text]{color:#0073aa;font-size:16px;background:none}.fs-key-value-table input[type=text]{width:100%;font-weight:bold}.fs-field-beta_program label{margin-left:7px}label.fs-tag{background:#ffba00;color:#fff;display:inline-block;border-radius:3px;padding:5px;font-size:11px;line-height:11px;vertical-align:baseline}label.fs-tag.fs-warn{background:#ffba00}label.fs-tag.fs-success{background:#46b450}label.fs-tag.fs-error{background:#dc3232}#fs_sites .fs-scrollable-table .fs-table-body{max-height:200px;overflow:auto;border:1px solid #e5e5e5}#fs_sites .fs-scrollable-table .fs-table-body>table.widefat{border:none !important}#fs_sites .fs-scrollable-table .fs-main-column{width:100%}#fs_sites .fs-scrollable-table .fs-site-details td:first-of-type{text-align:right;color:gray;width:1px}#fs_sites .fs-scrollable-table .fs-site-details td:last-of-type{text-align:right}#fs_sites .fs-scrollable-table .fs-install-details table tr td{width:1px;white-space:nowrap}#fs_sites .fs-scrollable-table .fs-install-details table tr td:last-of-type{width:auto}#fs_addons h3{border:none;margin-bottom:0;padding:4px 5px}#fs_addons td{vertical-align:middle}#fs_addons thead{white-space:nowrap}#fs_addons td:first-child,#fs_addons th:first-child{text-align:left;font-weight:bold}#fs_addons td:last-child,#fs_addons th:last-child{text-align:right}#fs_addons th{font-weight:bold}#fs_billing_address{width:100%}#fs_billing_address tr td{width:50%;padding:5px}#fs_billing_address tr:first-of-type td{padding-top:0}#fs_billing_address span{font-weight:bold}#fs_billing_address input,#fs_billing_address select{display:block;width:100%;margin-top:5px}#fs_billing_address input::-moz-placeholder,#fs_billing_address select::-moz-placeholder{color:rgba(0,0,0,0);opacity:1}#fs_billing_address input:-ms-input-placeholder,#fs_billing_address select:-ms-input-placeholder{color:rgba(0,0,0,0)}#fs_billing_address input::-webkit-input-placeholder,#fs_billing_address select::-webkit-input-placeholder{color:rgba(0,0,0,0)}#fs_billing_address input.fs-read-mode,#fs_billing_address select.fs-read-mode{border-color:rgba(0,0,0,0);color:#777;border-bottom:1px dashed #ccc;padding-left:0;background:none}#fs_billing_address.fs-read-mode td span{display:none}#fs_billing_address.fs-read-mode input,#fs_billing_address.fs-read-mode select{border-color:rgba(0,0,0,0);color:#777;border-bottom:1px dashed #ccc;padding-left:0;background:none}#fs_billing_address.fs-read-mode input::-moz-placeholder,#fs_billing_address.fs-read-mode select::-moz-placeholder{color:#ccc;opacity:1}#fs_billing_address.fs-read-mode input:-ms-input-placeholder,#fs_billing_address.fs-read-mode select:-ms-input-placeholder{color:#ccc}#fs_billing_address.fs-read-mode input::-webkit-input-placeholder,#fs_billing_address.fs-read-mode select::-webkit-input-placeholder{color:#ccc}#fs_billing_address button{display:block;width:100%}@media screen and (max-width: 639px){#fs_account .fs-header-actions{position:static;padding:0 15px 12px 15px;margin:0 0 12px 0}#fs_account .fs-header-actions li{float:none;display:inline-block}#fs_account #fs_account_details{display:block}#fs_account #fs_account_details tbody,#fs_account #fs_account_details tr,#fs_account #fs_account_details td,#fs_account #fs_account_details th{display:block}#fs_account #fs_account_details tr td:first-child{text-align:left}#fs_account #fs_account_details tr td:nth-child(2){padding:0 12px}#fs_account #fs_account_details tr td:nth-child(2) code{margin:0;padding:0}#fs_account #fs_account_details tr td:nth-child(2) label{margin-left:0}#fs_account #fs_account_details tr td:nth-child(3){text-align:left}#fs_account #fs_account_details tr.fs-field-plan td:nth-child(2) .button-group{float:none;margin:12px 0}}/*# sourceMappingURL=account.css.map */
     1label.fs-tag,span.fs-tag{background:#ffba00;border-radius:3px;color:#fff;display:inline-block;font-size:11px;line-height:11px;padding:5px;vertical-align:baseline}label.fs-tag.fs-warn,span.fs-tag.fs-warn{background:#ffba00}label.fs-tag.fs-info,span.fs-tag.fs-info{background:#00a0d2}label.fs-tag.fs-success,span.fs-tag.fs-success{background:#46b450}label.fs-tag.fs-error,span.fs-tag.fs-error{background:#dc3232}.fs-notice[data-id=license_not_whitelabeled].success,.fs-notice[data-id=license_whitelabeled].success{border-left-color:#00a0d2;color:inherit}.fs-notice[data-id=license_not_whitelabeled].success label.fs-plugin-title,.fs-notice[data-id=license_whitelabeled].success label.fs-plugin-title{display:none}#fs_account .postbox,#fs_account .widefat{max-width:800px}#fs_account h3{border-bottom:1px solid #f1f1f1;font-size:1.3em;line-height:1.4;margin:0 0 12px;padding:12px 15px}#fs_account h3 .dashicons{font-size:1.3em;height:26px;width:26px}#fs_account i.dashicons{font-size:1.2em;height:1.2em;width:1.2em}#fs_account .dashicons{vertical-align:middle}#fs_account .fs-header-actions{font-size:.9em;position:absolute;right:15px;top:17px}#fs_account .fs-header-actions ul{margin:0}#fs_account .fs-header-actions li{float:left}#fs_account .fs-header-actions li form{display:inline-block}#fs_account .fs-header-actions li a{text-decoration:none}#fs_account_details .button-group{float:right}.rtl #fs_account .fs-header-actions{left:15px;right:auto}.fs-key-value-table{width:100%}.fs-key-value-table form{display:inline-block}.fs-key-value-table tr td:first-child{text-align:right}.fs-key-value-table tr td:first-child nobr{font-weight:700}.fs-key-value-table tr td:first-child form{display:block}.fs-key-value-table tr td.fs-right{text-align:right}.fs-key-value-table tr.fs-odd{background:#ebebeb}.fs-key-value-table td,.fs-key-value-table th{padding:10px}.fs-key-value-table code{line-height:28px}.fs-key-value-table code,.fs-key-value-table input[type=text],.fs-key-value-table var{background:none;color:#0073aa;font-size:16px}.fs-key-value-table input[type=text]{font-weight:700;width:100%}.fs-field-beta_program label{margin-left:7px}label.fs-tag{border-radius:3px;color:#fff;display:inline-block;font-size:11px;line-height:11px;padding:5px;vertical-align:baseline}label.fs-tag,label.fs-tag.fs-warn{background:#ffba00}label.fs-tag.fs-success{background:#46b450}label.fs-tag.fs-error{background:#dc3232}#fs_sites .fs-scrollable-table .fs-table-body{border:1px solid #e5e5e5;max-height:200px;overflow:auto}#fs_sites .fs-scrollable-table .fs-table-body>table.widefat{border:none!important}#fs_sites .fs-scrollable-table .fs-main-column{width:100%}#fs_sites .fs-scrollable-table .fs-site-details td:first-of-type{color:gray;text-align:right;width:1px}#fs_sites .fs-scrollable-table .fs-site-details td:last-of-type{text-align:right}#fs_sites .fs-scrollable-table .fs-install-details table tr td{white-space:nowrap;width:1px}#fs_sites .fs-scrollable-table .fs-install-details table tr td:last-of-type{width:auto}#fs_addons h3{border:none;margin-bottom:0;padding:4px 5px}#fs_addons td{vertical-align:middle}#fs_addons thead{white-space:nowrap}#fs_addons td:first-child,#fs_addons th:first-child{font-weight:700;text-align:left}#fs_addons td:last-child,#fs_addons th:last-child{text-align:right}#fs_addons th{font-weight:700}#fs_billing_address{width:100%}#fs_billing_address tr td{padding:5px;width:50%}#fs_billing_address tr:first-of-type td{padding-top:0}#fs_billing_address span{font-weight:700}#fs_billing_address input,#fs_billing_address select{display:block;margin-top:5px;width:100%}#fs_billing_address input::-moz-placeholder,#fs_billing_address select::-moz-placeholder{color:transparent;opacity:1}#fs_billing_address input:-ms-input-placeholder,#fs_billing_address select:-ms-input-placeholder{color:transparent}#fs_billing_address input::-webkit-input-placeholder,#fs_billing_address select::-webkit-input-placeholder{color:transparent}#fs_billing_address input.fs-read-mode,#fs_billing_address select.fs-read-mode{background:none;border-color:transparent;border-bottom:1px dashed #ccc;color:#777;padding-left:0}#fs_billing_address.fs-read-mode td span{display:none}#fs_billing_address.fs-read-mode input,#fs_billing_address.fs-read-mode select{background:none;border-color:transparent;border-bottom:1px dashed #ccc;color:#777;padding-left:0}#fs_billing_address.fs-read-mode input::-moz-placeholder,#fs_billing_address.fs-read-mode select::-moz-placeholder{color:#ccc;opacity:1}#fs_billing_address.fs-read-mode input:-ms-input-placeholder,#fs_billing_address.fs-read-mode select:-ms-input-placeholder{color:#ccc}#fs_billing_address.fs-read-mode input::-webkit-input-placeholder,#fs_billing_address.fs-read-mode select::-webkit-input-placeholder{color:#ccc}#fs_billing_address button{display:block;width:100%}@media screen and (max-width:639px){#fs_account .fs-header-actions{margin:0 0 12px;padding:0 15px 12px;position:static}#fs_account .fs-header-actions li{display:inline-block;float:none}#fs_account #fs_account_details,#fs_account #fs_account_details tbody,#fs_account #fs_account_details td,#fs_account #fs_account_details th,#fs_account #fs_account_details tr{display:block}#fs_account #fs_account_details tr td:first-child{text-align:left}#fs_account #fs_account_details tr td:nth-child(2){padding:0 12px}#fs_account #fs_account_details tr td:nth-child(2) code{margin:0;padding:0}#fs_account #fs_account_details tr td:nth-child(2) label{margin-left:0}#fs_account #fs_account_details tr td:nth-child(3){text-align:left}#fs_account #fs_account_details tr.fs-field-plan td:nth-child(2) .button-group{float:none;margin:12px 0}}
  • wp-notification-bell/trunk/freemius/assets/css/admin/add-ons.css

    r3030323 r3067195  
    1 .fs-badge{position:absolute;top:10px;right:0;background:#71ae00;color:#fff;text-transform:uppercase;padding:5px 10px;-moz-border-radius:3px 0 0 3px;-webkit-border-radius:3px 0 0 3px;border-radius:3px 0 0 3px;font-weight:bold;border-right:0;-moz-box-shadow:0 2px 1px -1px rgba(0,0,0,.3);-webkit-box-shadow:0 2px 1px -1px rgba(0,0,0,.3);box-shadow:0 2px 1px -1px rgba(0,0,0,.3)}#fs_addons .fs-cards-list{list-style:none}#fs_addons .fs-cards-list .fs-card{float:left;height:152px;width:310px;padding:0;margin:0 0 30px 30px;font-size:14px;list-style:none;border:1px solid #ddd;cursor:pointer;position:relative}#fs_addons .fs-cards-list .fs-card .fs-overlay{position:absolute;left:0;right:0;bottom:0;top:0;z-index:9}#fs_addons .fs-cards-list .fs-card .fs-inner{background-color:#fff;overflow:hidden;height:100%;position:relative}#fs_addons .fs-cards-list .fs-card .fs-inner>ul{-moz-transition:all,.15s;-o-transition:all,.15s;-ms-transition:all,.15s;-webkit-transition:all,.15s;transition:all,.15s;left:0;right:0;top:0;position:absolute}#fs_addons .fs-cards-list .fs-card .fs-inner>ul>li{list-style:none;line-height:18px;padding:0 15px;width:100%;display:block;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}#fs_addons .fs-cards-list .fs-card .fs-inner .fs-card-banner{padding:0;margin:0;line-height:0;display:block;height:100px;background-repeat:repeat-x;background-size:100% 100%;-moz-transition:all,.15s;-o-transition:all,.15s;-ms-transition:all,.15s;-webkit-transition:all,.15s;transition:all,.15s}#fs_addons .fs-cards-list .fs-card .fs-inner .fs-card-banner .fs-badge.fs-installed-addon-badge{font-size:1.02em;line-height:1.3em}#fs_addons .fs-cards-list .fs-card .fs-inner .fs-title{margin:10px 0 0 0;height:18px;overflow:hidden;color:#000;white-space:nowrap;text-overflow:ellipsis;font-weight:bold}#fs_addons .fs-cards-list .fs-card .fs-inner .fs-offer{font-size:.9em}#fs_addons .fs-cards-list .fs-card .fs-inner .fs-description{background-color:#f9f9f9;padding:10px 15px 100px 15px;border-top:1px solid #eee;margin:0 0 10px 0;color:#777}#fs_addons .fs-cards-list .fs-card .fs-inner .fs-tag{position:absolute;top:10px;right:0px;background:#adff2f;display:block;padding:2px 10px;-moz-box-shadow:1px 1px 1px rgba(0,0,0,.3);-webkit-box-shadow:1px 1px 1px rgba(0,0,0,.3);box-shadow:1px 1px 1px rgba(0,0,0,.3);text-transform:uppercase;font-size:.9em;font-weight:bold}#fs_addons .fs-cards-list .fs-card .fs-inner .fs-cta .button,#fs_addons .fs-cards-list .fs-card .fs-inner .fs-cta .button-group{position:absolute;top:112px;right:10px}@media screen and (min-width: 960px){#fs_addons .fs-cards-list .fs-card:hover .fs-overlay{border:2px solid #29abe1;margin-left:-1px;margin-top:-1px}#fs_addons .fs-cards-list .fs-card:hover .fs-inner ul{top:-100px}#fs_addons .fs-cards-list .fs-card:hover .fs-inner .fs-title,#fs_addons .fs-cards-list .fs-card:hover .fs-inner .fs-offer{color:#29abe1}}#TB_window,#TB_window iframe{width:821px !important}#plugin-information .fyi{width:266px !important}#plugin-information #section-holder{margin-right:299px;clear:none}#plugin-information #section-description h2,#plugin-information #section-description h3,#plugin-information #section-description p,#plugin-information #section-description b,#plugin-information #section-description i,#plugin-information #section-description blockquote,#plugin-information #section-description li,#plugin-information #section-description ul,#plugin-information #section-description ol{clear:none}#plugin-information #section-description iframe{max-width:100%}#plugin-information #section-description .fs-selling-points{padding-bottom:10px;border-bottom:1px solid #ddd}#plugin-information #section-description .fs-selling-points ul{margin:0}#plugin-information #section-description .fs-selling-points ul li{padding:0;list-style:none outside none}#plugin-information #section-description .fs-selling-points ul li i.dashicons{color:#71ae00;font-size:3em;vertical-align:middle;line-height:30px;float:left;margin:0 0 0 -15px}#plugin-information #section-description .fs-selling-points ul li h3{margin:1em 30px !important}#plugin-information #section-description .fs-screenshots:after{content:"";display:table;clear:both}#plugin-information #section-description .fs-screenshots ul{list-style:none;margin:0}#plugin-information #section-description .fs-screenshots ul li{width:225px;height:225px;float:left;margin-bottom:20px;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}#plugin-information #section-description .fs-screenshots ul li a{display:block;width:100%;height:100%;border:1px solid;-moz-box-shadow:1px 1px 1px rgba(0,0,0,.2);-webkit-box-shadow:1px 1px 1px rgba(0,0,0,.2);box-shadow:1px 1px 1px rgba(0,0,0,.2);background-size:cover}#plugin-information #section-description .fs-screenshots ul li.odd{margin-right:20px}#plugin-information .plugin-information-pricing{margin:-16px;border-bottom:1px solid #ddd}#plugin-information .plugin-information-pricing .fs-plan h3{margin-top:0;padding:20px;font-size:16px}#plugin-information .plugin-information-pricing .fs-plan .nav-tab-wrapper{border-bottom:1px solid #ddd}#plugin-information .plugin-information-pricing .fs-plan .nav-tab-wrapper .nav-tab{cursor:pointer;position:relative;padding:0 10px;font-size:.9em}#plugin-information .plugin-information-pricing .fs-plan .nav-tab-wrapper .nav-tab label{text-transform:uppercase;color:green;background:#adff2f;position:absolute;left:-1px;right:-1px;bottom:100%;border:1px solid #006400;padding:2px;text-align:center;font-size:.9em;line-height:1em}#plugin-information .plugin-information-pricing .fs-plan .nav-tab-wrapper .nav-tab.nav-tab-active{cursor:default;background:#fffeec;border-bottom-color:#fffeec}#plugin-information .plugin-information-pricing .fs-plan.fs-single-cycle h3{background:#fffeec;margin:0;padding-bottom:0;color:#0073aa}#plugin-information .plugin-information-pricing .fs-plan.fs-single-cycle .nav-tab-wrapper,#plugin-information .plugin-information-pricing .fs-plan.fs-single-cycle .fs-billing-frequency{display:none}#plugin-information .plugin-information-pricing .fs-plan .fs-pricing-body{background:#fffeec;padding:20px}#plugin-information .plugin-information-pricing .fs-plan .button{width:100%;text-align:center;font-weight:bold;text-transform:uppercase;font-size:1.1em}#plugin-information .plugin-information-pricing .fs-plan label{white-space:nowrap}#plugin-information .plugin-information-pricing .fs-plan var{font-style:normal}#plugin-information .plugin-information-pricing .fs-plan .fs-billing-frequency,#plugin-information .plugin-information-pricing .fs-plan .fs-annual-discount{text-align:center;display:block;font-weight:bold;margin-bottom:10px;text-transform:uppercase;background:#f3f3f3;padding:2px;border:1px solid #ccc}#plugin-information .plugin-information-pricing .fs-plan .fs-annual-discount{text-transform:none;color:green;background:#adff2f}#plugin-information .plugin-information-pricing .fs-plan ul.fs-trial-terms{font-size:.9em}#plugin-information .plugin-information-pricing .fs-plan ul.fs-trial-terms i{float:left;margin:0 0 0 -15px}#plugin-information .plugin-information-pricing .fs-plan ul.fs-trial-terms li{margin:10px 0 0 0}#plugin-information #section-features .fs-features{margin:-20px -26px}#plugin-information #section-features table{width:100%;border-spacing:0;border-collapse:separate}#plugin-information #section-features table thead th{padding:10px 0}#plugin-information #section-features table thead .fs-price{color:#71ae00;font-weight:normal;display:block;text-align:center}#plugin-information #section-features table tbody td{border-top:1px solid #ccc;padding:10px 0;text-align:center;width:100px;color:#71ae00}#plugin-information #section-features table tbody td:first-child{text-align:left;width:auto;color:inherit;padding-left:26px}#plugin-information #section-features table tbody tr.fs-odd td{background:#fefefe}#plugin-information #section-features .dashicons-yes{width:30px;height:30px;font-size:30px}#fs_addons .fs-cards-list .fs-card .fs-inner .fs-dropdown .button-group .button,#plugin-information .fs-dropdown .button-group .button{position:relative;width:auto;top:0;right:0}#fs_addons .fs-cards-list .fs-card .fs-inner .fs-dropdown .button-group .button:focus,#plugin-information .fs-dropdown .button-group .button:focus{z-index:10}#fs_addons .fs-cards-list .fs-card .fs-inner .fs-dropdown .button-group .fs-dropdown-arrow,#plugin-information .fs-dropdown .button-group .fs-dropdown-arrow{border-top:6px solid #fff;border-right:4px solid rgba(0,0,0,0);border-left:4px solid rgba(0,0,0,0);top:12px;position:relative}#fs_addons .fs-cards-list .fs-card .fs-inner .fs-dropdown.active:not(.up) .button:not(.fs-dropdown-arrow-button),#plugin-information .fs-dropdown.active:not(.up) .button:not(.fs-dropdown-arrow-button){border-bottom-left-radius:0}#fs_addons .fs-cards-list .fs-card .fs-inner .fs-dropdown.active:not(.up) .fs-dropdown-arrow-button,#plugin-information .fs-dropdown.active:not(.up) .fs-dropdown-arrow-button{border-bottom-right-radius:0}#fs_addons .fs-cards-list .fs-card .fs-inner .fs-dropdown.active.up .button:not(.fs-dropdown-arrow-button),#plugin-information .fs-dropdown.active.up .button:not(.fs-dropdown-arrow-button){border-top-left-radius:0}#fs_addons .fs-cards-list .fs-card .fs-inner .fs-dropdown.active.up .fs-dropdown-arrow-button,#plugin-information .fs-dropdown.active.up .fs-dropdown-arrow-button{border-top-right-radius:0}#fs_addons .fs-cards-list .fs-card .fs-inner .fs-dropdown .fs-dropdown-list,#plugin-information .fs-dropdown .fs-dropdown-list{position:absolute;right:-1px;top:100%;margin-left:auto;padding:3px 0;border:1px solid #bfbfbf;background-color:#fff;z-index:1;width:230px;text-align:left;-moz-box-shadow:0px 2px 4px -1px rgba(0,0,0,.2),0px 4px 5px 0px rgba(0,0,0,.14),0px 1px 10px 0px rgba(0,0,0,.12);-webkit-box-shadow:0px 2px 4px -1px rgba(0,0,0,.2),0px 4px 5px 0px rgba(0,0,0,.14),0px 1px 10px 0px rgba(0,0,0,.12);box-shadow:0px 2px 4px -1px rgba(0,0,0,.2),0px 4px 5px 0px rgba(0,0,0,.14),0px 1px 10px 0px rgba(0,0,0,.12)}#fs_addons .fs-cards-list .fs-card .fs-inner .fs-dropdown .fs-dropdown-list li,#plugin-information .fs-dropdown .fs-dropdown-list li{margin:0}#fs_addons .fs-cards-list .fs-card .fs-inner .fs-dropdown .fs-dropdown-list li a,#plugin-information .fs-dropdown .fs-dropdown-list li a{display:block;padding:5px 10px;text-decoration:none;text-shadow:none}#fs_addons .fs-cards-list .fs-card .fs-inner .fs-dropdown .fs-dropdown-list li:hover,#plugin-information .fs-dropdown .fs-dropdown-list li:hover{background-color:#0074a3;color:#fff}#fs_addons .fs-cards-list .fs-card .fs-inner .fs-dropdown .fs-dropdown-list li:hover a,#plugin-information .fs-dropdown .fs-dropdown-list li:hover a{color:#fff}#fs_addons .fs-cards-list .fs-card .fs-inner .fs-dropdown:not(.up) .fs-dropdown-list,#plugin-information .fs-dropdown:not(.up) .fs-dropdown-list{-moz-border-radius:3px 0 3px 3px;-webkit-border-radius:3px 0 3px 3px;border-radius:3px 0 3px 3px}#fs_addons .fs-cards-list .fs-card .fs-inner .fs-dropdown.up .fs-dropdown-list,#plugin-information .fs-dropdown.up .fs-dropdown-list{-moz-border-radius:3px 3px 0 3px;-webkit-border-radius:3px 3px 0 3px;border-radius:3px 3px 0 3px}#plugin-information .fs-dropdown .button-group{width:100%}#plugin-information .fs-dropdown .button-group .button{float:none;font-size:14px;font-weight:normal;text-transform:none}#plugin-information .fs-dropdown .fs-dropdown-list{margin-top:1px}#plugin-information .fs-dropdown.up .fs-dropdown-list{top:auto;bottom:100%;margin-bottom:2px}#plugin-information.wp-core-ui .fs-pricing-body .fs-dropdown .button-group{text-align:center;display:table}#plugin-information.wp-core-ui .fs-pricing-body .fs-dropdown .button-group .button{display:table-cell}#plugin-information.wp-core-ui .fs-pricing-body .fs-dropdown .button-group .button:not(.fs-dropdown-arrow-button){left:1px;width:100%}#plugin-information-footer>.button,#plugin-information-footer .fs-dropdown{position:relative;top:3px}#plugin-information-footer>.button.left,#plugin-information-footer .fs-dropdown.left{float:left}#plugin-information-footer>.right,#plugin-information-footer .fs-dropdown{float:right}@media screen and (max-width: 961px){#fs_addons .fs-cards-list .fs-card{height:265px}}/*# sourceMappingURL=add-ons.css.map */
     1.fs-badge{background:#71ae00;border-radius:3px 0 0 3px;border-right:0;box-shadow:0 2px 1px -1px rgba(0,0,0,.3);color:#fff;font-weight:700;padding:5px 10px;position:absolute;right:0;text-transform:uppercase;top:10px}#fs_addons .fs-cards-list{list-style:none}#fs_addons .fs-cards-list .fs-card{border:1px solid #ddd;cursor:pointer;float:left;font-size:14px;height:152px;list-style:none;margin:0 0 30px 30px;padding:0;position:relative;width:310px}#fs_addons .fs-cards-list .fs-card .fs-overlay{bottom:0;left:0;position:absolute;right:0;top:0;z-index:9}#fs_addons .fs-cards-list .fs-card .fs-inner{background-color:#fff;height:100%;overflow:hidden;position:relative}#fs_addons .fs-cards-list .fs-card .fs-inner>ul{left:0;position:absolute;right:0;top:0;transition:all,.15s}#fs_addons .fs-cards-list .fs-card .fs-inner>ul>li{box-sizing:border-box;display:block;line-height:18px;list-style:none;padding:0 15px;width:100%}#fs_addons .fs-cards-list .fs-card .fs-inner .fs-card-banner{background-repeat:repeat-x;background-size:100% 100%;display:block;height:100px;line-height:0;margin:0;padding:0;transition:all,.15s}#fs_addons .fs-cards-list .fs-card .fs-inner .fs-card-banner .fs-badge.fs-installed-addon-badge{font-size:1.02em;line-height:1.3em}#fs_addons .fs-cards-list .fs-card .fs-inner .fs-title{color:#000;font-weight:700;height:18px;margin:10px 0 0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}#fs_addons .fs-cards-list .fs-card .fs-inner .fs-offer{font-size:.9em}#fs_addons .fs-cards-list .fs-card .fs-inner .fs-description{background-color:#f9f9f9;border-top:1px solid #eee;color:#777;margin:0 0 10px;padding:10px 15px 100px}#fs_addons .fs-cards-list .fs-card .fs-inner .fs-tag{background:#adff2f;box-shadow:1px 1px 1px rgba(0,0,0,.3);display:block;font-size:.9em;font-weight:700;padding:2px 10px;position:absolute;right:0;text-transform:uppercase;top:10px}#fs_addons .fs-cards-list .fs-card .fs-inner .fs-cta .button,#fs_addons .fs-cards-list .fs-card .fs-inner .fs-cta .button-group{position:absolute;right:10px;top:112px}@media screen and (min-width:960px){#fs_addons .fs-cards-list .fs-card:hover .fs-overlay{border:2px solid #29abe1;margin-left:-1px;margin-top:-1px}#fs_addons .fs-cards-list .fs-card:hover .fs-inner ul{top:-100px}#fs_addons .fs-cards-list .fs-card:hover .fs-inner .fs-offer,#fs_addons .fs-cards-list .fs-card:hover .fs-inner .fs-title{color:#29abe1}}#TB_window,#TB_window iframe{width:821px!important}#plugin-information .fyi{width:266px!important}#plugin-information #section-holder{clear:none;margin-right:299px}#plugin-information #section-description b,#plugin-information #section-description blockquote,#plugin-information #section-description h2,#plugin-information #section-description h3,#plugin-information #section-description i,#plugin-information #section-description li,#plugin-information #section-description ol,#plugin-information #section-description p,#plugin-information #section-description ul{clear:none}#plugin-information #section-description iframe{max-width:100%}#plugin-information #section-description .fs-selling-points{border-bottom:1px solid #ddd;padding-bottom:10px}#plugin-information #section-description .fs-selling-points ul{margin:0}#plugin-information #section-description .fs-selling-points ul li{list-style:none outside none;padding:0}#plugin-information #section-description .fs-selling-points ul li i.dashicons{color:#71ae00;float:left;font-size:3em;line-height:30px;margin:0 0 0 -15px;vertical-align:middle}#plugin-information #section-description .fs-selling-points ul li h3{margin:1em 30px!important}#plugin-information #section-description .fs-screenshots:after{clear:both;content:"";display:table}#plugin-information #section-description .fs-screenshots ul{list-style:none;margin:0}#plugin-information #section-description .fs-screenshots ul li{box-sizing:content-box;float:left;height:225px;margin-bottom:20px;width:225px}#plugin-information #section-description .fs-screenshots ul li a{background-size:cover;border:1px solid;box-shadow:1px 1px 1px rgba(0,0,0,.2);display:block;height:100%;width:100%}#plugin-information #section-description .fs-screenshots ul li.odd{margin-right:20px}#plugin-information .plugin-information-pricing{border-bottom:1px solid #ddd;margin:-16px}#plugin-information .plugin-information-pricing .fs-plan h3{font-size:16px;margin-top:0;padding:20px}#plugin-information .plugin-information-pricing .fs-plan .nav-tab-wrapper{border-bottom:1px solid #ddd}#plugin-information .plugin-information-pricing .fs-plan .nav-tab-wrapper .nav-tab{cursor:pointer;font-size:.9em;padding:0 10px;position:relative}#plugin-information .plugin-information-pricing .fs-plan .nav-tab-wrapper .nav-tab label{background:#adff2f;border:1px solid #006400;bottom:100%;color:green;font-size:.9em;left:-1px;line-height:1em;padding:2px;position:absolute;right:-1px;text-align:center;text-transform:uppercase}#plugin-information .plugin-information-pricing .fs-plan .nav-tab-wrapper .nav-tab.nav-tab-active{background:#fffeec;border-bottom-color:#fffeec;cursor:default}#plugin-information .plugin-information-pricing .fs-plan.fs-single-cycle h3{background:#fffeec;color:#0073aa;margin:0;padding-bottom:0}#plugin-information .plugin-information-pricing .fs-plan.fs-single-cycle .fs-billing-frequency,#plugin-information .plugin-information-pricing .fs-plan.fs-single-cycle .nav-tab-wrapper{display:none}#plugin-information .plugin-information-pricing .fs-plan .fs-pricing-body{background:#fffeec;padding:20px}#plugin-information .plugin-information-pricing .fs-plan .button{font-size:1.1em;font-weight:700;text-align:center;text-transform:uppercase;width:100%}#plugin-information .plugin-information-pricing .fs-plan label{white-space:nowrap}#plugin-information .plugin-information-pricing .fs-plan var{font-style:normal}#plugin-information .plugin-information-pricing .fs-plan .fs-annual-discount,#plugin-information .plugin-information-pricing .fs-plan .fs-billing-frequency{background:#f3f3f3;border:1px solid #ccc;display:block;font-weight:700;margin-bottom:10px;padding:2px;text-align:center;text-transform:uppercase}#plugin-information .plugin-information-pricing .fs-plan .fs-annual-discount{background:#adff2f;color:green;text-transform:none}#plugin-information .plugin-information-pricing .fs-plan ul.fs-trial-terms{font-size:.9em}#plugin-information .plugin-information-pricing .fs-plan ul.fs-trial-terms i{float:left;margin:0 0 0 -15px}#plugin-information .plugin-information-pricing .fs-plan ul.fs-trial-terms li{margin:10px 0 0}#plugin-information #section-features .fs-features{margin:-20px -26px}#plugin-information #section-features table{border-collapse:separate;border-spacing:0;width:100%}#plugin-information #section-features table thead th{padding:10px 0}#plugin-information #section-features table thead .fs-price{color:#71ae00;display:block;font-weight:400;text-align:center}#plugin-information #section-features table tbody td{border-top:1px solid #ccc;color:#71ae00;padding:10px 0;text-align:center;width:100px}#plugin-information #section-features table tbody td:first-child{color:inherit;padding-left:26px;text-align:left;width:auto}#plugin-information #section-features table tbody tr.fs-odd td{background:#fefefe}#plugin-information #section-features .dashicons-yes{font-size:30px;height:30px;width:30px}#fs_addons .fs-cards-list .fs-card .fs-inner .fs-dropdown .button-group .button,#plugin-information .fs-dropdown .button-group .button{position:relative;right:0;top:0;width:auto}#fs_addons .fs-cards-list .fs-card .fs-inner .fs-dropdown .button-group .button:focus,#plugin-information .fs-dropdown .button-group .button:focus{z-index:10}#fs_addons .fs-cards-list .fs-card .fs-inner .fs-dropdown .button-group .fs-dropdown-arrow,#plugin-information .fs-dropdown .button-group .fs-dropdown-arrow{border-left:4px solid transparent;border-right:4px solid transparent;border-top:6px solid #fff;position:relative;top:12px}#fs_addons .fs-cards-list .fs-card .fs-inner .fs-dropdown.active:not(.up) .button:not(.fs-dropdown-arrow-button),#plugin-information .fs-dropdown.active:not(.up) .button:not(.fs-dropdown-arrow-button){border-bottom-left-radius:0}#fs_addons .fs-cards-list .fs-card .fs-inner .fs-dropdown.active:not(.up) .fs-dropdown-arrow-button,#plugin-information .fs-dropdown.active:not(.up) .fs-dropdown-arrow-button{border-bottom-right-radius:0}#fs_addons .fs-cards-list .fs-card .fs-inner .fs-dropdown.active.up .button:not(.fs-dropdown-arrow-button),#plugin-information .fs-dropdown.active.up .button:not(.fs-dropdown-arrow-button){border-top-left-radius:0}#fs_addons .fs-cards-list .fs-card .fs-inner .fs-dropdown.active.up .fs-dropdown-arrow-button,#plugin-information .fs-dropdown.active.up .fs-dropdown-arrow-button{border-top-right-radius:0}#fs_addons .fs-cards-list .fs-card .fs-inner .fs-dropdown .fs-dropdown-list,#plugin-information .fs-dropdown .fs-dropdown-list{background-color:#fff;border:1px solid #bfbfbf;box-shadow:0 2px 4px -1px rgba(0,0,0,.2),0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12);margin-left:auto;padding:3px 0;position:absolute;right:-1px;text-align:left;top:100%;width:230px;z-index:1}#fs_addons .fs-cards-list .fs-card .fs-inner .fs-dropdown .fs-dropdown-list li,#plugin-information .fs-dropdown .fs-dropdown-list li{margin:0}#fs_addons .fs-cards-list .fs-card .fs-inner .fs-dropdown .fs-dropdown-list li a,#plugin-information .fs-dropdown .fs-dropdown-list li a{display:block;padding:5px 10px;text-decoration:none;text-shadow:none}#fs_addons .fs-cards-list .fs-card .fs-inner .fs-dropdown .fs-dropdown-list li:hover,#plugin-information .fs-dropdown .fs-dropdown-list li:hover{background-color:#0074a3;color:#fff}#fs_addons .fs-cards-list .fs-card .fs-inner .fs-dropdown .fs-dropdown-list li:hover a,#plugin-information .fs-dropdown .fs-dropdown-list li:hover a{color:#fff}#fs_addons .fs-cards-list .fs-card .fs-inner .fs-dropdown:not(.up) .fs-dropdown-list,#plugin-information .fs-dropdown:not(.up) .fs-dropdown-list{border-radius:3px 0 3px 3px}#fs_addons .fs-cards-list .fs-card .fs-inner .fs-dropdown.up .fs-dropdown-list,#plugin-information .fs-dropdown.up .fs-dropdown-list{border-radius:3px 3px 0 3px}#plugin-information .fs-dropdown .button-group{width:100%}#plugin-information .fs-dropdown .button-group .button{float:none;font-size:14px;font-weight:400;text-transform:none}#plugin-information .fs-dropdown .fs-dropdown-list{margin-top:1px}#plugin-information .fs-dropdown.up .fs-dropdown-list{bottom:100%;margin-bottom:2px;top:auto}#plugin-information.wp-core-ui .fs-pricing-body .fs-dropdown .button-group{display:table;text-align:center}#plugin-information.wp-core-ui .fs-pricing-body .fs-dropdown .button-group .button{display:table-cell}#plugin-information.wp-core-ui .fs-pricing-body .fs-dropdown .button-group .button:not(.fs-dropdown-arrow-button){left:1px;width:100%}#plugin-information-footer .fs-dropdown,#plugin-information-footer>.button{position:relative;top:3px}#plugin-information-footer .fs-dropdown.left,#plugin-information-footer>.button.left{float:left}#plugin-information-footer .fs-dropdown,#plugin-information-footer>.right{float:right}@media screen and (max-width:961px){#fs_addons .fs-cards-list .fs-card{height:265px}}
  • wp-notification-bell/trunk/freemius/assets/css/admin/affiliation.css

    r3030323 r3067195  
    1 #fs_affiliation_content_wrapper #messages{margin-top:25px}#fs_affiliation_content_wrapper h3{font-size:24px;padding:0;margin-left:0}#fs_affiliation_content_wrapper ul li{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;list-style-type:none}#fs_affiliation_content_wrapper ul li:before{content:"✓";margin-right:10px;font-weight:bold}#fs_affiliation_content_wrapper p:not(.description),#fs_affiliation_content_wrapper li,#fs_affiliation_content_wrapper label{font-size:16px !important;line-height:26px !important}#fs_affiliation_content_wrapper .button{margin-top:20px;margin-bottom:7px;line-height:35px;height:40px;font-size:16px}#fs_affiliation_content_wrapper .button#cancel_button{margin-right:5px}#fs_affiliation_content_wrapper form .input-container{margin-bottom:15px}#fs_affiliation_content_wrapper form .input-container .input-label{font-weight:bold;display:block;width:100%}#fs_affiliation_content_wrapper form .input-container.input-container-text label,#fs_affiliation_content_wrapper form .input-container.input-container-text input,#fs_affiliation_content_wrapper form .input-container.input-container-text textarea{display:block}#fs_affiliation_content_wrapper form .input-container #add_domain,#fs_affiliation_content_wrapper form .input-container .remove-domain{text-decoration:none;display:inline-block;margin-top:3px}#fs_affiliation_content_wrapper form .input-container #add_domain:focus,#fs_affiliation_content_wrapper form .input-container .remove-domain:focus{box-shadow:none}#fs_affiliation_content_wrapper form .input-container #add_domain.disabled,#fs_affiliation_content_wrapper form .input-container .remove-domain.disabled{color:#aaa;cursor:default}#fs_affiliation_content_wrapper form #extra_domains_container .description{margin-top:0;position:relative;top:-4px}#fs_affiliation_content_wrapper form #extra_domains_container .extra-domain-input-container{margin-bottom:15px}#fs_affiliation_content_wrapper form #extra_domains_container .extra-domain-input-container .domain{display:inline-block;margin-right:5px}#fs_affiliation_content_wrapper form #extra_domains_container .extra-domain-input-container .domain:last-of-type{margin-bottom:0}/*# sourceMappingURL=affiliation.css.map */
     1#fs_affiliation_content_wrapper #messages{margin-top:25px}#fs_affiliation_content_wrapper h3{font-size:24px;margin-left:0;padding:0}#fs_affiliation_content_wrapper ul li{box-sizing:border-box;list-style-type:none}#fs_affiliation_content_wrapper ul li:before{content:"✓";font-weight:700;margin-right:10px}#fs_affiliation_content_wrapper label,#fs_affiliation_content_wrapper li,#fs_affiliation_content_wrapper p:not(.description){font-size:16px!important;line-height:26px!important}#fs_affiliation_content_wrapper .button{font-size:16px;height:40px;line-height:35px;margin-bottom:7px;margin-top:20px}#fs_affiliation_content_wrapper .button#cancel_button{margin-right:5px}#fs_affiliation_content_wrapper form .input-container{margin-bottom:15px}#fs_affiliation_content_wrapper form .input-container .input-label{display:block;font-weight:700;width:100%}#fs_affiliation_content_wrapper form .input-container.input-container-text input,#fs_affiliation_content_wrapper form .input-container.input-container-text label,#fs_affiliation_content_wrapper form .input-container.input-container-text textarea{display:block}#fs_affiliation_content_wrapper form .input-container #add_domain,#fs_affiliation_content_wrapper form .input-container .remove-domain{display:inline-block;margin-top:3px;text-decoration:none}#fs_affiliation_content_wrapper form .input-container #add_domain:focus,#fs_affiliation_content_wrapper form .input-container .remove-domain:focus{box-shadow:none}#fs_affiliation_content_wrapper form .input-container #add_domain.disabled,#fs_affiliation_content_wrapper form .input-container .remove-domain.disabled{color:#aaa;cursor:default}#fs_affiliation_content_wrapper form #extra_domains_container .description{margin-top:0;position:relative;top:-4px}#fs_affiliation_content_wrapper form #extra_domains_container .extra-domain-input-container{margin-bottom:15px}#fs_affiliation_content_wrapper form #extra_domains_container .extra-domain-input-container .domain{display:inline-block;margin-right:5px}#fs_affiliation_content_wrapper form #extra_domains_container .extra-domain-input-container .domain:last-of-type{margin-bottom:0}
  • wp-notification-bell/trunk/freemius/assets/css/admin/checkout.css

    r3030323 r3067195  
    1 @media screen and (max-width: 782px){#wpbody-content{padding-bottom:0 !important}}/*# sourceMappingURL=checkout.css.map */
     1@media screen and (max-width:782px){#wpbody-content{padding-bottom:0!important}}
  • wp-notification-bell/trunk/freemius/assets/css/admin/clone-resolution.css

    r3030323 r3067195  
    1 .fs-notice[data-id^=clone_resolution_options_notice]{padding:0;color:inherit !important}.fs-notice[data-id^=clone_resolution_options_notice] .fs-notice-body{padding:0;margin-bottom:0}.fs-notice[data-id^=clone_resolution_options_notice] .fs-notice-header{padding:5px 10px}.fs-notice[data-id^=clone_resolution_options_notice] ol{margin-top:0;margin-bottom:0}.fs-notice[data-id^=clone_resolution_options_notice] .fs-clone-resolution-options-container{display:flex;flex-direction:row;padding:0 10px 10px}@media(max-width: 750px){.fs-notice[data-id^=clone_resolution_options_notice] .fs-clone-resolution-options-container{flex-direction:column}}.fs-notice[data-id^=clone_resolution_options_notice] .fs-clone-resolution-option{border:1px solid #ccc;padding:10px 10px 15px 10px;flex:auto;margin:5px}.fs-notice[data-id^=clone_resolution_options_notice] .fs-clone-resolution-option:first-child{margin-left:0}.fs-notice[data-id^=clone_resolution_options_notice] .fs-clone-resolution-option:last-child{margin-right:0}.fs-notice[data-id^=clone_resolution_options_notice] .fs-clone-resolution-option strong{font-size:1.2em;padding:2px;line-height:1.5em}.fs-notice[data-id^=clone_resolution_options_notice] a{text-decoration:none}.fs-notice[data-id^=clone_resolution_options_notice] .button{margin-right:10px}.rtl .fs-notice[data-id^=clone_resolution_options_notice] .button{margin-right:0;margin-left:10px}.fs-notice[data-id^=clone_resolution_options_notice] .fs-clone-documentation-container{padding:0 10px 15px}.fs-notice[data-id=temporary_duplicate_notice] #fs_clone_resolution_error_message{border:1px solid #d3135a;background:#fee;color:#d3135a;padding:10px}.fs-notice[data-id=temporary_duplicate_notice] ol{margin-top:0}.fs-notice[data-id=temporary_duplicate_notice] a{position:relative}.fs-notice[data-id=temporary_duplicate_notice] a:focus{box-shadow:none}.fs-notice[data-id=temporary_duplicate_notice] a.disabled{color:gray}.fs-notice[data-id=temporary_duplicate_notice] a .fs-ajax-spinner{position:absolute;left:8px;right:0;top:-1px;bottom:0;margin-left:100%}/*# sourceMappingURL=clone-resolution.css.map */
     1.fs-notice[data-id^=clone_resolution_options_notice]{color:inherit!important;padding:0}.fs-notice[data-id^=clone_resolution_options_notice] .fs-notice-body{margin-bottom:0;padding:0}.fs-notice[data-id^=clone_resolution_options_notice] .fs-notice-header{padding:5px 10px}.fs-notice[data-id^=clone_resolution_options_notice] ol{margin-bottom:0;margin-top:0}.fs-notice[data-id^=clone_resolution_options_notice] .fs-clone-resolution-options-container{display:flex;flex-direction:row;padding:0 10px 10px}@media(max-width:750px){.fs-notice[data-id^=clone_resolution_options_notice] .fs-clone-resolution-options-container{flex-direction:column}}.fs-notice[data-id^=clone_resolution_options_notice] .fs-clone-resolution-option{border:1px solid #ccc;flex:auto;margin:5px;padding:10px 10px 15px}.fs-notice[data-id^=clone_resolution_options_notice] .fs-clone-resolution-option:first-child{margin-left:0}.fs-notice[data-id^=clone_resolution_options_notice] .fs-clone-resolution-option:last-child{margin-right:0}.fs-notice[data-id^=clone_resolution_options_notice] .fs-clone-resolution-option strong{font-size:1.2em;line-height:1.5em;padding:2px}.fs-notice[data-id^=clone_resolution_options_notice] a{text-decoration:none}.fs-notice[data-id^=clone_resolution_options_notice] .button{margin-right:10px}.rtl .fs-notice[data-id^=clone_resolution_options_notice] .button{margin-left:10px;margin-right:0}.fs-notice[data-id^=clone_resolution_options_notice] .fs-clone-documentation-container{padding:0 10px 15px}.fs-notice[data-id=temporary_duplicate_notice] #fs_clone_resolution_error_message{background:#fee;border:1px solid #d3135a;color:#d3135a;padding:10px}.fs-notice[data-id=temporary_duplicate_notice] ol{margin-top:0}.fs-notice[data-id=temporary_duplicate_notice] a{position:relative}.fs-notice[data-id=temporary_duplicate_notice] a:focus{box-shadow:none}.fs-notice[data-id=temporary_duplicate_notice] a.disabled{color:gray}.fs-notice[data-id=temporary_duplicate_notice] a .fs-ajax-spinner{bottom:0;left:8px;margin-left:100%;position:absolute;right:0;top:-1px}
  • wp-notification-bell/trunk/freemius/assets/css/admin/common.css

    r3030323 r3067195  
    1 .fs-badge{position:absolute;top:10px;right:0;background:#71ae00;color:#fff;text-transform:uppercase;padding:5px 10px;-moz-border-radius:3px 0 0 3px;-webkit-border-radius:3px 0 0 3px;border-radius:3px 0 0 3px;font-weight:bold;border-right:0;-moz-box-shadow:0 2px 1px -1px rgba(0,0,0,.3);-webkit-box-shadow:0 2px 1px -1px rgba(0,0,0,.3);box-shadow:0 2px 1px -1px rgba(0,0,0,.3)}.theme-browser .theme .fs-premium-theme-badge-container{position:absolute;right:0;top:0}.theme-browser .theme .fs-premium-theme-badge-container .fs-badge{position:relative;top:0;margin-top:10px;text-align:center}.theme-browser .theme .fs-premium-theme-badge-container .fs-badge.fs-premium-theme-badge{font-size:1.1em}.theme-browser .theme .fs-premium-theme-badge-container .fs-badge.fs-beta-theme-badge{background:#00a0d2}.fs-switch{position:relative;display:inline-block;color:#ccc;text-shadow:0 1px 1px rgba(255,255,255,.8);height:18px;padding:6px 6px 5px 6px;border:1px solid #ccc;border:1px solid rgba(0,0,0,.2);background:#ececec;box-shadow:0 0 4px rgba(0,0,0,.1),inset 0 1px 3px 0 rgba(0,0,0,.1);cursor:pointer}.fs-switch span{display:inline-block;width:35px;text-transform:uppercase}.fs-switch .fs-toggle{position:absolute;top:1px;width:37px;height:25px;border:1px solid #ccc;border:1px solid rgba(0,0,0,.3);border-radius:4px;background:#fff;background-color:#fff;background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #ececec), color-stop(1, #fff));background-image:-webkit-linear-gradient(top, #ececec, #fff);background-image:-moz-linear-gradient(top, #ececec, #fff);background-image:-ms-linear-gradient(top, #ececec, #fff);background-image:-o-linear-gradient(top, #ececec, #fff);background-image:linear-gradient(top, bottom, #ececec, #fff);box-shadow:inset 0 1px 0 0 rgba(255,255,255,.5);z-index:999;-moz-transition:.4s cubic-bezier(0.54, 1.6, 0.5, 1);-o-transition:.4s cubic-bezier(0.54, 1.6, 0.5, 1);-ms-transition:.4s cubic-bezier(0.54, 1.6, 0.5, 1);-webkit-transition:.4s cubic-bezier(0.54, 1.6, 0.5, 1);transition:.4s cubic-bezier(0.54, 1.6, 0.5, 1)}.fs-switch.fs-off .fs-toggle{left:2%}.fs-switch.fs-on .fs-toggle{left:54%}.fs-switch.fs-round{top:8px;padding:4px 25px;-moz-border-radius:24px;-webkit-border-radius:24px;border-radius:24px}.fs-switch.fs-round .fs-toggle{top:0;width:24px;height:24px;-moz-border-radius:24px;-webkit-border-radius:24px;border-radius:24px}.fs-switch.fs-round.fs-off .fs-toggle{left:-1px}.fs-switch.fs-round.fs-on{background:#0085ba}.fs-switch.fs-round.fs-on .fs-toggle{left:25px}.fs-switch.fs-small.fs-round{padding:1px 19px}.fs-switch.fs-small.fs-round .fs-toggle{top:0;width:18px;height:18px;-moz-border-radius:18px;-webkit-border-radius:18px;border-radius:18px}.fs-switch.fs-small.fs-round.fs-on .fs-toggle{left:19px}body.fs-loading,body.fs-loading *{cursor:wait !important}#fs_frame{line-height:0;font-size:0}.fs-full-size-wrapper{margin:40px 0 -65px -20px}@media(max-width: 600px){.fs-full-size-wrapper{margin:0 0 -65px -10px}}.fs-notice{position:relative}.fs-notice.fs-has-title{margin-bottom:30px !important}.fs-notice.success{color:green}.fs-notice.promotion{border-color:#00a0d2 !important;background-color:#f2fcff !important}.fs-notice .fs-notice-body{margin:.5em 0;padding:2px}.fs-notice .fs-close{cursor:pointer;color:#aaa;float:right}.fs-notice .fs-close:hover{color:#666}.fs-notice .fs-close>*{margin-top:7px;display:inline-block}.fs-notice label.fs-plugin-title{background:rgba(0,0,0,.3);color:#fff;padding:2px 10px;position:absolute;top:100%;bottom:auto;right:auto;-moz-border-radius:0 0 3px 3px;-webkit-border-radius:0 0 3px 3px;border-radius:0 0 3px 3px;left:10px;font-size:12px;font-weight:bold;cursor:auto}div.fs-notice.updated,div.fs-notice.success,div.fs-notice.promotion{display:block !important}#fs_connect .fs-error ol,#fs_connect .fs-error .fs-api-request-error-show-details-link,#fs_connect .fs-error .fs-api-request-error-details,.fs-modal .notice-error ol,.fs-modal .notice-error .fs-api-request-error-show-details-link,.fs-modal .notice-error .fs-api-request-error-details,.fs-notice.error ol,.fs-notice.error .fs-api-request-error-show-details-link,.fs-notice.error .fs-api-request-error-details{text-align:left}#fs_connect .fs-error ol,.fs-modal .notice-error ol,.fs-notice.error ol{list-style-type:disc}#fs_connect .fs-error .fs-api-request-error-show-details-link,.fs-modal .notice-error .fs-api-request-error-show-details-link,.fs-notice.error .fs-api-request-error-show-details-link{text-decoration:none;color:#2271b1;box-shadow:none}#fs_connect .fs-error .fs-api-request-error-details,.fs-modal .notice-error .fs-api-request-error-details,.fs-notice.error .fs-api-request-error-details{border:1px solid #ccc;padding:5px;overflow:auto;max-height:150px}.rtl .fs-notice .fs-close{float:left}.fs-secure-notice{position:fixed;top:32px;left:160px;right:0;background:#ebfdeb;padding:10px 20px;color:green;z-index:9999;-moz-box-shadow:0 2px 2px rgba(6,113,6,.3);-webkit-box-shadow:0 2px 2px rgba(6,113,6,.3);box-shadow:0 2px 2px rgba(6,113,6,.3);opacity:.95;filter:alpha(opacity=95)}.fs-secure-notice:hover{opacity:1;filter:alpha(opacity=100)}.fs-secure-notice a.fs-security-proof{color:green;text-decoration:none}@media screen and (max-width: 960px){.fs-secure-notice{left:36px}}@media screen and (max-width: 600px){.fs-secure-notice{display:none}}@media screen and (max-width: 1250px){#fs_promo_tab{display:none}}@media screen and (max-width: 782px){.fs-secure-notice{left:0;top:46px;text-align:center}}span.fs-submenu-item.fs-sub:before{content:"↳";padding:0 5px}.rtl span.fs-submenu-item.fs-sub:before{content:"↲"}.fs-submenu-item.pricing.upgrade-mode{color:#adff2f}.fs-submenu-item.pricing.trial-mode{color:#83e2ff}#adminmenu .update-plugins.fs-trial{background-color:#00b9eb}.fs-ajax-spinner{border:0;width:20px;height:20px;margin-right:5px;vertical-align:sub;display:inline-block;background:url("/wp-admin/images/wpspin_light-2x.gif");background-size:contain;margin-bottom:-2px}.wrap.fs-section h2{text-align:left}.plugins p.fs-upgrade-notice{border:0;background-color:#d54e21;padding:10px;color:#f9f9f9;margin-top:10px}/*# sourceMappingURL=common.css.map */
     1.fs-badge{background:#71ae00;border-radius:3px 0 0 3px;border-right:0;box-shadow:0 2px 1px -1px rgba(0,0,0,.3);color:#fff;font-weight:700;padding:5px 10px;position:absolute;right:0;text-transform:uppercase;top:10px}.theme-browser .theme .fs-premium-theme-badge-container{position:absolute;right:0;top:0}.theme-browser .theme .fs-premium-theme-badge-container .fs-badge{margin-top:10px;position:relative;text-align:center;top:0}.theme-browser .theme .fs-premium-theme-badge-container .fs-badge.fs-premium-theme-badge{font-size:1.1em}.theme-browser .theme .fs-premium-theme-badge-container .fs-badge.fs-beta-theme-badge{background:#00a0d2}.fs-switch{background:#ececec;border:1px solid #ccc;border:1px solid rgba(0,0,0,.2);box-shadow:0 0 4px rgba(0,0,0,.1),inset 0 1px 3px 0 rgba(0,0,0,.1);color:#ccc;cursor:pointer;display:inline-block;height:18px;padding:6px 6px 5px;position:relative;text-shadow:0 1px 1px hsla(0,0%,100%,.8)}.fs-switch span{display:inline-block;text-transform:uppercase;width:35px}.fs-switch .fs-toggle{background-color:#fff;background-image:linear-gradient(180deg,#ececec,#fff);border:1px solid rgba(0,0,0,.3);border-radius:4px;box-shadow:inset 0 1px 0 0 hsla(0,0%,100%,.5);height:25px;position:absolute;top:1px;transition:.4s cubic-bezier(.54,1.6,.5,1);width:37px;z-index:999}.fs-switch.fs-off .fs-toggle{left:2%}.fs-switch.fs-on .fs-toggle{left:54%}.fs-switch.fs-round{border-radius:24px;padding:4px 25px;top:8px}.fs-switch.fs-round .fs-toggle{border-radius:24px;height:24px;top:0;width:24px}.fs-switch.fs-round.fs-off .fs-toggle{left:-1px}.fs-switch.fs-round.fs-on{background:#0085ba}.fs-switch.fs-round.fs-on .fs-toggle{left:25px}.fs-switch.fs-small.fs-round{padding:1px 19px}.fs-switch.fs-small.fs-round .fs-toggle{border-radius:18px;height:18px;top:0;width:18px}.fs-switch.fs-small.fs-round.fs-on .fs-toggle{left:19px}body.fs-loading,body.fs-loading *{cursor:wait!important}#fs_frame{font-size:0;line-height:0}.fs-full-size-wrapper{margin:40px 0 -65px -20px}@media(max-width:600px){.fs-full-size-wrapper{margin:0 0 -65px -10px}}.fs-notice{position:relative}.fs-notice.fs-has-title{margin-bottom:30px!important}.fs-notice.success{color:green}.fs-notice.promotion{background-color:#f2fcff!important;border-color:#00a0d2!important}.fs-notice .fs-notice-body{margin:.5em 0;padding:2px}.fs-notice .fs-close{color:#aaa;cursor:pointer;float:right}.fs-notice .fs-close:hover{color:#666}.fs-notice .fs-close>*{display:inline-block;margin-top:7px}.fs-notice label.fs-plugin-title{background:rgba(0,0,0,.3);border-radius:0 0 3px 3px;bottom:auto;color:#fff;cursor:auto;font-size:12px;font-weight:700;left:10px;padding:2px 10px;position:absolute;right:auto;top:100%}div.fs-notice.promotion,div.fs-notice.success,div.fs-notice.updated{display:block!important}#fs_connect .fs-error .fs-api-request-error-details,#fs_connect .fs-error .fs-api-request-error-show-details-link,#fs_connect .fs-error ol,.fs-modal .notice-error .fs-api-request-error-details,.fs-modal .notice-error .fs-api-request-error-show-details-link,.fs-modal .notice-error ol,.fs-notice.error .fs-api-request-error-details,.fs-notice.error .fs-api-request-error-show-details-link,.fs-notice.error ol{text-align:left}#fs_connect .fs-error ol,.fs-modal .notice-error ol,.fs-notice.error ol{list-style-type:disc}#fs_connect .fs-error .fs-api-request-error-show-details-link,.fs-modal .notice-error .fs-api-request-error-show-details-link,.fs-notice.error .fs-api-request-error-show-details-link{box-shadow:none;color:#2271b1;text-decoration:none}#fs_connect .fs-error .fs-api-request-error-details,.fs-modal .notice-error .fs-api-request-error-details,.fs-notice.error .fs-api-request-error-details{border:1px solid #ccc;max-height:150px;overflow:auto;padding:5px}.rtl .fs-notice .fs-close{float:left}.fs-secure-notice{background:#ebfdeb;box-shadow:0 2px 2px rgba(6,113,6,.3);color:green;filter:alpha(opacity=95);left:160px;opacity:.95;padding:10px 20px;position:fixed;right:0;top:32px;z-index:9999}.fs-secure-notice:hover{filter:alpha(opacity=100);opacity:1}.fs-secure-notice a.fs-security-proof{color:green;text-decoration:none}@media screen and (max-width:960px){.fs-secure-notice{left:36px}}@media screen and (max-width:600px){.fs-secure-notice{display:none}}@media screen and (max-width:1250px){#fs_promo_tab{display:none}}@media screen and (max-width:782px){.fs-secure-notice{left:0;text-align:center;top:46px}}span.fs-submenu-item.fs-sub:before{content:"↳";padding:0 5px}.rtl span.fs-submenu-item.fs-sub:before{content:"↲"}.fs-submenu-item.pricing.upgrade-mode{color:#adff2f}.fs-submenu-item.pricing.trial-mode{color:#83e2ff}#adminmenu .update-plugins.fs-trial{background-color:#00b9eb}.fs-ajax-spinner{background:url(/wp-admin/images/wpspin_light-2x.gif);background-size:contain;border:0;display:inline-block;height:20px;margin-bottom:-2px;margin-right:5px;vertical-align:sub;width:20px}.wrap.fs-section h2{text-align:left}.plugins p.fs-upgrade-notice{background-color:#d54e21;border:0;color:#f9f9f9;margin-top:10px;padding:10px}
  • wp-notification-bell/trunk/freemius/assets/css/admin/connect.css

    r3030323 r3067195  
    1 .fs-tooltip-trigger{position:relative}.fs-tooltip-trigger:not(a){cursor:help}.fs-tooltip-trigger .dashicons{float:none !important}.fs-tooltip-trigger .fs-tooltip{opacity:0;visibility:hidden;-moz-transition:opacity .3s ease-in-out;-o-transition:opacity .3s ease-in-out;-ms-transition:opacity .3s ease-in-out;-webkit-transition:opacity .3s ease-in-out;transition:opacity .3s ease-in-out;position:absolute;background:rgba(0,0,0,.8);color:#fff !important;font-family:"arial",serif;font-size:12px;padding:10px;z-index:999999;bottom:100%;margin-bottom:5px;left:-17px;right:0;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;-moz-box-shadow:1px 1px 1px rgba(0,0,0,.2);-webkit-box-shadow:1px 1px 1px rgba(0,0,0,.2);box-shadow:1px 1px 1px rgba(0,0,0,.2);line-height:1.3em;font-weight:bold;text-align:left;text-transform:none !important}.rtl .fs-tooltip-trigger .fs-tooltip{text-align:right;left:auto;right:-17px}.fs-tooltip-trigger .fs-tooltip::after{content:" ";display:block;width:0;height:0;border-style:solid;border-width:5px 5px 0 5px;border-color:rgba(0,0,0,.8) rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0);position:absolute;top:100%;left:21px}.rtl .fs-tooltip-trigger .fs-tooltip::after{right:21px;left:auto}.fs-tooltip-trigger:hover .fs-tooltip{visibility:visible;opacity:1}#fs_connect{width:484px;margin:60px auto 20px auto}#fs_connect a{color:inherit}#fs_connect a:not(.button){text-decoration:underline}#fs_connect .fs-box-container{box-shadow:0 1px 2px rgba(0,0,0,.3);border-radius:3px;overflow:hidden;padding-top:40px;background:#f0f0f1}@media screen and (max-width: 483px){#fs_connect{width:auto;margin:30px 0 0 -10px}#fs_connect .fs-box-container{-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none}}#fs_connect .fs-content{background:#fff;padding:30px 20px}#fs_connect .fs-content .fs-error{background:snow;color:#d3135a;border:1px solid #d3135a;-moz-box-shadow:0 1px 1px 0 rgba(0,0,0,.1);-webkit-box-shadow:0 1px 1px 0 rgba(0,0,0,.1);box-shadow:0 1px 1px 0 rgba(0,0,0,.1);text-align:center;padding:5px;margin-bottom:10px}#fs_connect .fs-content h2{line-height:1.5em}#fs_connect .fs-content p{margin:0;padding:0;font-size:1.2em}#fs_connect .fs-license-key-container{position:relative;width:280px;margin:10px auto 0 auto}#fs_connect .fs-license-key-container input{width:100%}#fs_connect .fs-license-key-container .dashicons{position:absolute;top:5px;right:5px}#fs_connect.require-license-key .fs-content{padding-bottom:10px}#fs_connect.require-license-key .fs-actions{border-top:none}#fs_connect.require-license-key .fs-sites-list-container td{cursor:pointer}#fs_connect #delegate_to_site_admins{margin-right:15px;float:right;height:26px;vertical-align:middle;line-height:37px;font-weight:bold;border-bottom:1px dashed;text-decoration:none}#fs_connect #delegate_to_site_admins.rtl{margin-left:15px;margin-right:0}#fs_connect .fs-actions{padding:10px 20px;background:#fff;border-width:1px 0;border-style:solid;border-color:#f1f1f1}#fs_connect .fs-actions .button{padding:0 10px 1px;line-height:35px;height:37px;font-size:16px;margin-bottom:0}#fs_connect .fs-actions .button .dashicons{font-size:37px;margin-left:-8px;margin-right:12px}#fs_connect .fs-actions .button.button-primary{padding-right:15px;padding-left:15px}#fs_connect .fs-actions .button.button-primary:after{content:" ➜"}#fs_connect .fs-actions .button.button-primary.fs-loading:after{content:""}#fs_connect .fs-actions .button.button-secondary{float:right}#fs_connect.fs-anonymous-disabled .fs-actions .button.button-primary{width:100%}#fs_connect .fs-permissions{padding:10px 20px;background:#fff;-moz-transition:background .5s ease;-o-transition:background .5s ease;-ms-transition:background .5s ease;-webkit-transition:background .5s ease;transition:background .5s ease}#fs_connect .fs-permissions .fs-license-sync-disclaimer{text-align:center;margin-top:0}#fs_connect .fs-permissions>.fs-trigger{font-size:.9em;text-decoration:none;text-align:center;display:block}#fs_connect .fs-permissions>.fs-trigger .fs-arrow::after{content:"→";width:20px;display:inline-block}#fs_connect .fs-permissions.fs-open>.fs-trigger .fs-arrow::after{content:"↓" !important}#fs_connect .fs-permissions ul li{padding-left:0;padding-right:0}@media screen and (max-width: 483px){#fs_connect .fs-permissions ul{height:auto;margin:20px}}#fs_connect .fs-freemium-licensing{padding:8px;background:#777;color:#fff}#fs_connect .fs-freemium-licensing p{text-align:center;display:block;margin:0;padding:0}#fs_connect .fs-freemium-licensing a{color:inherit;text-decoration:underline}#fs_connect .fs-header{padding:0;line-height:0;height:0;position:relative}#fs_connect .fs-header .fs-site-icon,#fs_connect .fs-header .fs-connect-logo{position:absolute;top:-8px;border-radius:50%}#fs_connect .fs-header .fs-site-icon{left:152px}#fs_connect .fs-header .fs-connect-logo{right:152px}#fs_connect .fs-header .fs-site-icon,#fs_connect .fs-header img,#fs_connect .fs-header object{width:50px;height:50px;border-radius:50%}#fs_connect .fs-header .fs-plugin-icon{position:absolute;overflow:hidden;top:-23px;left:50%;margin-left:-44px;border-radius:50%;z-index:1}#fs_connect .fs-header .fs-plugin-icon,#fs_connect .fs-header .fs-plugin-icon img{width:80px;height:80px}#fs_connect .fs-header .dashicons-wordpress-alt{font-size:40px;background:#01749a;color:#fff;width:40px;height:40px;padding:5px;border-radius:50%}#fs_connect .fs-header .dashicons-plus{position:absolute;top:50%;font-size:30px;margin-top:-10px;color:#bbb}#fs_connect .fs-header .dashicons-plus.fs-first{left:28%}#fs_connect .fs-header .dashicons-plus.fs-second{left:65%}#fs_connect .fs-header .fs-plugin-icon,#fs_connect .fs-header .fs-connect-logo,#fs_connect .fs-header .fs-site-icon{border:1px solid #efefef;padding:3px;background:#fff}#fs_connect .fs-terms{text-align:center;font-size:.85em;padding:10px 5px}#fs_connect .fs-terms,#fs_connect .fs-terms a{color:#999}#fs_connect .fs-terms a{text-decoration:none}.fs-multisite-options-container{margin-top:20px;border:1px solid #ccc;padding:5px}.fs-multisite-options-container a{text-decoration:none}.fs-multisite-options-container a:focus{box-shadow:none}.fs-multisite-options-container a.selected{font-weight:bold}.fs-multisite-options-container.fs-apply-on-all-sites{border:0 none;padding:0}.fs-multisite-options-container.fs-apply-on-all-sites .fs-all-sites-options{border-spacing:0}.fs-multisite-options-container.fs-apply-on-all-sites .fs-all-sites-options td:not(:first-child){display:none}.fs-multisite-options-container .fs-sites-list-container{display:none;overflow:auto}.fs-multisite-options-container .fs-sites-list-container table td{border-top:1px solid #ccc;padding:4px 2px}#fs_marketing_optin{display:none;margin-top:10px;border:1px solid #ccc;padding:10px;line-height:1.5em}#fs_marketing_optin .fs-message{display:block;margin-bottom:5px;font-size:1.05em;font-weight:600}#fs_marketing_optin.error{border:1px solid #d3135a;background:#fee}#fs_marketing_optin.error .fs-message{color:#d3135a}#fs_marketing_optin .fs-input-container{margin-top:5px}#fs_marketing_optin .fs-input-container label{margin-top:5px;display:block}#fs_marketing_optin .fs-input-container label input{float:left;margin:1px 0 0 0}#fs_marketing_optin .fs-input-container label:first-child{display:block;margin-bottom:2px}#fs_marketing_optin .fs-input-label{display:block;margin-left:20px}#fs_marketing_optin .fs-input-label .underlined{text-decoration:underline}.rtl #fs_marketing_optin .fs-input-container label input{float:right}.rtl #fs_marketing_optin .fs-input-label{margin-left:0;margin-right:20px}.rtl #fs_connect{border-radius:3px}.rtl #fs_connect .fs-actions{padding:10px 20px;background:#c0c7ca}.rtl #fs_connect .fs-actions .button .dashicons{font-size:37px;margin-left:-8px;margin-right:12px}.rtl #fs_connect .fs-actions .button.button-primary:after{content:" »"}.rtl #fs_connect .fs-actions .button.button-primary.fs-loading:after{content:""}.rtl #fs_connect .fs-actions .button.button-secondary{float:left}.rtl #fs_connect .fs-header .fs-site-icon{right:20px;left:auto}.rtl #fs_connect .fs-header .fs-connect-logo{right:auto;left:20px}.rtl #fs_connect .fs-permissions>.fs-trigger .fs-arrow::after{content:"←"}#fs_theme_connect_wrapper{position:fixed;top:0;height:100%;width:100%;z-index:99990;background:rgba(0,0,0,.75);text-align:center;overflow-y:auto}#fs_theme_connect_wrapper:before{content:"";display:inline-block;vertical-align:middle;height:100%}#fs_theme_connect_wrapper>button.close{color:#fff;cursor:pointer;height:40px;width:40px;position:absolute;right:0;border:0;background-color:rgba(0,0,0,0);top:32px}#fs_theme_connect_wrapper #fs_connect{top:0;text-align:left;display:inline-block;vertical-align:middle;margin-top:0;margin-bottom:20px}#fs_theme_connect_wrapper #fs_connect .fs-terms,#fs_theme_connect_wrapper #fs_connect .fs-terms a{color:#c5c5c5}.wp-pointer-content #fs_connect{margin:0;-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none}.fs-opt-in-pointer .wp-pointer-content{padding:0}.fs-opt-in-pointer.wp-pointer-top .wp-pointer-arrow{border-bottom-color:#dfdfdf}.fs-opt-in-pointer.wp-pointer-top .wp-pointer-arrow-inner{border-bottom-color:#fafafa}.fs-opt-in-pointer.wp-pointer-bottom .wp-pointer-arrow{border-top-color:#dfdfdf}.fs-opt-in-pointer.wp-pointer-bottom .wp-pointer-arrow-inner{border-top-color:#fafafa}.fs-opt-in-pointer.wp-pointer-left .wp-pointer-arrow{border-right-color:#dfdfdf}.fs-opt-in-pointer.wp-pointer-left .wp-pointer-arrow-inner{border-right-color:#fafafa}.fs-opt-in-pointer.wp-pointer-right .wp-pointer-arrow{border-left-color:#dfdfdf}.fs-opt-in-pointer.wp-pointer-right .wp-pointer-arrow-inner{border-left-color:#fafafa}#license_issues_link{display:block;text-align:center;font-size:.9em;margin-top:10px}.fs-tooltip-trigger{position:relative}.fs-tooltip-trigger:not(a){cursor:help}.fs-tooltip-trigger .dashicons{float:none !important}.fs-tooltip-trigger .fs-tooltip{opacity:0;visibility:hidden;-moz-transition:opacity .3s ease-in-out;-o-transition:opacity .3s ease-in-out;-ms-transition:opacity .3s ease-in-out;-webkit-transition:opacity .3s ease-in-out;transition:opacity .3s ease-in-out;position:absolute;background:rgba(0,0,0,.8);color:#fff !important;font-family:"arial",serif;font-size:12px;padding:10px;z-index:999999;bottom:100%;margin-bottom:5px;left:-17px;right:0;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;-moz-box-shadow:1px 1px 1px rgba(0,0,0,.2);-webkit-box-shadow:1px 1px 1px rgba(0,0,0,.2);box-shadow:1px 1px 1px rgba(0,0,0,.2);line-height:1.3em;font-weight:bold;text-align:left;text-transform:none !important}.rtl .fs-tooltip-trigger .fs-tooltip{text-align:right;left:auto;right:-17px}.fs-tooltip-trigger .fs-tooltip::after{content:" ";display:block;width:0;height:0;border-style:solid;border-width:5px 5px 0 5px;border-color:rgba(0,0,0,.8) rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0);position:absolute;top:100%;left:21px}.rtl .fs-tooltip-trigger .fs-tooltip::after{right:21px;left:auto}.fs-tooltip-trigger:hover .fs-tooltip{visibility:visible;opacity:1}.fs-permissions .fs-permission.fs-disabled{color:#aaa}.fs-permissions .fs-permission.fs-disabled .fs-permission-description span{color:#aaa}.fs-permissions .fs-permission .fs-switch-feedback{position:absolute;right:15px;top:52px}.fs-permissions ul{height:0;overflow:hidden;margin:0}.fs-permissions ul li{padding:17px 15px;margin:0;position:relative}.fs-permissions ul li>i.dashicons{float:left;font-size:30px;width:30px;height:30px;padding:5px}.fs-permissions ul li .fs-switch{float:right}.fs-permissions ul li .fs-permission-description{margin-left:55px}.fs-permissions ul li .fs-permission-description span{font-size:14px;font-weight:500;color:#23282d}.fs-permissions ul li .fs-permission-description .fs-tooltip{font-size:13px;font-weight:bold}.fs-permissions ul li .fs-permission-description .fs-tooltip-trigger .dashicons{margin:-1px 2px 0 2px}.fs-permissions ul li .fs-permission-description p{margin:2px 0 0 0}.fs-permissions.fs-open{background:#fff}.fs-permissions.fs-open ul{overflow:initial;height:auto;margin:20px 0 10px 0}.fs-permissions .fs-switch-feedback .fs-ajax-spinner{margin-right:10px}.fs-permissions .fs-switch-feedback.success{color:#71ae00}.rtl .fs-permissions .fs-switch-feedback{right:auto;left:15px}.rtl .fs-permissions .fs-switch-feedback .fs-ajax-spinner{margin-left:10px;margin-right:0}.rtl .fs-permissions ul li .fs-permission-description{margin-right:55px;margin-left:0}.rtl .fs-permissions ul li .fs-switch{float:left}.rtl .fs-permissions ul li i.dashicons{float:right}/*# sourceMappingURL=connect.css.map */
     1#fs_connect{margin:60px auto 20px;width:484px}#fs_connect a{color:inherit}#fs_connect a:not(.button){text-decoration:underline}#fs_connect .fs-box-container{background:#f0f0f1;border-radius:3px;box-shadow:0 1px 2px rgba(0,0,0,.3);overflow:hidden;padding-top:40px}@media screen and (max-width:483px){#fs_connect{margin:30px 0 0 -10px;width:auto}#fs_connect .fs-box-container{box-shadow:none}}#fs_connect .fs-content{background:#fff;padding:30px 20px}#fs_connect .fs-content .fs-error{background:snow;border:1px solid #d3135a;box-shadow:0 1px 1px 0 rgba(0,0,0,.1);color:#d3135a;margin-bottom:10px;padding:5px;text-align:center}#fs_connect .fs-content h2{line-height:1.5em}#fs_connect .fs-content p{font-size:1.2em;margin:0;padding:0}#fs_connect .fs-license-key-container{margin:10px auto 0;position:relative;width:280px}#fs_connect .fs-license-key-container input{width:100%}#fs_connect .fs-license-key-container .dashicons{position:absolute;right:5px;top:5px}#fs_connect.require-license-key .fs-content{padding-bottom:10px}#fs_connect.require-license-key .fs-actions{border-top:none}#fs_connect.require-license-key .fs-sites-list-container td{cursor:pointer}#fs_connect #delegate_to_site_admins{border-bottom:1px dashed;float:right;font-weight:700;height:26px;line-height:37px;margin-right:15px;text-decoration:none;vertical-align:middle}#fs_connect #delegate_to_site_admins.rtl{margin-left:15px;margin-right:0}#fs_connect .fs-actions{background:#fff;border-color:#f1f1f1;border-style:solid;border-width:1px 0;padding:10px 20px}#fs_connect .fs-actions .button{font-size:16px;height:37px;line-height:35px;margin-bottom:0;padding:0 10px 1px}#fs_connect .fs-actions .button .dashicons{font-size:37px;margin-left:-8px;margin-right:12px}#fs_connect .fs-actions .button.button-primary{padding-left:15px;padding-right:15px}#fs_connect .fs-actions .button.button-primary:after{content:" ➜"}#fs_connect .fs-actions .button.button-primary.fs-loading:after{content:""}#fs_connect .fs-actions .button.button-secondary{float:right}#fs_connect.fs-anonymous-disabled .fs-actions .button.button-primary{width:100%}#fs_connect .fs-permissions{background:#fff;padding:10px 20px;transition:background .5s ease}#fs_connect .fs-permissions .fs-license-sync-disclaimer{margin-top:0;text-align:center}#fs_connect .fs-permissions>.fs-trigger{display:block;font-size:.9em;text-align:center;text-decoration:none}#fs_connect .fs-permissions>.fs-trigger .fs-arrow:after{content:"→";display:inline-block;width:20px}#fs_connect .fs-permissions.fs-open>.fs-trigger .fs-arrow:after{content:"↓"!important}#fs_connect .fs-permissions ul li{padding-left:0;padding-right:0}@media screen and (max-width:483px){#fs_connect .fs-permissions ul{height:auto;margin:20px}}#fs_connect .fs-freemium-licensing{background:#777;color:#fff;padding:8px}#fs_connect .fs-freemium-licensing p{display:block;margin:0;padding:0;text-align:center}#fs_connect .fs-freemium-licensing a{color:inherit;text-decoration:underline}#fs_connect .fs-header{height:0;line-height:0;padding:0;position:relative}#fs_connect .fs-header .fs-connect-logo,#fs_connect .fs-header .fs-site-icon{border-radius:50%;position:absolute;top:-8px}#fs_connect .fs-header .fs-site-icon{left:152px}#fs_connect .fs-header .fs-connect-logo{right:152px}#fs_connect .fs-header .fs-site-icon,#fs_connect .fs-header img,#fs_connect .fs-header object{border-radius:50%;height:50px;width:50px}#fs_connect .fs-header .fs-plugin-icon{border-radius:50%;left:50%;margin-left:-44px;overflow:hidden;position:absolute;top:-23px;z-index:1}#fs_connect .fs-header .fs-plugin-icon,#fs_connect .fs-header .fs-plugin-icon img{height:80px;width:80px}#fs_connect .fs-header .dashicons-wordpress-alt{background:#01749a;border-radius:50%;color:#fff;font-size:40px;height:40px;padding:5px;width:40px}#fs_connect .fs-header .dashicons-plus{color:#bbb;font-size:30px;margin-top:-10px;position:absolute;top:50%}#fs_connect .fs-header .dashicons-plus.fs-first{left:28%}#fs_connect .fs-header .dashicons-plus.fs-second{left:65%}#fs_connect .fs-header .fs-connect-logo,#fs_connect .fs-header .fs-plugin-icon,#fs_connect .fs-header .fs-site-icon{background:#fff;border:1px solid #efefef;padding:3px}#fs_connect .fs-terms{font-size:.85em;padding:10px 5px;text-align:center}#fs_connect .fs-terms,#fs_connect .fs-terms a{color:#999}#fs_connect .fs-terms a{text-decoration:none}.fs-multisite-options-container{border:1px solid #ccc;margin-top:20px;padding:5px}.fs-multisite-options-container a{text-decoration:none}.fs-multisite-options-container a:focus{box-shadow:none}.fs-multisite-options-container a.selected{font-weight:700}.fs-multisite-options-container.fs-apply-on-all-sites{border:0;padding:0}.fs-multisite-options-container.fs-apply-on-all-sites .fs-all-sites-options{border-spacing:0}.fs-multisite-options-container.fs-apply-on-all-sites .fs-all-sites-options td:not(:first-child){display:none}.fs-multisite-options-container .fs-sites-list-container{display:none;overflow:auto}.fs-multisite-options-container .fs-sites-list-container table td{border-top:1px solid #ccc;padding:4px 2px}#fs_marketing_optin{border:1px solid #ccc;display:none;line-height:1.5em;margin-top:10px;padding:10px}#fs_marketing_optin .fs-message{display:block;font-size:1.05em;font-weight:600;margin-bottom:5px}#fs_marketing_optin.error{background:#fee;border:1px solid #d3135a}#fs_marketing_optin.error .fs-message{color:#d3135a}#fs_marketing_optin .fs-input-container{margin-top:5px}#fs_marketing_optin .fs-input-container label{display:block;margin-top:5px}#fs_marketing_optin .fs-input-container label input{float:left;margin:1px 0 0}#fs_marketing_optin .fs-input-container label:first-child{display:block;margin-bottom:2px}#fs_marketing_optin .fs-input-label{display:block;margin-left:20px}#fs_marketing_optin .fs-input-label .underlined{text-decoration:underline}.rtl #fs_marketing_optin .fs-input-container label input{float:right}.rtl #fs_marketing_optin .fs-input-label{margin-left:0;margin-right:20px}.rtl #fs_connect{border-radius:3px}.rtl #fs_connect .fs-actions{background:#c0c7ca;padding:10px 20px}.rtl #fs_connect .fs-actions .button .dashicons{font-size:37px;margin-left:-8px;margin-right:12px}.rtl #fs_connect .fs-actions .button.button-primary:after{content:" »"}.rtl #fs_connect .fs-actions .button.button-primary.fs-loading:after{content:""}.rtl #fs_connect .fs-actions .button.button-secondary{float:left}.rtl #fs_connect .fs-header .fs-site-icon{left:auto;right:20px}.rtl #fs_connect .fs-header .fs-connect-logo{left:20px;right:auto}.rtl #fs_connect .fs-permissions>.fs-trigger .fs-arrow:after{content:"←"}#fs_theme_connect_wrapper{background:rgba(0,0,0,.75);height:100%;overflow-y:auto;position:fixed;text-align:center;top:0;width:100%;z-index:99990}#fs_theme_connect_wrapper:before{content:"";display:inline-block;height:100%;vertical-align:middle}#fs_theme_connect_wrapper>button.close{background-color:transparent;border:0;color:#fff;cursor:pointer;height:40px;position:absolute;right:0;top:32px;width:40px}#fs_theme_connect_wrapper #fs_connect{display:inline-block;margin-bottom:20px;margin-top:0;text-align:left;top:0;vertical-align:middle}#fs_theme_connect_wrapper #fs_connect .fs-terms,#fs_theme_connect_wrapper #fs_connect .fs-terms a{color:#c5c5c5}.wp-pointer-content #fs_connect{box-shadow:none;margin:0}.fs-opt-in-pointer .wp-pointer-content{padding:0}.fs-opt-in-pointer.wp-pointer-top .wp-pointer-arrow{border-bottom-color:#dfdfdf}.fs-opt-in-pointer.wp-pointer-top .wp-pointer-arrow-inner{border-bottom-color:#fafafa}.fs-opt-in-pointer.wp-pointer-bottom .wp-pointer-arrow{border-top-color:#dfdfdf}.fs-opt-in-pointer.wp-pointer-bottom .wp-pointer-arrow-inner{border-top-color:#fafafa}.fs-opt-in-pointer.wp-pointer-left .wp-pointer-arrow{border-right-color:#dfdfdf}.fs-opt-in-pointer.wp-pointer-left .wp-pointer-arrow-inner{border-right-color:#fafafa}.fs-opt-in-pointer.wp-pointer-right .wp-pointer-arrow{border-left-color:#dfdfdf}.fs-opt-in-pointer.wp-pointer-right .wp-pointer-arrow-inner{border-left-color:#fafafa}#license_issues_link{display:block;font-size:.9em;margin-top:10px;text-align:center}.fs-tooltip-trigger{position:relative}.fs-tooltip-trigger:not(a){cursor:help}.fs-tooltip-trigger .dashicons{float:none!important}.fs-tooltip-trigger .fs-tooltip{background:rgba(0,0,0,.8);border-radius:5px;bottom:100%;box-shadow:1px 1px 1px rgba(0,0,0,.2);color:#fff!important;font-family:arial,serif;font-size:12px;font-weight:700;left:-17px;line-height:1.3em;margin-bottom:5px;opacity:0;padding:10px;position:absolute;right:0;text-align:left;text-transform:none!important;transition:opacity .3s ease-in-out;visibility:hidden;z-index:999999}.rtl .fs-tooltip-trigger .fs-tooltip{left:auto;right:-17px;text-align:right}.fs-tooltip-trigger .fs-tooltip:after{border-color:rgba(0,0,0,.8) transparent transparent;border-style:solid;border-width:5px 5px 0;content:" ";display:block;height:0;left:21px;position:absolute;top:100%;width:0}.rtl .fs-tooltip-trigger .fs-tooltip:after{left:auto;right:21px}.fs-tooltip-trigger:hover .fs-tooltip{opacity:1;visibility:visible}.fs-permissions .fs-permission.fs-disabled,.fs-permissions .fs-permission.fs-disabled .fs-permission-description span{color:#aaa}.fs-permissions .fs-permission .fs-switch-feedback{position:absolute;right:15px;top:52px}.fs-permissions ul{height:0;margin:0;overflow:hidden}.fs-permissions ul li{margin:0;padding:17px 15px;position:relative}.fs-permissions ul li>i.dashicons{float:left;font-size:30px;height:30px;padding:5px;width:30px}.fs-permissions ul li .fs-switch{float:right}.fs-permissions ul li .fs-permission-description{margin-left:55px}.fs-permissions ul li .fs-permission-description span{color:#23282d;font-size:14px;font-weight:500}.fs-permissions ul li .fs-permission-description .fs-tooltip{font-size:13px;font-weight:700}.fs-permissions ul li .fs-permission-description .fs-tooltip-trigger .dashicons{margin:-1px 2px 0}.fs-permissions ul li .fs-permission-description p{margin:2px 0 0}.fs-permissions.fs-open{background:#fff}.fs-permissions.fs-open ul{height:auto;margin:20px 0 10px;overflow:initial}.fs-permissions .fs-switch-feedback .fs-ajax-spinner{margin-right:10px}.fs-permissions .fs-switch-feedback.success{color:#71ae00}.rtl .fs-permissions .fs-switch-feedback{left:15px;right:auto}.rtl .fs-permissions .fs-switch-feedback .fs-ajax-spinner{margin-left:10px;margin-right:0}.rtl .fs-permissions ul li .fs-permission-description{margin-left:0;margin-right:55px}.rtl .fs-permissions ul li .fs-switch{float:left}.rtl .fs-permissions ul li i.dashicons{float:right}
  • wp-notification-bell/trunk/freemius/assets/css/admin/debug.css

    r3030323 r3067195  
    1 label.fs-tag,span.fs-tag{background:#ffba00;color:#fff;display:inline-block;border-radius:3px;padding:5px;font-size:11px;line-height:11px;vertical-align:baseline}label.fs-tag.fs-warn,span.fs-tag.fs-warn{background:#ffba00}label.fs-tag.fs-info,span.fs-tag.fs-info{background:#00a0d2}label.fs-tag.fs-success,span.fs-tag.fs-success{background:#46b450}label.fs-tag.fs-error,span.fs-tag.fs-error{background:#dc3232}.fs-switch-label{font-size:20px;line-height:31px;margin:0 5px}#fs_log_book table{font-family:Consolas,Monaco,monospace;font-size:12px}#fs_log_book table th{color:#ccc}#fs_log_book table tr{background:#232525}#fs_log_book table tr.alternate{background:#2b2b2b}#fs_log_book table tr td.fs-col--logger{color:#5a7435}#fs_log_book table tr td.fs-col--type{color:#ffc861}#fs_log_book table tr td.fs-col--function{color:#a7b7b1;font-weight:bold}#fs_log_book table tr td.fs-col--message,#fs_log_book table tr td.fs-col--message a{color:#9a73ac !important}#fs_log_book table tr td.fs-col--file{color:#d07922}#fs_log_book table tr td.fs-col--timestamp{color:#6596be}/*# sourceMappingURL=debug.css.map */
     1label.fs-tag,span.fs-tag{background:#ffba00;border-radius:3px;color:#fff;display:inline-block;font-size:11px;line-height:11px;padding:5px;vertical-align:baseline}label.fs-tag.fs-warn,span.fs-tag.fs-warn{background:#ffba00}label.fs-tag.fs-info,span.fs-tag.fs-info{background:#00a0d2}label.fs-tag.fs-success,span.fs-tag.fs-success{background:#46b450}label.fs-tag.fs-error,span.fs-tag.fs-error{background:#dc3232}.fs-switch-label{font-size:20px;line-height:31px;margin:0 5px}#fs_log_book table{font-family:Consolas,Monaco,monospace;font-size:12px}#fs_log_book table th{color:#ccc}#fs_log_book table tr{background:#232525}#fs_log_book table tr.alternate{background:#2b2b2b}#fs_log_book table tr td.fs-col--logger{color:#5a7435}#fs_log_book table tr td.fs-col--type{color:#ffc861}#fs_log_book table tr td.fs-col--function{color:#a7b7b1;font-weight:700}#fs_log_book table tr td.fs-col--message,#fs_log_book table tr td.fs-col--message a{color:#9a73ac!important}#fs_log_book table tr td.fs-col--file{color:#d07922}#fs_log_book table tr td.fs-col--timestamp{color:#6596be}
  • wp-notification-bell/trunk/freemius/assets/css/admin/dialog-boxes.css

    r3030323 r3067195  
    1 .fs-modal{position:fixed;overflow:auto;height:100%;width:100%;top:0;z-index:100000;display:none;background:rgba(0,0,0,.6)}@media(min-width: 961px){.fs-modal{padding-left:160px}.rtl .fs-modal{padding-left:0;padding-right:160px}}.fs-modal .dashicons{vertical-align:middle}.fs-modal .fs-modal-dialog{background:rgba(0,0,0,0);position:absolute;left:50%;margin-left:-298px;padding-bottom:30px;top:-100%;z-index:100001;width:596px}@media(max-width: 650px){.fs-modal .fs-modal-dialog{margin-left:-50%;box-sizing:border-box;padding-left:10px;padding-right:10px;width:100%}.fs-modal .fs-modal-dialog .fs-modal-panel>h3>strong{font-size:1.3em}}.fs-modal.active{display:block}.fs-modal.active:before{display:block}.fs-modal.active .fs-modal-dialog{top:10%}.fs-modal.fs-success .fs-modal-header{border-bottom-color:#46b450}.fs-modal.fs-success .fs-modal-body{background-color:#f7fff7}.fs-modal.fs-warn .fs-modal-header{border-bottom-color:#ffb900}.fs-modal.fs-warn .fs-modal-body{background-color:#fff8e5}.fs-modal.fs-error .fs-modal-header{border-bottom-color:#dc3232}.fs-modal.fs-error .fs-modal-body{background-color:#ffeaea}.fs-modal .fs-modal-body,.fs-modal .fs-modal-footer{border:0;background:#fefefe;padding:20px}.fs-modal .fs-modal-header{border-bottom:#eee solid 1px;background:#fbfbfb;padding:15px 20px;position:relative;margin-bottom:-10px}.fs-modal .fs-modal-header h4{margin:0;padding:0;text-transform:uppercase;font-size:1.2em;font-weight:bold;color:#cacaca;text-shadow:1px 1px 1px #fff;letter-spacing:.6px;-webkit-font-smoothing:antialiased}.fs-modal .fs-modal-header .fs-close{position:absolute;right:10px;top:12px;cursor:pointer;color:#bbb;-moz-border-radius:20px;-webkit-border-radius:20px;border-radius:20px;padding:3px;-moz-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;-ms-transition:all .2s ease-in-out;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.fs-modal .fs-modal-header .fs-close:hover{color:#fff;background:#aaa}.fs-modal .fs-modal-header .fs-close .dashicons,.fs-modal .fs-modal-header .fs-close:hover .dashicons{text-decoration:none}.fs-modal .fs-modal-body{border-bottom:0}.fs-modal .fs-modal-body p{font-size:14px}.fs-modal .fs-modal-body h2{font-size:20px;line-height:1.5em}.fs-modal .fs-modal-body>div{margin-top:10px}.fs-modal .fs-modal-body>div h2{font-weight:bold;font-size:20px;margin-top:0}.fs-modal .fs-modal-footer{border-top:#eee solid 1px;text-align:right}.fs-modal .fs-modal-footer>.button{margin:0 7px}.fs-modal .fs-modal-footer>.button:last-of-type{margin:0}.fs-modal .fs-modal-panel>.notice.inline{margin:0;display:none}.fs-modal .fs-modal-panel:not(.active){display:none}.rtl .fs-modal .fs-modal-header .fs-close{right:auto;left:20px}.rtl .fs-modal .fs-modal-footer{text-align:left}body.has-fs-modal{overflow:hidden}.fs-modal.fs-modal-deactivation-feedback .reason-input,.fs-modal.fs-modal-deactivation-feedback .internal-message{margin:3px 0 3px 22px}.fs-modal.fs-modal-deactivation-feedback .reason-input input,.fs-modal.fs-modal-deactivation-feedback .reason-input textarea,.fs-modal.fs-modal-deactivation-feedback .internal-message input,.fs-modal.fs-modal-deactivation-feedback .internal-message textarea{width:100%}.fs-modal.fs-modal-deactivation-feedback li.reason.has-internal-message .internal-message{border:1px solid #ccc;padding:7px;display:none}@media(max-width: 650px){.fs-modal.fs-modal-deactivation-feedback li.reason li.reason{margin-bottom:10px}.fs-modal.fs-modal-deactivation-feedback li.reason li.reason .reason-input,.fs-modal.fs-modal-deactivation-feedback li.reason li.reason .internal-message{margin-left:29px}.fs-modal.fs-modal-deactivation-feedback li.reason li.reason label{display:table}.fs-modal.fs-modal-deactivation-feedback li.reason li.reason label>span{display:table-cell;font-size:1.3em}}.fs-modal.fs-modal-deactivation-feedback .anonymous-feedback-label,.fs-modal.fs-modal-deactivation-feedback .feedback-from-snooze-label{float:left;line-height:30px}.rtl .fs-modal.fs-modal-deactivation-feedback .anonymous-feedback-label,.rtl .fs-modal.fs-modal-deactivation-feedback .feedback-from-snooze-label{float:right}.fs-modal.fs-modal-deactivation-feedback .fs-modal-panel{margin-top:0 !important}.fs-modal.fs-modal-deactivation-feedback .fs-modal-panel h3{margin-top:0;line-height:1.5em}#the-list .deactivate>.fs-slug{display:none}.fs-modal.fs-modal-subscription-cancellation .fs-price-increase-warning{color:red;font-weight:bold;padding:0 25px;margin-bottom:0}.fs-modal.fs-modal-subscription-cancellation ul.subscription-actions label input{float:left;top:5px;position:relative}.rtl .fs-modal.fs-modal-subscription-cancellation ul.subscription-actions label input{float:right}.fs-modal.fs-modal-subscription-cancellation ul.subscription-actions label span{display:block;margin-left:24px}.rtl .fs-modal.fs-modal-subscription-cancellation ul.subscription-actions label span{margin-left:0;margin-right:24px}.fs-modal.fs-modal-license-activation .fs-modal-body input.fs-license-key{width:100%}.fs-license-options-container table,.fs-license-options-container table select,.fs-license-options-container table .fs-available-license-key{width:100%}.fs-license-options-container table td:first-child{width:1%}.fs-license-options-container table .fs-other-license-key-container label{position:relative;top:6px;float:left;margin-right:5px}.fs-license-options-container table .fs-other-license-key-container div{overflow:hidden;width:auto;height:30px;display:block;top:2px;position:relative}.fs-license-options-container table .fs-other-license-key-container div input{margin:0}.fs-sites-list-container td{cursor:pointer}.fs-modal.fs-modal-user-change .fs-modal-body input#fs_other_email_address{width:100%}.fs-user-change-options-container table{width:100%;border-collapse:collapse}.fs-user-change-options-container table tr{display:block;margin-bottom:2px}.fs-user-change-options-container table .fs-email-address-container td{display:inline-block}.fs-user-change-options-container table .fs-email-address-container input[type=radio]{margin-bottom:0;margin-top:0}.fs-user-change-options-container table .fs-other-email-address-container{width:100%}.fs-user-change-options-container table .fs-other-email-address-container>div{display:table;width:100%}.fs-user-change-options-container table .fs-other-email-address-container>div label,.fs-user-change-options-container table .fs-other-email-address-container>div>div{display:table-cell}.fs-user-change-options-container table .fs-other-email-address-container>div label{width:1%;padding-left:3px;padding-right:3px}.fs-user-change-options-container table .fs-other-email-address-container>div>div{width:auto}.fs-user-change-options-container table .fs-other-email-address-container>div>div input{width:100%}.fs-modal.fs-modal-developer-license-debug-mode .fs-modal-body input.fs-license-or-user-key{width:100%}.fs-multisite-options-container{margin-top:20px;border:1px solid #ccc;padding:5px}.fs-multisite-options-container a{text-decoration:none}.fs-multisite-options-container a:focus{box-shadow:none}.fs-multisite-options-container a.selected{font-weight:bold}.fs-multisite-options-container.fs-apply-on-all-sites{border:0 none;padding:0}.fs-multisite-options-container.fs-apply-on-all-sites .fs-all-sites-options{border-spacing:0}.fs-multisite-options-container.fs-apply-on-all-sites .fs-all-sites-options td:not(:first-child){display:none}.fs-multisite-options-container .fs-sites-list-container{display:none;overflow:auto}.fs-multisite-options-container .fs-sites-list-container table td{border-top:1px solid #ccc;padding:4px 2px}.fs-modal.fs-modal-license-key-resend .email-address-container{overflow:hidden;padding-right:2px}.fs-modal.fs-modal-license-key-resend.fs-freemium input.email-address{width:300px}.fs-modal.fs-modal-license-key-resend.fs-freemium label{display:block;margin-bottom:10px}.fs-modal.fs-modal-license-key-resend.fs-premium input.email-address{width:100%}.fs-modal.fs-modal-license-key-resend.fs-premium .button-container{float:right;margin-left:7px}@media(max-width: 650px){.fs-modal.fs-modal-license-key-resend.fs-premium .button-container{margin-top:2px}}.rtl .fs-modal.fs-modal-license-key-resend .fs-modal-body .input-container>.email-address-container{padding-left:2px;padding-right:0}.rtl .fs-modal.fs-modal-license-key-resend .fs-modal-body .button-container{float:left;margin-right:7px;margin-left:0}a.show-license-resend-modal{margin-top:4px;display:inline-block}.fs-modal.fs-modal-email-address-update .fs-modal-body input[type=text]{width:100%}.fs-modal.fs-modal-email-address-update p{margin-bottom:0}.fs-modal.fs-modal-email-address-update ul{margin:1em .5em}.fs-modal.fs-modal-email-address-update ul li label span{float:left;margin-top:0}.fs-modal.fs-modal-email-address-update ul li label span:last-child{display:block;float:none;margin-left:20px}.fs-ajax-loader{position:relative;width:170px;height:20px;margin:auto}.fs-ajax-loader .fs-ajax-loader-bar{position:absolute;top:0;background-color:#0074a3;width:20px;height:20px;-webkit-animation-name:bounce_ajaxLoader;-moz-animation-name:bounce_ajaxLoader;-ms-animation-name:bounce_ajaxLoader;-o-animation-name:bounce_ajaxLoader;animation-name:bounce_ajaxLoader;-webkit-animation-duration:1.5s;-moz-animation-duration:1.5s;-ms-animation-duration:1.5s;-o-animation-duration:1.5s;animation-duration:1.5s;animation-iteration-count:infinite;-o-animation-iteration-count:infinite;-ms-animation-iteration-count:infinite;-webkit-animation-iteration-count:infinite;-moz-animation-iteration-count:infinite;-webkit-animation-direction:normal;-moz-animation-direction:normal;-ms-animation-direction:normal;-o-animation-direction:normal;animation-direction:normal;-moz-transform:.3;-o-transform:.3;-ms-transform:.3;-webkit-transform:.3;transform:.3}.fs-ajax-loader .fs-ajax-loader-bar-1{left:0px;animation-delay:0.6s;-o-animation-delay:0.6s;-ms-animation-delay:0.6s;-webkit-animation-delay:0.6s;-moz-animation-delay:0.6s}.fs-ajax-loader .fs-ajax-loader-bar-2{left:19px;animation-delay:0.75s;-o-animation-delay:0.75s;-ms-animation-delay:0.75s;-webkit-animation-delay:0.75s;-moz-animation-delay:0.75s}.fs-ajax-loader .fs-ajax-loader-bar-3{left:38px;animation-delay:0.9s;-o-animation-delay:0.9s;-ms-animation-delay:0.9s;-webkit-animation-delay:0.9s;-moz-animation-delay:0.9s}.fs-ajax-loader .fs-ajax-loader-bar-4{left:57px;animation-delay:1.05s;-o-animation-delay:1.05s;-ms-animation-delay:1.05s;-webkit-animation-delay:1.05s;-moz-animation-delay:1.05s}.fs-ajax-loader .fs-ajax-loader-bar-5{left:76px;animation-delay:1.2s;-o-animation-delay:1.2s;-ms-animation-delay:1.2s;-webkit-animation-delay:1.2s;-moz-animation-delay:1.2s}.fs-ajax-loader .fs-ajax-loader-bar-6{left:95px;animation-delay:1.35s;-o-animation-delay:1.35s;-ms-animation-delay:1.35s;-webkit-animation-delay:1.35s;-moz-animation-delay:1.35s}.fs-ajax-loader .fs-ajax-loader-bar-7{left:114px;animation-delay:1.5s;-o-animation-delay:1.5s;-ms-animation-delay:1.5s;-webkit-animation-delay:1.5s;-moz-animation-delay:1.5s}.fs-ajax-loader .fs-ajax-loader-bar-8{left:133px;animation-delay:1.65s;-o-animation-delay:1.65s;-ms-animation-delay:1.65s;-webkit-animation-delay:1.65s;-moz-animation-delay:1.65s}@-moz-keyframes bounce_ajaxLoader{0%{-moz-transform:scale(1);-o-transform:scale(1);-ms-transform:scale(1);-webkit-transform:scale(1);transform:scale(1);background-color:#0074a3}100%{-moz-transform:scale(0.3);-o-transform:scale(0.3);-ms-transform:scale(0.3);-webkit-transform:scale(0.3);transform:scale(0.3);background-color:#fff}}@-ms-keyframes bounce_ajaxLoader{0%{-moz-transform:scale(1);-o-transform:scale(1);-ms-transform:scale(1);-webkit-transform:scale(1);transform:scale(1);background-color:#0074a3}100%{-moz-transform:scale(0.3);-o-transform:scale(0.3);-ms-transform:scale(0.3);-webkit-transform:scale(0.3);transform:scale(0.3);background-color:#fff}}@-o-keyframes bounce_ajaxLoader{0%{-moz-transform:scale(1);-o-transform:scale(1);-ms-transform:scale(1);-webkit-transform:scale(1);transform:scale(1);background-color:#0074a3}100%{-moz-transform:scale(0.3);-o-transform:scale(0.3);-ms-transform:scale(0.3);-webkit-transform:scale(0.3);transform:scale(0.3);background-color:#fff}}@-webkit-keyframes bounce_ajaxLoader{0%{-moz-transform:scale(1);-o-transform:scale(1);-ms-transform:scale(1);-webkit-transform:scale(1);transform:scale(1);background-color:#0074a3}100%{-moz-transform:scale(0.3);-o-transform:scale(0.3);-ms-transform:scale(0.3);-webkit-transform:scale(0.3);transform:scale(0.3);background-color:#fff}}@keyframes bounce_ajaxLoader{0%{-moz-transform:scale(1);-o-transform:scale(1);-ms-transform:scale(1);-webkit-transform:scale(1);transform:scale(1);background-color:#0074a3}100%{-moz-transform:scale(0.3);-o-transform:scale(0.3);-ms-transform:scale(0.3);-webkit-transform:scale(0.3);transform:scale(0.3);background-color:#fff}}.fs-modal-auto-install #request-filesystem-credentials-form h2,.fs-modal-auto-install #request-filesystem-credentials-form .request-filesystem-credentials-action-buttons{display:none}.fs-modal-auto-install #request-filesystem-credentials-form input[type=password],.fs-modal-auto-install #request-filesystem-credentials-form input[type=email],.fs-modal-auto-install #request-filesystem-credentials-form input[type=text]{-webkit-appearance:none;padding:10px 10px 5px 10px;width:300px;max-width:100%}.fs-modal-auto-install #request-filesystem-credentials-form>div,.fs-modal-auto-install #request-filesystem-credentials-form label,.fs-modal-auto-install #request-filesystem-credentials-form fieldset{width:300px;max-width:100%;margin:0 auto;display:block}.button-primary.warn{box-shadow:0 1px 0 #d2593c;text-shadow:0 -1px 1px #d2593c,1px 0 1px #d2593c,0 1px 1px #d2593c,-1px 0 1px #d2593c;background:#f56a48;border-color:#ec6544 #d2593c #d2593c}.button-primary.warn:hover{background:#fd6d4a;border-color:#d2593c}.button-primary.warn:focus{box-shadow:0 1px 0 #dd6041,0 0 2px 1px #e4a796}.button-primary.warn:active{background:#dd6041;border-color:#d2593c;box-shadow:inset 0 2px 0 #d2593c}.button-primary.warn.disabled{color:#f5b3a1 !important;background:#e76444 !important;border-color:#d85e40 !important;text-shadow:0 -1px 0 rgba(0,0,0,.1) !important}/*# sourceMappingURL=dialog-boxes.css.map */
     1.fs-modal{background:rgba(0,0,0,.6);display:none;height:100%;overflow:auto;position:fixed;top:0;width:100%;z-index:100000}@media(min-width:961px){.fs-modal{padding-left:160px}.rtl .fs-modal{padding-left:0;padding-right:160px}}.fs-modal .dashicons{vertical-align:middle}.fs-modal .fs-modal-dialog{background:transparent;left:50%;margin-left:-298px;padding-bottom:30px;position:absolute;top:-100%;width:596px;z-index:100001}@media(max-width:650px){.fs-modal .fs-modal-dialog{box-sizing:border-box;margin-left:-50%;padding-left:10px;padding-right:10px;width:100%}.fs-modal .fs-modal-dialog .fs-modal-panel>h3>strong{font-size:1.3em}}.fs-modal.active,.fs-modal.active:before{display:block}.fs-modal.active .fs-modal-dialog{top:10%}.fs-modal.fs-success .fs-modal-header{border-bottom-color:#46b450}.fs-modal.fs-success .fs-modal-body{background-color:#f7fff7}.fs-modal.fs-warn .fs-modal-header{border-bottom-color:#ffb900}.fs-modal.fs-warn .fs-modal-body{background-color:#fff8e5}.fs-modal.fs-error .fs-modal-header{border-bottom-color:#dc3232}.fs-modal.fs-error .fs-modal-body{background-color:#ffeaea}.fs-modal .fs-modal-body,.fs-modal .fs-modal-footer{background:#fefefe;border:0;padding:20px}.fs-modal .fs-modal-header{background:#fbfbfb;border-bottom:1px solid #eee;margin-bottom:-10px;padding:15px 20px;position:relative}.fs-modal .fs-modal-header h4{color:#cacaca;font-size:1.2em;font-weight:700;letter-spacing:.6px;margin:0;padding:0;text-shadow:1px 1px 1px #fff;text-transform:uppercase;-webkit-font-smoothing:antialiased}.fs-modal .fs-modal-header .fs-close{border-radius:20px;color:#bbb;cursor:pointer;padding:3px;position:absolute;right:10px;top:12px;transition:all .2s ease-in-out}.fs-modal .fs-modal-header .fs-close:hover{background:#aaa;color:#fff}.fs-modal .fs-modal-header .fs-close .dashicons,.fs-modal .fs-modal-header .fs-close:hover .dashicons{text-decoration:none}.fs-modal .fs-modal-body{border-bottom:0}.fs-modal .fs-modal-body p{font-size:14px}.fs-modal .fs-modal-body h2{font-size:20px;line-height:1.5em}.fs-modal .fs-modal-body>div{margin-top:10px}.fs-modal .fs-modal-body>div h2{font-size:20px;font-weight:700;margin-top:0}.fs-modal .fs-modal-footer{border-top:1px solid #eee;text-align:right}.fs-modal .fs-modal-footer>.button{margin:0 7px}.fs-modal .fs-modal-footer>.button:last-of-type{margin:0}.fs-modal .fs-modal-panel>.notice.inline{display:none;margin:0}.fs-modal .fs-modal-panel:not(.active){display:none}.rtl .fs-modal .fs-modal-header .fs-close{left:20px;right:auto}.rtl .fs-modal .fs-modal-footer{text-align:left}body.has-fs-modal{overflow:hidden}.fs-modal.fs-modal-deactivation-feedback .internal-message,.fs-modal.fs-modal-deactivation-feedback .reason-input{margin:3px 0 3px 22px}.fs-modal.fs-modal-deactivation-feedback .internal-message input,.fs-modal.fs-modal-deactivation-feedback .internal-message textarea,.fs-modal.fs-modal-deactivation-feedback .reason-input input,.fs-modal.fs-modal-deactivation-feedback .reason-input textarea{width:100%}.fs-modal.fs-modal-deactivation-feedback li.reason.has-internal-message .internal-message{border:1px solid #ccc;display:none;padding:7px}@media(max-width:650px){.fs-modal.fs-modal-deactivation-feedback li.reason li.reason{margin-bottom:10px}.fs-modal.fs-modal-deactivation-feedback li.reason li.reason .internal-message,.fs-modal.fs-modal-deactivation-feedback li.reason li.reason .reason-input{margin-left:29px}.fs-modal.fs-modal-deactivation-feedback li.reason li.reason label{display:table}.fs-modal.fs-modal-deactivation-feedback li.reason li.reason label>span{display:table-cell;font-size:1.3em}}.fs-modal.fs-modal-deactivation-feedback .anonymous-feedback-label,.fs-modal.fs-modal-deactivation-feedback .feedback-from-snooze-label{float:left;line-height:30px}.rtl .fs-modal.fs-modal-deactivation-feedback .anonymous-feedback-label,.rtl .fs-modal.fs-modal-deactivation-feedback .feedback-from-snooze-label{float:right}.fs-modal.fs-modal-deactivation-feedback .fs-modal-panel{margin-top:0!important}.fs-modal.fs-modal-deactivation-feedback .fs-modal-panel h3{line-height:1.5em;margin-top:0}#the-list .deactivate>.fs-slug{display:none}.fs-modal.fs-modal-subscription-cancellation .fs-price-increase-warning{color:red;font-weight:700;margin-bottom:0;padding:0 25px}.fs-modal.fs-modal-subscription-cancellation ul.subscription-actions label input{float:left;position:relative;top:5px}.rtl .fs-modal.fs-modal-subscription-cancellation ul.subscription-actions label input{float:right}.fs-modal.fs-modal-subscription-cancellation ul.subscription-actions label span{display:block;margin-left:24px}.rtl .fs-modal.fs-modal-subscription-cancellation ul.subscription-actions label span{margin-left:0;margin-right:24px}.fs-license-options-container table,.fs-license-options-container table .fs-available-license-key,.fs-license-options-container table select,.fs-modal.fs-modal-license-activation .fs-modal-body input.fs-license-key{width:100%}.fs-license-options-container table td:first-child{width:1%}.fs-license-options-container table .fs-other-license-key-container label{float:left;margin-right:5px;position:relative;top:6px}.fs-license-options-container table .fs-other-license-key-container div{display:block;height:30px;overflow:hidden;position:relative;top:2px;width:auto}.fs-license-options-container table .fs-other-license-key-container div input{margin:0}.fs-sites-list-container td{cursor:pointer}.fs-modal.fs-modal-user-change .fs-modal-body input#fs_other_email_address{width:100%}.fs-user-change-options-container table{border-collapse:collapse;width:100%}.fs-user-change-options-container table tr{display:block;margin-bottom:2px}.fs-user-change-options-container table .fs-email-address-container td{display:inline-block}.fs-user-change-options-container table .fs-email-address-container input[type=radio]{margin-bottom:0;margin-top:0}.fs-user-change-options-container table .fs-other-email-address-container{width:100%}.fs-user-change-options-container table .fs-other-email-address-container>div{display:table;width:100%}.fs-user-change-options-container table .fs-other-email-address-container>div label,.fs-user-change-options-container table .fs-other-email-address-container>div>div{display:table-cell}.fs-user-change-options-container table .fs-other-email-address-container>div label{padding-left:3px;padding-right:3px;width:1%}.fs-user-change-options-container table .fs-other-email-address-container>div>div{width:auto}.fs-modal.fs-modal-developer-license-debug-mode .fs-modal-body input.fs-license-or-user-key,.fs-user-change-options-container table .fs-other-email-address-container>div>div input{width:100%}.fs-multisite-options-container{border:1px solid #ccc;margin-top:20px;padding:5px}.fs-multisite-options-container a{text-decoration:none}.fs-multisite-options-container a:focus{box-shadow:none}.fs-multisite-options-container a.selected{font-weight:700}.fs-multisite-options-container.fs-apply-on-all-sites{border:0;padding:0}.fs-multisite-options-container.fs-apply-on-all-sites .fs-all-sites-options{border-spacing:0}.fs-multisite-options-container.fs-apply-on-all-sites .fs-all-sites-options td:not(:first-child){display:none}.fs-multisite-options-container .fs-sites-list-container{display:none;overflow:auto}.fs-multisite-options-container .fs-sites-list-container table td{border-top:1px solid #ccc;padding:4px 2px}.fs-modal.fs-modal-license-key-resend .email-address-container{overflow:hidden;padding-right:2px}.fs-modal.fs-modal-license-key-resend.fs-freemium input.email-address{width:300px}.fs-modal.fs-modal-license-key-resend.fs-freemium label{display:block;margin-bottom:10px}.fs-modal.fs-modal-license-key-resend.fs-premium input.email-address{width:100%}.fs-modal.fs-modal-license-key-resend.fs-premium .button-container{float:right;margin-left:7px}@media(max-width:650px){.fs-modal.fs-modal-license-key-resend.fs-premium .button-container{margin-top:2px}}.rtl .fs-modal.fs-modal-license-key-resend .fs-modal-body .input-container>.email-address-container{padding-left:2px;padding-right:0}.rtl .fs-modal.fs-modal-license-key-resend .fs-modal-body .button-container{float:left;margin-left:0;margin-right:7px}a.show-license-resend-modal{display:inline-block;margin-top:4px}.fs-modal.fs-modal-email-address-update .fs-modal-body input[type=text]{width:100%}.fs-modal.fs-modal-email-address-update p{margin-bottom:0}.fs-modal.fs-modal-email-address-update ul{margin:1em .5em}.fs-modal.fs-modal-email-address-update ul li label span{float:left;margin-top:0}.fs-modal.fs-modal-email-address-update ul li label span:last-child{display:block;float:none;margin-left:20px}.fs-ajax-loader{height:20px;margin:auto;position:relative;width:170px}.fs-ajax-loader .fs-ajax-loader-bar{animation-direction:normal;animation-duration:1.5s;animation-iteration-count:infinite;-o-animation-iteration-count:infinite;-ms-animation-iteration-count:infinite;-webkit-animation-iteration-count:infinite;-moz-animation-iteration-count:infinite;animation-name:bounce_ajaxLoader;background-color:#0074a3;height:20px;position:absolute;top:0;transform:.3;width:20px}.fs-ajax-loader .fs-ajax-loader-bar-1{animation-delay:.6s;-o-animation-delay:.6s;-ms-animation-delay:.6s;-webkit-animation-delay:.6s;-moz-animation-delay:.6s;left:0}.fs-ajax-loader .fs-ajax-loader-bar-2{animation-delay:.75s;-o-animation-delay:.75s;-ms-animation-delay:.75s;-webkit-animation-delay:.75s;-moz-animation-delay:.75s;left:19px}.fs-ajax-loader .fs-ajax-loader-bar-3{animation-delay:.9s;-o-animation-delay:.9s;-ms-animation-delay:.9s;-webkit-animation-delay:.9s;-moz-animation-delay:.9s;left:38px}.fs-ajax-loader .fs-ajax-loader-bar-4{animation-delay:1.05s;-o-animation-delay:1.05s;-ms-animation-delay:1.05s;-webkit-animation-delay:1.05s;-moz-animation-delay:1.05s;left:57px}.fs-ajax-loader .fs-ajax-loader-bar-5{animation-delay:1.2s;-o-animation-delay:1.2s;-ms-animation-delay:1.2s;-webkit-animation-delay:1.2s;-moz-animation-delay:1.2s;left:76px}.fs-ajax-loader .fs-ajax-loader-bar-6{animation-delay:1.35s;-o-animation-delay:1.35s;-ms-animation-delay:1.35s;-webkit-animation-delay:1.35s;-moz-animation-delay:1.35s;left:95px}.fs-ajax-loader .fs-ajax-loader-bar-7{animation-delay:1.5s;-o-animation-delay:1.5s;-ms-animation-delay:1.5s;-webkit-animation-delay:1.5s;-moz-animation-delay:1.5s;left:114px}.fs-ajax-loader .fs-ajax-loader-bar-8{animation-delay:1.65s;-o-animation-delay:1.65s;-ms-animation-delay:1.65s;-webkit-animation-delay:1.65s;-moz-animation-delay:1.65s;left:133px}@keyframes bounce_ajaxLoader{0%{background-color:#0074a3;transform:scale(1)}to{background-color:#fff;transform:scale(.3)}}.fs-modal-auto-install #request-filesystem-credentials-form .request-filesystem-credentials-action-buttons,.fs-modal-auto-install #request-filesystem-credentials-form h2{display:none}.fs-modal-auto-install #request-filesystem-credentials-form input[type=email],.fs-modal-auto-install #request-filesystem-credentials-form input[type=password],.fs-modal-auto-install #request-filesystem-credentials-form input[type=text]{-webkit-appearance:none;max-width:100%;padding:10px 10px 5px;width:300px}.fs-modal-auto-install #request-filesystem-credentials-form fieldset,.fs-modal-auto-install #request-filesystem-credentials-form label,.fs-modal-auto-install #request-filesystem-credentials-form>div{display:block;margin:0 auto;max-width:100%;width:300px}.button-primary.warn{background:#f56a48;border-color:#ec6544 #d2593c #d2593c;box-shadow:0 1px 0 #d2593c;text-shadow:0 -1px 1px #d2593c,1px 0 1px #d2593c,0 1px 1px #d2593c,-1px 0 1px #d2593c}.button-primary.warn:hover{background:#fd6d4a;border-color:#d2593c}.button-primary.warn:focus{box-shadow:0 1px 0 #dd6041,0 0 2px 1px #e4a796}.button-primary.warn:active{background:#dd6041;border-color:#d2593c;box-shadow:inset 0 2px 0 #d2593c}.button-primary.warn.disabled{background:#e76444!important;border-color:#d85e40!important;color:#f5b3a1!important;text-shadow:0 -1px 0 rgba(0,0,0,.1)!important}
  • wp-notification-bell/trunk/freemius/assets/css/admin/gdpr-optin-notice.css

    r3030323 r3067195  
    1 .fs-notice[data-id^=gdpr_optin_actions] .underlined{text-decoration:underline}.fs-notice[data-id^=gdpr_optin_actions] ul .button,.fs-notice[data-id^=gdpr_optin_actions] ul .action-description{vertical-align:middle}.fs-notice[data-id^=gdpr_optin_actions] ul .action-description{display:inline-block;margin-left:3px}/*# sourceMappingURL=gdpr-optin-notice.css.map */
     1.fs-notice[data-id^=gdpr_optin_actions] .underlined{text-decoration:underline}.fs-notice[data-id^=gdpr_optin_actions] ul .action-description,.fs-notice[data-id^=gdpr_optin_actions] ul .button{vertical-align:middle}.fs-notice[data-id^=gdpr_optin_actions] ul .action-description{display:inline-block;margin-left:3px}
  • wp-notification-bell/trunk/freemius/assets/css/admin/optout.css

    r3030323 r3067195  
    1 .fs-tooltip-trigger{position:relative}.fs-tooltip-trigger:not(a){cursor:help}.fs-tooltip-trigger .dashicons{float:none !important}.fs-tooltip-trigger .fs-tooltip{opacity:0;visibility:hidden;-moz-transition:opacity .3s ease-in-out;-o-transition:opacity .3s ease-in-out;-ms-transition:opacity .3s ease-in-out;-webkit-transition:opacity .3s ease-in-out;transition:opacity .3s ease-in-out;position:absolute;background:rgba(0,0,0,.8);color:#fff !important;font-family:"arial",serif;font-size:12px;padding:10px;z-index:999999;bottom:100%;margin-bottom:5px;left:-17px;right:0;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;-moz-box-shadow:1px 1px 1px rgba(0,0,0,.2);-webkit-box-shadow:1px 1px 1px rgba(0,0,0,.2);box-shadow:1px 1px 1px rgba(0,0,0,.2);line-height:1.3em;font-weight:bold;text-align:left;text-transform:none !important}.rtl .fs-tooltip-trigger .fs-tooltip{text-align:right;left:auto;right:-17px}.fs-tooltip-trigger .fs-tooltip::after{content:" ";display:block;width:0;height:0;border-style:solid;border-width:5px 5px 0 5px;border-color:rgba(0,0,0,.8) rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0);position:absolute;top:100%;left:21px}.rtl .fs-tooltip-trigger .fs-tooltip::after{right:21px;left:auto}.fs-tooltip-trigger:hover .fs-tooltip{visibility:visible;opacity:1}.fs-permissions .fs-permission.fs-disabled{color:#aaa}.fs-permissions .fs-permission.fs-disabled .fs-permission-description span{color:#aaa}.fs-permissions .fs-permission .fs-switch-feedback{position:absolute;right:15px;top:52px}.fs-permissions ul{height:0;overflow:hidden;margin:0}.fs-permissions ul li{padding:17px 15px;margin:0;position:relative}.fs-permissions ul li>i.dashicons{float:left;font-size:30px;width:30px;height:30px;padding:5px}.fs-permissions ul li .fs-switch{float:right}.fs-permissions ul li .fs-permission-description{margin-left:55px}.fs-permissions ul li .fs-permission-description span{font-size:14px;font-weight:500;color:#23282d}.fs-permissions ul li .fs-permission-description .fs-tooltip{font-size:13px;font-weight:bold}.fs-permissions ul li .fs-permission-description .fs-tooltip-trigger .dashicons{margin:-1px 2px 0 2px}.fs-permissions ul li .fs-permission-description p{margin:2px 0 0 0}.fs-permissions.fs-open{background:#fff}.fs-permissions.fs-open ul{overflow:initial;height:auto;margin:20px 0 10px 0}.fs-permissions .fs-switch-feedback .fs-ajax-spinner{margin-right:10px}.fs-permissions .fs-switch-feedback.success{color:#71ae00}.rtl .fs-permissions .fs-switch-feedback{right:auto;left:15px}.rtl .fs-permissions .fs-switch-feedback .fs-ajax-spinner{margin-left:10px;margin-right:0}.rtl .fs-permissions ul li .fs-permission-description{margin-right:55px;margin-left:0}.rtl .fs-permissions ul li .fs-switch{float:left}.rtl .fs-permissions ul li i.dashicons{float:right}.fs-modal-opt-out .fs-modal-footer .fs-opt-out-button{line-height:30px;margin-right:10px}.fs-modal-opt-out .fs-permissions{margin-top:0 !important}.fs-modal-opt-out .fs-permissions .fs-permissions-section--header .fs-group-opt-out-button{float:right;line-height:1.1em}.fs-modal-opt-out .fs-permissions .fs-permissions-section--header .fs-switch-feedback{float:right;line-height:1.1em;margin-right:10px}.fs-modal-opt-out .fs-permissions .fs-permissions-section--header .fs-switch-feedback .fs-ajax-spinner{margin:-2px 0 0}.fs-modal-opt-out .fs-permissions .fs-permissions-section--header-title{font-size:1.1em;font-weight:600;text-transform:uppercase;display:block;line-height:1.1em;margin:.5em 0}.fs-modal-opt-out .fs-permissions .fs-permissions-section--desc{margin-top:0}.fs-modal-opt-out .fs-permissions hr{border:0;border-top:#eee solid 1px;margin:25px 0 20px 0}.fs-modal-opt-out .fs-permissions ul{border:1px solid #c3c4c7;border-radius:3px;margin:10px 0 0 0;box-shadow:0 1px 1px rgba(0,0,0,.04)}.fs-modal-opt-out .fs-permissions ul li{border-bottom:1px solid #d7dde1;border-left:4px solid #72aee6}.rtl .fs-modal-opt-out .fs-permissions ul li{border-left:none;border-right:4px solid #72aee6}.fs-modal-opt-out .fs-permissions ul li.fs-disabled{border-left-color:rgba(114,174,230,0)}.fs-modal-opt-out .fs-permissions ul li:last-child{border-bottom:none}/*# sourceMappingURL=optout.css.map */
     1.fs-tooltip-trigger{position:relative}.fs-tooltip-trigger:not(a){cursor:help}.fs-tooltip-trigger .dashicons{float:none!important}.fs-tooltip-trigger .fs-tooltip{background:rgba(0,0,0,.8);border-radius:5px;bottom:100%;box-shadow:1px 1px 1px rgba(0,0,0,.2);color:#fff!important;font-family:arial,serif;font-size:12px;font-weight:700;left:-17px;line-height:1.3em;margin-bottom:5px;opacity:0;padding:10px;position:absolute;right:0;text-align:left;text-transform:none!important;transition:opacity .3s ease-in-out;visibility:hidden;z-index:999999}.rtl .fs-tooltip-trigger .fs-tooltip{left:auto;right:-17px;text-align:right}.fs-tooltip-trigger .fs-tooltip:after{border-color:rgba(0,0,0,.8) transparent transparent;border-style:solid;border-width:5px 5px 0;content:" ";display:block;height:0;left:21px;position:absolute;top:100%;width:0}.rtl .fs-tooltip-trigger .fs-tooltip:after{left:auto;right:21px}.fs-tooltip-trigger:hover .fs-tooltip{opacity:1;visibility:visible}.fs-permissions .fs-permission.fs-disabled,.fs-permissions .fs-permission.fs-disabled .fs-permission-description span{color:#aaa}.fs-permissions .fs-permission .fs-switch-feedback{position:absolute;right:15px;top:52px}.fs-permissions ul{height:0;margin:0;overflow:hidden}.fs-permissions ul li{margin:0;padding:17px 15px;position:relative}.fs-permissions ul li>i.dashicons{float:left;font-size:30px;height:30px;padding:5px;width:30px}.fs-permissions ul li .fs-switch{float:right}.fs-permissions ul li .fs-permission-description{margin-left:55px}.fs-permissions ul li .fs-permission-description span{color:#23282d;font-size:14px;font-weight:500}.fs-permissions ul li .fs-permission-description .fs-tooltip{font-size:13px;font-weight:700}.fs-permissions ul li .fs-permission-description .fs-tooltip-trigger .dashicons{margin:-1px 2px 0}.fs-permissions ul li .fs-permission-description p{margin:2px 0 0}.fs-permissions.fs-open{background:#fff}.fs-permissions.fs-open ul{height:auto;margin:20px 0 10px;overflow:initial}.fs-permissions .fs-switch-feedback .fs-ajax-spinner{margin-right:10px}.fs-permissions .fs-switch-feedback.success{color:#71ae00}.rtl .fs-permissions .fs-switch-feedback{left:15px;right:auto}.rtl .fs-permissions .fs-switch-feedback .fs-ajax-spinner{margin-left:10px;margin-right:0}.rtl .fs-permissions ul li .fs-permission-description{margin-left:0;margin-right:55px}.rtl .fs-permissions ul li .fs-switch{float:left}.rtl .fs-permissions ul li i.dashicons{float:right}.fs-modal-opt-out .fs-modal-footer .fs-opt-out-button{line-height:30px;margin-right:10px}.fs-modal-opt-out .fs-permissions{margin-top:0!important}.fs-modal-opt-out .fs-permissions .fs-permissions-section--header .fs-group-opt-out-button{float:right;line-height:1.1em}.fs-modal-opt-out .fs-permissions .fs-permissions-section--header .fs-switch-feedback{float:right;line-height:1.1em;margin-right:10px}.fs-modal-opt-out .fs-permissions .fs-permissions-section--header .fs-switch-feedback .fs-ajax-spinner{margin:-2px 0 0}.fs-modal-opt-out .fs-permissions .fs-permissions-section--header-title{display:block;font-size:1.1em;font-weight:600;line-height:1.1em;margin:.5em 0;text-transform:uppercase}.fs-modal-opt-out .fs-permissions .fs-permissions-section--desc{margin-top:0}.fs-modal-opt-out .fs-permissions hr{border:0;border-top:1px solid #eee;margin:25px 0 20px}.fs-modal-opt-out .fs-permissions ul{border:1px solid #c3c4c7;border-radius:3px;box-shadow:0 1px 1px rgba(0,0,0,.04);margin:10px 0 0}.fs-modal-opt-out .fs-permissions ul li{border-bottom:1px solid #d7dde1;border-left:4px solid #72aee6}.rtl .fs-modal-opt-out .fs-permissions ul li{border-left:none;border-right:4px solid #72aee6}.fs-modal-opt-out .fs-permissions ul li.fs-disabled{border-left-color:rgba(114,174,230,0)}.fs-modal-opt-out .fs-permissions ul li:last-child{border-bottom:none}
  • wp-notification-bell/trunk/freemius/assets/css/admin/plugins.css

    r3030323 r3067195  
    1 label.fs-tag,span.fs-tag{background:#ffba00;color:#fff;display:inline-block;border-radius:3px;padding:5px;font-size:11px;line-height:11px;vertical-align:baseline}label.fs-tag.fs-warn,span.fs-tag.fs-warn{background:#ffba00}label.fs-tag.fs-info,span.fs-tag.fs-info{background:#00a0d2}label.fs-tag.fs-success,span.fs-tag.fs-success{background:#46b450}label.fs-tag.fs-error,span.fs-tag.fs-error{background:#dc3232}.wp-list-table.plugins .plugin-title span.fs-tag{display:inline-block;margin-left:5px;line-height:10px}/*# sourceMappingURL=plugins.css.map */
     1label.fs-tag,span.fs-tag{background:#ffba00;border-radius:3px;color:#fff;display:inline-block;font-size:11px;line-height:11px;padding:5px;vertical-align:baseline}label.fs-tag.fs-warn,span.fs-tag.fs-warn{background:#ffba00}label.fs-tag.fs-info,span.fs-tag.fs-info{background:#00a0d2}label.fs-tag.fs-success,span.fs-tag.fs-success{background:#46b450}label.fs-tag.fs-error,span.fs-tag.fs-error{background:#dc3232}.wp-list-table.plugins .plugin-title span.fs-tag{display:inline-block;line-height:10px;margin-left:5px}
  • wp-notification-bell/trunk/freemius/assets/css/customizer.css

    r3030323 r3067195  
    1 #fs_customizer_upsell .fs-customizer-plan{padding:10px 20px 20px 20px;border-radius:3px;background:#fff}#fs_customizer_upsell .fs-customizer-plan h2{position:relative;margin:0;line-height:2em;text-transform:uppercase}#fs_customizer_upsell .fs-customizer-plan h2 .button-link{top:-2px}#fs_customizer_upsell .fs-feature{position:relative}#fs_customizer_upsell .dashicons-yes{color:#0085ba;font-size:2em;vertical-align:bottom;margin-left:-7px;margin-right:10px}.rtl #fs_customizer_upsell .dashicons-yes{margin-left:10px;margin-right:-7px}#fs_customizer_upsell .dashicons-editor-help{color:#bbb;cursor:help}#fs_customizer_upsell .dashicons-editor-help .fs-feature-desc{opacity:0;visibility:hidden;-moz-transition:opacity .3s ease-in-out;-o-transition:opacity .3s ease-in-out;-ms-transition:opacity .3s ease-in-out;-webkit-transition:opacity .3s ease-in-out;transition:opacity .3s ease-in-out;position:absolute;background:#000;color:#fff;font-family:"arial",serif;font-size:12px;padding:10px;z-index:999999;bottom:100%;margin-bottom:5px;left:0;right:0;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;-moz-box-shadow:1px 1px 1px rgba(0,0,0,.2);-webkit-box-shadow:1px 1px 1px rgba(0,0,0,.2);box-shadow:1px 1px 1px rgba(0,0,0,.2);line-height:1.3em;font-weight:bold;text-align:left}.rtl #fs_customizer_upsell .dashicons-editor-help .fs-feature-desc{text-align:right}#fs_customizer_upsell .dashicons-editor-help .fs-feature-desc::after{content:" ";display:block;width:0;height:0;border-style:solid;border-width:5px 5px 0 5px;border-color:#000 rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0);position:absolute;top:100%;left:21px}.rtl #fs_customizer_upsell .dashicons-editor-help .fs-feature-desc::after{right:21px;left:auto}#fs_customizer_upsell .dashicons-editor-help:hover .fs-feature-desc{visibility:visible;opacity:1}#fs_customizer_upsell .button-primary{display:block;text-align:center;margin-top:10px}#fs_customizer_support{display:block !important}#fs_customizer_support .button{float:right}#fs_customizer_support .button-group{width:100%;display:block;margin-top:10px}#fs_customizer_support .button-group .button{float:none;width:50%;text-align:center}#customize-theme-controls #accordion-section-freemius_upsell{border-top:1px solid #0085ba !important;border-bottom:1px solid #0085ba !important}#customize-theme-controls #accordion-section-freemius_upsell h3.accordion-section-title{color:#fff;background-color:#0085ba;border-left:4px solid #0085ba;transition:.15s background-color ease-in-out,.15s border-color ease-in-out;outline:none;border-bottom:none !important}#customize-theme-controls #accordion-section-freemius_upsell h3.accordion-section-title:hover{background-color:#008ec2;border-left-color:#0073aa}#customize-theme-controls #accordion-section-freemius_upsell h3.accordion-section-title:after{color:#fff}#customize-theme-controls #accordion-section-freemius_upsell .rtl h3.accordion-section-title{border-left:none;border-right:4px solid #0085ba}#customize-theme-controls #accordion-section-freemius_upsell .rtl h3.accordion-section-title:hover{border-right-color:#0073aa}/*# sourceMappingURL=customizer.css.map */
     1#fs_customizer_upsell .fs-customizer-plan{background:#fff;border-radius:3px;padding:10px 20px 20px}#fs_customizer_upsell .fs-customizer-plan h2{line-height:2em;margin:0;position:relative;text-transform:uppercase}#fs_customizer_upsell .fs-customizer-plan h2 .button-link{top:-2px}#fs_customizer_upsell .fs-feature{position:relative}#fs_customizer_upsell .dashicons-yes{color:#0085ba;font-size:2em;margin-left:-7px;margin-right:10px;vertical-align:bottom}.rtl #fs_customizer_upsell .dashicons-yes{margin-left:10px;margin-right:-7px}#fs_customizer_upsell .dashicons-editor-help{color:#bbb;cursor:help}#fs_customizer_upsell .dashicons-editor-help .fs-feature-desc{background:#000;border-radius:5px;bottom:100%;box-shadow:1px 1px 1px rgba(0,0,0,.2);color:#fff;font-family:arial,serif;font-size:12px;font-weight:700;left:0;line-height:1.3em;margin-bottom:5px;opacity:0;padding:10px;position:absolute;right:0;text-align:left;transition:opacity .3s ease-in-out;visibility:hidden;z-index:999999}.rtl #fs_customizer_upsell .dashicons-editor-help .fs-feature-desc{text-align:right}#fs_customizer_upsell .dashicons-editor-help .fs-feature-desc:after{border-color:#000 transparent transparent;border-style:solid;border-width:5px 5px 0;content:" ";display:block;height:0;left:21px;position:absolute;top:100%;width:0}.rtl #fs_customizer_upsell .dashicons-editor-help .fs-feature-desc:after{left:auto;right:21px}#fs_customizer_upsell .dashicons-editor-help:hover .fs-feature-desc{opacity:1;visibility:visible}#fs_customizer_upsell .button-primary{display:block;margin-top:10px;text-align:center}#fs_customizer_support{display:block!important}#fs_customizer_support .button{float:right}#fs_customizer_support .button-group{display:block;margin-top:10px;width:100%}#fs_customizer_support .button-group .button{float:none;text-align:center;width:50%}#customize-theme-controls #accordion-section-freemius_upsell{border-bottom:1px solid #0085ba!important;border-top:1px solid #0085ba!important}#customize-theme-controls #accordion-section-freemius_upsell h3.accordion-section-title{background-color:#0085ba;border-bottom:none!important;border-left:4px solid #0085ba;color:#fff;outline:none;transition:background-color .15s ease-in-out,border-color .15s ease-in-out}#customize-theme-controls #accordion-section-freemius_upsell h3.accordion-section-title:hover{background-color:#008ec2;border-left-color:#0073aa}#customize-theme-controls #accordion-section-freemius_upsell h3.accordion-section-title:after{color:#fff}#customize-theme-controls #accordion-section-freemius_upsell .rtl h3.accordion-section-title{border-left:none;border-right:4px solid #0085ba}#customize-theme-controls #accordion-section-freemius_upsell .rtl h3.accordion-section-title:hover{border-right-color:#0073aa}
  • wp-notification-bell/trunk/freemius/assets/js/nojquery.ba-postmessage.js

    r2685580 r3067195  
    2626 * 6. The `$:nomunge` YUI option is no longer necessary.
    2727 */
    28 
    29 function NoJQueryPostMessageMixin(postBinding, receiveBinding) {
    30 
    31     var setMessageCallback, unsetMessageCallback, currentMsgCallback,
    32         intervalId, lastHash, cacheBust = 1;
    33 
    34   if (window.postMessage) {
    35 
    36     if (window.addEventListener) {
    37       setMessageCallback = function(callback) {
    38         window.addEventListener('message', callback, false);
    39       }
    40 
    41       unsetMessageCallback = function(callback) {
    42         window.removeEventListener('message', callback, false);
    43       }
    44     } else {
    45       setMessageCallback = function(callback) {
    46         window.attachEvent('onmessage', callback);
    47       }
    48 
    49       unsetMessageCallback = function(callback) {
    50         window.detachEvent('onmessage', callback);
    51       }
    52     }
    53 
    54     this[postBinding] = function(message, targetUrl, target) {
    55       if (!targetUrl) {
    56         return;
    57       }
    58 
    59       // The browser supports window.postMessage, so call it with a targetOrigin
    60       // set appropriately, based on the targetUrl parameter.
    61       target.postMessage( message, targetUrl.replace( /([^:]+:\/\/[^\/]+).*/, '$1' ) );
    62     }
    63 
    64     // Since the browser supports window.postMessage, the callback will be
    65     // bound to the actual event associated with window.postMessage.
    66     this[receiveBinding] = function(callback, sourceOrigin, delay) {
    67       // Unbind an existing callback if it exists.
    68       if (currentMsgCallback) {
    69         unsetMessageCallback(currentMsgCallback);
    70         currentMsgCallback = null;
    71       }
    72 
    73       if (!callback) {
    74         return false;
    75       }
    76 
    77       // Bind the callback. A reference to the callback is stored for ease of
    78       // unbinding.
    79       currentMsgCallback = setMessageCallback(function(e) {
    80         switch(Object.prototype.toString.call(sourceOrigin)) {
    81         case '[object String]':
    82           if (sourceOrigin !== e.origin) {
    83             return false;
    84           }
    85           break;
    86         case '[object Function]':
    87           if (sourceOrigin(e.origin)) {
    88             return false;
    89           }
    90           break;
    91         }
    92 
    93         callback(e);
    94       });
    95     };
    96 
    97   } else {
    98 
    99     this[postBinding] = function(message, targetUrl, target) {
    100       if (!targetUrl) {
    101         return;
    102       }
    103 
    104       // The browser does not support window.postMessage, so set the location
    105       // of the target to targetUrl#message. A bit ugly, but it works! A cache
    106       // bust parameter is added to ensure that repeat messages trigger the
    107       // callback.
    108       target.location = targetUrl.replace( /#.*$/, '' ) + '#' + (+new Date) + (cacheBust++) + '&' + message;
    109     }
    110 
    111     // Since the browser sucks, a polling loop will be started, and the
    112     // callback will be called whenever the location.hash changes.
    113     this[receiveBinding] = function(callback, sourceOrigin, delay) {
    114       if (intervalId) {
    115         clearInterval(intervalId);
    116         intervalId = null;
    117       }
    118 
    119       if (callback) {
    120         delay = typeof sourceOrigin === 'number'
    121           ? sourceOrigin
    122           : typeof delay === 'number'
    123             ? delay
    124             : 100;
    125 
    126         intervalId = setInterval(function(){
    127           var hash = document.location.hash,
    128             re = /^#?\d+&/;
    129           if ( hash !== lastHash && re.test( hash ) ) {
    130             lastHash = hash;
    131             callback({ data: hash.replace( re, '' ) });
    132           }
    133         }, delay );
    134       }
    135     };
    136 
    137   }
    138 
    139   return this;
    140 }
     28function NoJQueryPostMessageMixin(n,e){var t,i,o,s,a,r=1;return window.postMessage?(window.addEventListener?(t=function(n){window.addEventListener("message",n,!1)},i=function(n){window.removeEventListener("message",n,!1)}):(t=function(n){window.attachEvent("onmessage",n)},i=function(n){window.detachEvent("onmessage",n)}),this[n]=function(n,e,t){e&&t.postMessage(n,e.replace(/([^:]+:\/\/[^\/]+).*/,"$1"))},this[e]=function(n,e,s){if(o&&(i(o),o=null),!n)return!1;o=t((function(t){switch(Object.prototype.toString.call(e)){case"[object String]":if(e!==t.origin)return!1;break;case"[object Function]":if(e(t.origin))return!1}n(t)}))}):(this[n]=function(n,e,t){e&&(t.location=e.replace(/#.*$/,"")+"#"+ +new Date+r+++"&"+n)},this[e]=function(n,e,t){s&&(clearInterval(s),s=null),n&&(t="number"==typeof e?e:"number"==typeof t?t:100,s=setInterval((function(){var e=document.location.hash,t=/^#?\d+&/;e!==a&&t.test(e)&&(a=e,n({data:e.replace(t,"")}))}),t))}),this}
  • wp-notification-bell/trunk/freemius/assets/js/postmessage.js

    r2685580 r3067195  
    1 (function ($, undef) {
    2     var global = this;
    3 
    4     // Namespace.
    5     global.FS = global.FS || {};
    6 
    7     global.FS.PostMessage = function ()
    8     {
    9         var
    10             _is_child = false,
    11             _postman = new NoJQueryPostMessageMixin('postMessage', 'receiveMessage'),
    12             _callbacks = {},
    13             _base_url,
    14             _parent_url = decodeURIComponent(document.location.hash.replace(/^#/, '')),
    15             _parent_subdomain = _parent_url.substring(0, _parent_url.indexOf('/', ('https://' === _parent_url.substring(0, ('https://').length)) ? 8 : 7)),
    16             _init = function () {
    17                 _postman.receiveMessage(function (e) {
    18                     var data = JSON.parse(e.data);
    19 
    20                     if (_callbacks[data.type]) {
    21                         for (var i = 0; i < _callbacks[data.type].length; i++) {
    22                             // Execute type callbacks.
    23                             _callbacks[data.type][i](data.data);
    24                         }
    25                     }
    26                 }, _base_url);
    27             },
    28             _hasParent = ('' !== _parent_url),
    29             $window = $(window),
    30             $html = $('html');
    31 
    32         return {
    33             init : function (url, iframes)
    34             {
    35                 _base_url = url;
    36                 _init();
    37 
    38                 // Automatically receive forward messages.
    39                 FS.PostMessage.receiveOnce('forward', function (data){
    40                     window.location = data.url;
    41                 });
    42 
    43                 iframes = iframes || [];
    44 
    45                 if (iframes.length > 0) {
    46                     $window.on('scroll', function () {
    47                         for (var i = 0; i < iframes.length; i++) {
    48                             FS.PostMessage.postScroll(iframes[i]);
    49                         }
    50                     });
    51                 }
    52             },
    53             init_child : function ()
    54             {
    55                 this.init(_parent_subdomain);
    56 
    57                 _is_child = true;
    58 
    59                 // Post height of a child right after window is loaded.
    60                 $(window).bind('load', function () {
    61                     FS.PostMessage.postHeight();
    62 
    63                     // Post message that window was loaded.
    64                     FS.PostMessage.post('loaded');
    65                 });
    66             },
    67             hasParent : function ()
    68             {
    69                 return _hasParent;
    70             },
    71             postHeight : function (diff, wrapper) {
    72                 diff = diff || 0;
    73                 wrapper = wrapper || '#wrap_section';
    74                 this.post('height', {
    75                     height: diff + $(wrapper).outerHeight(true)
    76                 });
    77             },
    78             postScroll : function (iframe) {
    79                 this.post('scroll', {
    80                     top: $window.scrollTop(),
    81                     height: ($window.height() - parseFloat($html.css('paddingTop')) - parseFloat($html.css('marginTop')))
    82                 }, iframe);
    83             },
    84             post : function (type, data, iframe)
    85             {
    86                 console.debug('PostMessage.post', type);
    87 
    88                 if (iframe)
    89                 {
    90                     // Post to iframe.
    91                     _postman.postMessage(JSON.stringify({
    92                         type: type,
    93                         data: data
    94                     }), iframe.src, iframe.contentWindow);
    95                 }
    96                 else {
    97                     // Post to parent.
    98                     _postman.postMessage(JSON.stringify({
    99                         type: type,
    100                         data: data
    101                     }), _parent_url, window.parent);
    102                 }
    103             },
    104             receive: function (type, callback)
    105             {
    106                 console.debug('PostMessage.receive', type);
    107 
    108                 if (undef === _callbacks[type])
    109                     _callbacks[type] = [];
    110 
    111                 _callbacks[type].push(callback);
    112             },
    113             receiveOnce: function (type, callback)
    114             {
    115                 if (this.is_set(type))
    116                     return;
    117 
    118                 this.receive(type, callback);
    119             },
    120             // Check if any callbacks assigned to a specified message type.
    121             is_set: function (type)
    122             {
    123                 return (undef != _callbacks[type]);
    124             },
    125             parent_url: function ()
    126             {
    127                 return _parent_url;
    128             },
    129             parent_subdomain: function ()
    130             {
    131                 return _parent_subdomain;
    132             }
    133         };
    134     }();
    135 })(jQuery);
     1!function(e,t){var s,n,o,i,r,a,c,p,u=this;u.FS=u.FS||{},u.FS.PostMessage=(n=new NoJQueryPostMessageMixin("postMessage","receiveMessage"),o={},i=decodeURIComponent(document.location.hash.replace(/^#/,"")),r=i.substring(0,i.indexOf("/","https://"===i.substring(0,8)?8:7)),a=""!==i,c=e(window),p=e("html"),{init:function(e,t){s=e,n.receiveMessage((function(e){var t=JSON.parse(e.data);if(o[t.type])for(var s=0;s<o[t.type].length;s++)o[t.type][s](t.data)}),s),FS.PostMessage.receiveOnce("forward",(function(e){window.location=e.url})),(t=t||[]).length>0&&c.on("scroll",(function(){for(var e=0;e<t.length;e++)FS.PostMessage.postScroll(t[e])}))},init_child:function(){this.init(r),e(window).bind("load",(function(){FS.PostMessage.postHeight(),FS.PostMessage.post("loaded")}))},hasParent:function(){return a},postHeight:function(t,s){t=t||0,s=s||"#wrap_section",this.post("height",{height:t+e(s).outerHeight(!0)})},postScroll:function(e){this.post("scroll",{top:c.scrollTop(),height:c.height()-parseFloat(p.css("paddingTop"))-parseFloat(p.css("marginTop"))},e)},post:function(e,t,s){console.debug("PostMessage.post",e),s?n.postMessage(JSON.stringify({type:e,data:t}),s.src,s.contentWindow):n.postMessage(JSON.stringify({type:e,data:t}),i,window.parent)},receive:function(e,s){console.debug("PostMessage.receive",e),t===o[e]&&(o[e]=[]),o[e].push(s)},receiveOnce:function(e,t){this.is_set(e)||this.receive(e,t)},is_set:function(e){return t!=o[e]},parent_url:function(){return i},parent_subdomain:function(){return r}})}(jQuery);
  • wp-notification-bell/trunk/freemius/includes/class-freemius.php

    r3030323 r3067195  
    73357335            wp_enqueue_script( 'json2' );
    73367336
    7337             fs_enqueue_local_script( 'postmessage', 'nojquery.ba-postmessage.min.js' );
     7337            fs_enqueue_local_script( 'postmessage', 'nojquery.ba-postmessage.js' );
    73387338            fs_enqueue_local_script( 'fs-postmessage', 'postmessage.js' );
    73397339        }
     
    1373713737
    1373813738            if ( empty( $license_key ) ) {
     13739                $license_id = trim( fs_request_get_raw( 'license_id' ) );
     13740
     13741                if ( FS_Plugin_License::is_valid_id( $license_id ) ) {
     13742                    $license = $this->_get_license_by_id( $license_id, false );
     13743
     13744                    if ( is_object( $license ) ) {
     13745                        $license_key = $license->secret_key;
     13746                    }
     13747                }
     13748            }
     13749
     13750            if ( empty( $license_key ) ) {
    1373913751                exit;
    1374013752            }
     
    1414014152                }
    1414114153
     14154                $is_connected = null;
     14155
    1414214156                if ( true !== $result && ! FS_Api::is_api_result_entity( $result ) ) {
    1414314157                    if ( FS_Api::is_blocked( $result ) ) {
    1414414158                        $result->error->message = $this->generate_api_blocked_notice_message_from_result( $result );
     14159
     14160                        $is_connected = false;
    1414514161                    }
    1414614162
     
    1414914165                        var_export( $result, true );
    1415014166                } else {
     14167                    $is_connected = true;
     14168
    1415114169                    $fs->network_upgrade_mode_completed();
    1415214170
     
    1416514183                        $fs->get_after_activation_url( 'after_connect_url' );
    1416614184                }
     14185
     14186                $fs->update_connectivity_info( $is_connected );
    1416714187            } else {
    1416814188                $next_page = $fs->opt_in(
     
    2409124111            if ( $this->is_registered() ) {
    2409224112                // If opted-in, override trial with up to date data from API.
    24093                 $trial_plans       = FS_Plan_Manager::instance()->get_trial_plans( $this->_plans );
     24113                $trial_plans       = FS_Plan_Manager::instance()->get_visible_trial_plans( $this->_plans );
    2409424114                $trial_plans_count = count( $trial_plans );
    2409524115
  • wp-notification-bell/trunk/freemius/includes/class-fs-garbage-collector.php

    r3030323 r3067195  
    6060            $has_updated_option = false;
    6161
    62             $products_to_clean = $this->get_products_to_clean();
     62            $filtered_products         = $this->get_filtered_products();
     63            $products_to_clean         = $filtered_products['products_to_clean'];
     64            $active_products_by_id_map = $filtered_products['active_products_by_id_map'];
    6365
    6466            foreach( $products_to_clean as $product ) {
     
    8688                        unset( $option[ "{$slug}:{$this->_type}" ] );
    8789                        $updated = true;
    88                     } else if ( isset( $product->id ) && array_key_exists( $product->id, $option ) ) { /* all_licenses */
    89                         unset( $option[ $product->id ] );
    90                         $updated = true;
    91                     } else if ( isset( $product->file ) && array_key_exists( $product->file, $option ) ) { /* file_slug_map */
     90                    } else if ( isset( $product->id ) && array_key_exists( $product->id, $option ) ) { /* all_licenses, add-ons, and id_slug_type_path_map */
     91                        $is_inactive_by_id   = ! isset( $active_products_by_id_map[ $product->id ] );
     92                        $is_inactive_by_slug = (
     93                            'id_slug_type_path_map' === $option_name &&
     94                            (
     95                                ! isset( $option[ $product->id ]['slug'] ) ||
     96                                $slug === $option[ $product->id ]['slug']
     97                            )
     98                        );
     99
     100                        if ( $is_inactive_by_id || $is_inactive_by_slug ) {
     101                            unset( $option[ $product->id ] );
     102                            $updated = true;
     103                        }
     104                    } else if ( /* file_slug_map */
     105                        isset( $product->file ) &&
     106                        array_key_exists( $product->file, $option ) &&
     107                        $slug === $option[ $product->file ]
     108                    ) {
    92109                        unset( $option[ $product->file ] );
    93110                        $updated = true;
     
    146163                    $products[ $slug ] = (object) $product_data;
    147164                }
     165
     166                // This is needed to handle a scenario in which there are duplicate sets of data for the same product, but one of them needs to be removed.
     167                $products[ $slug ] = clone $products[ $slug ];
     168
     169                // The reason for having the line above. This also handles a scenario in which the slug is either empty or not empty but incorrect.
     170                $products[ $slug ]->slug = $slug;
    148171            }
    149172
     
    153176        }
    154177
    155         private function get_products_to_clean() {
    156             $products_to_clean = array();
     178        private function get_filtered_products() {
     179            $products_to_clean         = array();
     180            $active_products_by_id_map = array();
    157181
    158182            $products = $this->get_products();
     
    164188
    165189                if ( $this->is_product_active( $slug ) ) {
     190                    $active_products_by_id_map[ $product_data->id ] = true;
    166191                    continue;
    167192                }
     
    179204            }
    180205
    181             return $products_to_clean;
     206            return array(
     207                'products_to_clean'         => $products_to_clean,
     208                'active_products_by_id_map' => $active_products_by_id_map,
     209            );
    182210        }
    183211
  • wp-notification-bell/trunk/freemius/includes/entities/class-fs-plugin-license.php

    r2685580 r3067195  
    290290         */
    291291        function is_first_payment_pending() {
     292            if ( $this->is_lifetime() ) {
     293                return false;
     294            }
     295
    292296            return ( WP_FS__TIME_24_HOURS_IN_SEC >= strtotime( $this->expiration ) - strtotime( $this->created ) );
    293297        }
  • wp-notification-bell/trunk/freemius/includes/entities/class-fs-plugin-plan.php

    r2685580 r3067195  
    8989         */
    9090        public $is_featured;
     91        /**
     92         * @var bool Is hidden plan.
     93         */
     94        public $is_hidden;
    9195
    9296        #endregion Properties
  • wp-notification-bell/trunk/freemius/includes/entities/class-fs-site.php

    r2934827 r3067195  
    1414     * @property int $blog_id
    1515     */
     16    #[AllowDynamicProperties]
    1617    class FS_Site extends FS_Scope_Entity {
    1718        /**
  • wp-notification-bell/trunk/freemius/includes/fs-core-functions.php

    r3030323 r3067195  
    119119
    120120    if ( ! function_exists( 'fs_enqueue_local_script' ) ) {
    121         function fs_enqueue_local_script( $handle, $path, $deps = array(), $ver = false, $in_footer = 'all' ) {
     121        function fs_enqueue_local_script( $handle, $path, $deps = array(), $ver = false, $in_footer = true ) {
    122122            wp_enqueue_script( $handle, fs_asset_url( WP_FS__DIR_JS . '/' . trim( $path, '/' ) ), $deps, $ver, $in_footer );
    123123        }
  • wp-notification-bell/trunk/freemius/includes/managers/class-fs-plan-manager.php

    r2685580 r3067195  
    109109        /**
    110110         * Find all plans that have trial.
     111         * Since 2.6.2 call get_filtered_plan
    111112         *
    112113         * @author Vova Feldman (@svovaf)
     
    118119         */
    119120        function get_trial_plans( $plans ) {
    120             $trial_plans = array();
     121            return $this->get_filtered_plans( $plans, true );
     122        }
    121123
    122             if ( is_array( $plans ) && 0 < count( $plans ) ) {
    123                 /**
    124                  * @var FS_Plugin_Plan[] $plans
    125                  */
    126                 for ( $i = 0, $len = count( $plans ); $i < $len; $i ++ ) {
    127                     if ( $plans[ $i ]->has_trial() ) {
    128                         $trial_plans[] = $plans[ $i ];
     124        /**
     125         * Find all plans that are not hidden and have trial.
     126         *
     127         * @author Daniele Alessandra (@danielealessandra)
     128         *
     129         * @param FS_Plugin_Plan[] $plans
     130         *
     131         * @return FS_Plugin_Plan[]
     132         * @since  2.6.3
     133         *
     134         */
     135        function get_visible_trial_plans( $plans ) {
     136            return $this->get_filtered_plans( $plans, true, true );
     137        }
     138
     139        /**
     140         * Find all plans filtered by trial or visibility.
     141         *
     142         * @author Daniele Alessandra (@danielealessandra)
     143         *
     144         * @param FS_Plugin_Plan[] $plans
     145         * @param boolean          $should_have_trials
     146         * @param boolean          $should_be_visible
     147         *
     148         * @return FS_Plugin_Plan[]
     149         * @since  2.6.3
     150         *
     151         */
     152        function get_filtered_plans( $plans, $should_have_trials = false, $should_be_visible = false ) {
     153            $filtered_plans = array();
     154
     155            if ( is_array( $plans ) && count( $plans ) > 0 ) {
     156                foreach ( $plans as $plan ) {
     157                    if ( ( $should_have_trials && ! $plan->has_trial() ) || ( $should_be_visible && $plan->is_hidden ) ) {
     158                        continue;
    129159                    }
     160                    $filtered_plans[] = $plan;
    130161                }
    131162            }
    132163
    133             return $trial_plans;
     164            return $filtered_plans;
    134165        }
    135166
  • wp-notification-bell/trunk/freemius/languages/freemius.pot

    r2934827 r3067195  
    1 # Copyright (C) 2023 freemius
     1# Copyright (C) 2024 freemius
    22# This file is distributed under the same license as the freemius package.
    33msgid ""
     
    99"Language-Team: Freemius Team <admin@freemius.com>\n"
    1010"Last-Translator: Vova Feldman <vova@freemius.com>\n"
     11"POT-Creation-Date: 2024-03-31 12:04+0000\n"
    1112"Report-Msgid-Bugs-To: https://github.com/Freemius/wordpress-sdk/issues\n"
    1213"X-Poedit-Basepath: ..\n"
    13 "X-Poedit-KeywordsList: get_text_inline;fs_text_inline;fs_echo_inline;fs_esc_js_inline;fs_esc_attr_inline;fs_esc_attr_echo_inline;fs_esc_html_inline;fs_esc_html_echo_inline;get_text_x_inline:1,2c;fs_text_x_inline:1,2c;fs_echo_x_inline:1,2c;fs_esc_attr_x_inline:1,2c;fs_esc_js_x_inline:1,2c;fs_esc_js_echo_x_inline:1,2c;fs_esc_html_x_inline:1,2c;fs_esc_html_echo_x_inline:1,2c\n"
     14"X-Poedit-KeywordsList: get_text_inline;get_text_x_inline:1,2c;$this->get_text_inline;$this->get_text_x_inline:1,2c;$this->_fs->get_text_inline;$this->_fs->get_text_x_inline:1,2c;$this->fs->get_text_inline;$this->fs->get_text_x_inline:1,2c;$fs->get_text_inline;$fs->get_text_x_inline:1,2c;$this->_parent->get_text_inline;$this->_parent->get_text_x_inline:1,2c;fs_text_inline;fs_echo_inline;fs_esc_js_inline;fs_esc_attr_inline;fs_esc_attr_echo_inline;fs_esc_html_inline;fs_esc_html_echo_inline;fs_text_x_inline:1,2c;fs_echo_x_inline:1,2c;fs_esc_attr_x_inline:1,2c;fs_esc_js_x_inline:1,2c;fs_esc_js_echo_x_inline:1,2c;fs_esc_html_x_inline:1,2c;fs_esc_html_echo_x_inline:1,2c\n"
    1415"X-Poedit-SearchPath-0: .\n"
    1516"X-Poedit-SearchPathExcluded-0: *.js\n"
     
    1718"Plural-Forms: nplurals=2; plural=(n != 1);\n"
    1819
    19 #: includes/class-freemius.php:1748, templates/account.php:947
     20#: includes/class-freemius.php:1781, templates/account.php:943
    2021msgid "An update to a Beta version will replace your installed version of %s with the latest Beta release - use with caution, and not on production sites. You have been warned."
    2122msgstr ""
    2223
    23 #: includes/class-freemius.php:1755
     24#: includes/class-freemius.php:1788
    2425msgid "Would you like to proceed with the update?"
    2526msgstr ""
    2627
    27 #: includes/class-freemius.php:1980
     28#: includes/class-freemius.php:2013
    2829msgid "Freemius SDK couldn't find the plugin's main file. Please contact sdk@freemius.com with the current error."
    2930msgstr ""
    3031
    31 #: includes/class-freemius.php:1982, includes/fs-plugin-info-dialog.php:1517
     32#: includes/class-freemius.php:2015, includes/fs-plugin-info-dialog.php:1513
    3233msgid "Error"
    3334msgstr ""
    3435
    35 #: includes/class-freemius.php:2428
     36#: includes/class-freemius.php:2461
    3637msgid "I found a better %s"
    3738msgstr ""
    3839
    39 #: includes/class-freemius.php:2430
     40#: includes/class-freemius.php:2463
    4041msgid "What's the %s's name?"
    4142msgstr ""
    4243
    43 #: includes/class-freemius.php:2436
     44#: includes/class-freemius.php:2469
    4445msgid "It's a temporary %s - I'm troubleshooting an issue"
    4546msgstr ""
    4647
    47 #: includes/class-freemius.php:2438
     48#: includes/class-freemius.php:2471
    4849msgid "Deactivation"
    4950msgstr ""
    5051
    51 #: includes/class-freemius.php:2439
     52#: includes/class-freemius.php:2472
    5253msgid "Theme Switch"
    5354msgstr ""
    5455
    55 #: includes/class-freemius.php:2448, templates/forms/resend-key.php:24, templates/forms/user-change.php:29
     56#: includes/class-freemius.php:2481, templates/forms/resend-key.php:24, templates/forms/user-change.php:29
    5657msgid "Other"
    5758msgstr ""
    5859
    59 #: includes/class-freemius.php:2456
     60#: includes/class-freemius.php:2489
    6061msgid "I no longer need the %s"
    6162msgstr ""
    6263
    63 #: includes/class-freemius.php:2463
     64#: includes/class-freemius.php:2496
    6465msgid "I only needed the %s for a short period"
    6566msgstr ""
    6667
    67 #: includes/class-freemius.php:2469
     68#: includes/class-freemius.php:2502
    6869msgid "The %s broke my site"
    6970msgstr ""
    7071
    71 #: includes/class-freemius.php:2476
     72#: includes/class-freemius.php:2509
    7273msgid "The %s suddenly stopped working"
    7374msgstr ""
    7475
    75 #: includes/class-freemius.php:2486
     76#: includes/class-freemius.php:2519
    7677msgid "I can't pay for it anymore"
    7778msgstr ""
    7879
    79 #: includes/class-freemius.php:2488
     80#: includes/class-freemius.php:2521
    8081msgid "What price would you feel comfortable paying?"
    8182msgstr ""
    8283
    83 #: includes/class-freemius.php:2494
     84#: includes/class-freemius.php:2527
    8485msgid "I don't like to share my information with you"
    8586msgstr ""
    8687
    87 #: includes/class-freemius.php:2515
     88#: includes/class-freemius.php:2548
    8889msgid "The %s didn't work"
    8990msgstr ""
    9091
    91 #: includes/class-freemius.php:2525
     92#: includes/class-freemius.php:2558
    9293msgid "I couldn't understand how to make it work"
    9394msgstr ""
    9495
    95 #: includes/class-freemius.php:2533
     96#: includes/class-freemius.php:2566
    9697msgid "The %s is great, but I need specific feature that you don't support"
    9798msgstr ""
    9899
    99 #: includes/class-freemius.php:2535
     100#: includes/class-freemius.php:2568
    100101msgid "What feature?"
    101102msgstr ""
    102103
    103 #: includes/class-freemius.php:2539
     104#: includes/class-freemius.php:2572
    104105msgid "The %s is not working"
    105106msgstr ""
    106107
    107 #: includes/class-freemius.php:2541
     108#: includes/class-freemius.php:2574
    108109msgid "Kindly share what didn't work so we can fix it for future users..."
    109110msgstr ""
    110111
    111 #: includes/class-freemius.php:2545
     112#: includes/class-freemius.php:2578
    112113msgid "It's not what I was looking for"
    113114msgstr ""
    114115
    115 #: includes/class-freemius.php:2547
     116#: includes/class-freemius.php:2580
    116117msgid "What you've been looking for?"
    117118msgstr ""
    118119
    119 #: includes/class-freemius.php:2551
     120#: includes/class-freemius.php:2584
    120121msgid "The %s didn't work as expected"
    121122msgstr ""
    122123
    123 #: includes/class-freemius.php:2553
     124#: includes/class-freemius.php:2586
    124125msgid "What did you expect?"
    125126msgstr ""
    126127
    127 #: includes/class-freemius.php:3641, templates/debug.php:24
     128#: includes/class-freemius.php:3685, templates/debug.php:24
    128129msgid "Freemius Debug"
    129130msgstr ""
    130131
    131 #: includes/class-freemius.php:4755
     132#. translators: %s: License type (e.g. you have a professional license)
     133#: includes/class-freemius.php:4828
    132134msgid "You have purchased a %s license."
    133135msgstr ""
    134136
    135 #: includes/class-freemius.php:4759
     137#: includes/class-freemius.php:4832
    136138msgid " The %s's %sdownload link%s, license key, and installation instructions have been sent to %s. If you can't find the email after 5 min, please check your spam box."
    137139msgstr ""
    138140
    139 #: includes/class-freemius.php:4769, includes/class-freemius.php:21125, includes/class-freemius.php:24783
     141#: includes/class-freemius.php:4842, includes/class-freemius.php:21174, includes/class-freemius.php:24843
    140142msgctxt "interjection expressing joy or exuberance"
    141143msgid "Yee-haw"
    142144msgstr ""
    143145
    144 #: includes/class-freemius.php:4783
     146#: includes/class-freemius.php:4856
    145147msgctxt "addonX cannot run without pluginY"
    146148msgid "%s cannot run without %s."
    147149msgstr ""
    148150
    149 #: includes/class-freemius.php:4784
     151#: includes/class-freemius.php:4857
    150152msgctxt "addonX cannot run..."
    151153msgid "%s cannot run without the plugin."
    152154msgstr ""
    153155
    154 #: includes/class-freemius.php:4786, includes/class-freemius.php:5978, includes/class-freemius.php:13730, includes/class-freemius.php:14469, includes/class-freemius.php:18281, includes/class-freemius.php:18394, includes/class-freemius.php:18571, includes/class-freemius.php:20856, includes/class-freemius.php:21955, includes/class-freemius.php:22971, includes/class-freemius.php:23101, includes/class-freemius.php:23231, templates/add-ons.php:57
     156#: includes/class-freemius.php:4859, includes/class-freemius.php:6051, includes/class-freemius.php:13828, includes/class-freemius.php:14575, includes/class-freemius.php:18330, includes/class-freemius.php:18443, includes/class-freemius.php:18620, includes/class-freemius.php:20905, includes/class-freemius.php:22004, includes/class-freemius.php:23020, includes/class-freemius.php:23150, includes/class-freemius.php:23293, templates/add-ons.php:57
    155157msgctxt "exclamation"
    156158msgid "Oops"
    157159msgstr ""
    158160
    159 #: includes/class-freemius.php:5065
     161#: includes/class-freemius.php:5138
    160162msgid "There was an unexpected API error while processing your request. Please try again in a few minutes and if it still doesn't work, contact the %s's author with the following:"
    161163msgstr ""
    162164
    163 #: includes/class-freemius.php:5645
     165#. translators: %s: License type (e.g. you have a professional license)
     166#: includes/class-freemius.php:5743
     167msgid "You have a %s license."
     168msgstr ""
     169
     170#: includes/class-freemius.php:5716
    164171msgid "Premium %s version was successfully activated."
    165172msgstr ""
    166173
    167 #: includes/class-freemius.php:5657, includes/class-freemius.php:7692
     174#: includes/class-freemius.php:5728, includes/class-freemius.php:7765
    168175msgctxt "Used to express elation, enthusiasm, or triumph (especially in electronic communication)."
    169176msgid "W00t"
    170177msgstr ""
    171178
    172 #: includes/class-freemius.php:5672
    173 msgid "You have a %s license."
    174 msgstr ""
    175 
    176 #: includes/class-freemius.php:5961
     179#: includes/class-freemius.php:6034
    177180msgid "%s free trial was successfully cancelled. Since the add-on is premium only it was automatically deactivated. If you like to use it in the future, you'll have to purchase a license."
    178181msgstr ""
    179182
    180 #: includes/class-freemius.php:5965
     183#: includes/class-freemius.php:6038
    181184msgid "%s is a premium only add-on. You have to purchase a license first before activating the plugin."
    182185msgstr ""
    183186
    184 #: includes/class-freemius.php:5974, templates/add-ons.php:186, templates/account/partials/addon.php:386
     187#: includes/class-freemius.php:6047, templates/add-ons.php:186, templates/account/partials/addon.php:386
    185188msgid "More information about %s"
    186189msgstr ""
    187190
    188 #: includes/class-freemius.php:5975
     191#: includes/class-freemius.php:6048
    189192msgid "Purchase License"
    190193msgstr ""
    191194
    192 #. translators: %3$s: action (e.g.: "start the trial" or "complete the opt-in")
    193 #: includes/class-freemius.php:6971
    194 msgid "You should receive a confirmation email for %1$s to your mailbox at %2$s. Please make sure you click the button in that email to %3$s."
    195 msgstr ""
    196 
    197 #: includes/class-freemius.php:6974
    198 msgid "start the trial"
    199 msgstr ""
    200 
    201 #: includes/class-freemius.php:6975, templates/connect.php:218
    202 msgid "complete the opt-in"
    203 msgstr ""
    204 
    205 #: includes/class-freemius.php:6977
    206 msgid "Thanks!"
    207 msgstr ""
    208 
    209195#. translators: %3$s: What the user is expected to receive via email (e.g.: "the installation instructions" or "a license key")
    210 #: includes/class-freemius.php:6980
     196#: includes/class-freemius.php:7053
    211197msgid "You should receive %3$s for %1$s to your mailbox at %2$s in the next 5 minutes."
    212198msgstr ""
    213199
    214 #: includes/class-freemius.php:6983
     200#: includes/class-freemius.php:7062
     201msgctxt "Part of the message telling the user what they should receive via email."
     202msgid "a license key"
     203msgstr ""
     204
     205#. translators: %s: activation link (e.g.: <a>Click here</a>)
     206#: includes/class-freemius.php:7070
     207msgid "%s to activate the license once you get it."
     208msgstr ""
     209
     210#: includes/class-freemius.php:7078
     211msgctxt "Part of an activation link message."
     212msgid "Click here"
     213msgstr ""
     214
     215#: includes/class-freemius.php:7056
    215216msgctxt "Part of the message telling the user what they should receive via email."
    216217msgid "the installation instructions"
    217218msgstr ""
    218219
    219 #: includes/class-freemius.php:6989
    220 msgctxt "Part of the message telling the user what they should receive via email."
    221 msgid "a license key"
    222 msgstr ""
    223 
    224 #: includes/class-freemius.php:6997
    225 msgid "%s to activate the license once you get it."
    226 msgstr ""
    227 
    228 #: includes/class-freemius.php:7005
    229 msgctxt "Part of an activation link message."
    230 msgid "Click here"
    231 msgstr ""
    232 
    233 #: includes/class-freemius.php:7012
     220#: includes/class-freemius.php:7085
    234221msgctxt "Part of the message that tells the user to check their spam folder for a specific email."
    235222msgid "the product's support email address"
    236223msgstr ""
    237224
    238 #: includes/class-freemius.php:7018
     225#: includes/class-freemius.php:7091
    239226msgid "If you didn't get the email, try checking your spam folder or search for emails from %4$s."
    240227msgstr ""
    241228
    242 #: includes/class-freemius.php:7020
     229#: includes/class-freemius.php:7093
    243230msgid "Thanks for upgrading."
    244231msgstr ""
    245232
    246 #: includes/class-freemius.php:7156
     233#: includes/class-freemius.php:7044
     234msgid "You should receive a confirmation email for %1$s to your mailbox at %2$s. Please make sure you click the button in that email to %3$s."
     235msgstr ""
     236
     237#: includes/class-freemius.php:7047
     238msgid "start the trial"
     239msgstr ""
     240
     241#: includes/class-freemius.php:7048, templates/connect.php:209
     242msgid "complete the opt-in"
     243msgstr ""
     244
     245#: includes/class-freemius.php:7050
     246msgid "Thanks!"
     247msgstr ""
     248
     249#: includes/class-freemius.php:7229
    247250msgid "You are just one step away - %s"
    248251msgstr ""
    249252
    250 #: includes/class-freemius.php:7159
     253#: includes/class-freemius.php:7232
    251254msgctxt "%s - plugin name. As complete \"PluginX\" activation now"
    252255msgid "Complete \"%s\" Activation Now"
    253256msgstr ""
    254257
    255 #: includes/class-freemius.php:7241
     258#: includes/class-freemius.php:7314
    256259msgid "We made a few tweaks to the %s, %s"
    257260msgstr ""
    258261
    259 #: includes/class-freemius.php:7245
     262#: includes/class-freemius.php:7318
    260263msgid "Opt in to make \"%s\" better!"
    261264msgstr ""
    262265
    263 #: includes/class-freemius.php:7691
     266#: includes/class-freemius.php:7764
    264267msgid "The upgrade of %s was successfully completed."
    265268msgstr ""
    266269
    267 #: includes/class-freemius.php:10441, includes/class-fs-plugin-updater.php:1100, includes/class-fs-plugin-updater.php:1315, includes/class-fs-plugin-updater.php:1322, templates/auto-installation.php:32
     270#: includes/class-freemius.php:10527, includes/class-fs-plugin-updater.php:1095, includes/class-fs-plugin-updater.php:1317, includes/class-fs-plugin-updater.php:1310, templates/auto-installation.php:32
    268271msgid "Add-On"
    269272msgstr ""
    270273
    271 #: includes/class-freemius.php:10443, templates/account.php:411, templates/account.php:419, templates/debug.php:399, templates/debug.php:619
     274#: includes/class-freemius.php:10529, templates/account.php:407, templates/account.php:415, templates/debug.php:399, templates/debug.php:619
    272275msgid "Plugin"
    273276msgstr ""
    274277
    275 #: includes/class-freemius.php:10444, templates/account.php:412, templates/account.php:420, templates/debug.php:399, templates/debug.php:619, templates/forms/deactivation/form.php:107
     278#: includes/class-freemius.php:10530, templates/account.php:408, templates/account.php:416, templates/debug.php:399, templates/debug.php:619, templates/forms/deactivation/form.php:107
    276279msgid "Theme"
    277280msgstr ""
    278281
    279 #: includes/class-freemius.php:13549
     282#: includes/class-freemius.php:13635
    280283msgid "An unknown error has occurred while trying to toggle the license's white-label mode."
    281284msgstr ""
    282285
    283 #: includes/class-freemius.php:13563
     286#: includes/class-freemius.php:13649
    284287msgid "Your %s license was flagged as white-labeled to hide sensitive information from the WP Admin (e.g. your email, license key, prices, billing address & invoices). If you ever wish to revert it back, you can easily do it through your %s. If this was a mistake you can also %s."
    285288msgstr ""
    286289
    287 #: includes/class-freemius.php:13568, templates/account/partials/disconnect-button.php:84
     290#: includes/class-freemius.php:13654, templates/account/partials/disconnect-button.php:84
    288291msgid "User Dashboard"
    289292msgstr ""
    290293
    291 #: includes/class-freemius.php:13569
     294#: includes/class-freemius.php:13655
    292295msgid "revert it now"
    293296msgstr ""
    294297
    295 #: includes/class-freemius.php:13627
     298#: includes/class-freemius.php:13713
    296299msgid "An unknown error has occurred while trying to set the user's beta mode."
    297300msgstr ""
    298301
    299 #: includes/class-freemius.php:13701
     302#: includes/class-freemius.php:13799
    300303msgid "Invalid new user ID or email address."
    301304msgstr ""
    302305
    303 #: includes/class-freemius.php:13731
     306#: includes/class-freemius.php:13829
    304307msgid "Sorry, we could not complete the email update. Another user with the same email is already registered."
    305308msgstr ""
    306309
    307 #: includes/class-freemius.php:13732
     310#: includes/class-freemius.php:13830
    308311msgid "If you would like to give up the ownership of the %s's account to %s click the Change Ownership button."
    309312msgstr ""
    310313
    311 #: includes/class-freemius.php:13739
     314#: includes/class-freemius.php:13837
    312315msgid "Change Ownership"
    313316msgstr ""
    314317
    315 #: includes/class-freemius.php:14336
     318#: includes/class-freemius.php:14442
    316319msgid "Invalid site details collection."
    317320msgstr ""
    318321
    319 #: includes/class-freemius.php:14456
     322#: includes/class-freemius.php:14564
     323msgid "We can't see any active licenses associated with that email address, are you sure it's the right address?"
     324msgstr ""
     325
     326#: includes/class-freemius.php:14562
    320327msgid "We couldn't find your email address in the system, are you sure it's the right address?"
    321328msgstr ""
    322329
    323 #: includes/class-freemius.php:14458
    324 msgid "We can't see any active licenses associated with that email address, are you sure it's the right address?"
    325 msgstr ""
    326 
    327 #: includes/class-freemius.php:14756
     330#: includes/class-freemius.php:14868
    328331msgid "Account is pending activation. Please check your email and click the link to activate your account and then submit the affiliate form again."
    329332msgstr ""
    330333
    331 #: includes/class-freemius.php:14870, templates/forms/premium-versions-upgrade-handler.php:47
     334#: includes/class-freemius.php:14994, templates/forms/premium-versions-upgrade-handler.php:46
     335msgid "Renew your license now"
     336msgstr ""
     337
     338#: includes/class-freemius.php:14982, templates/forms/premium-versions-upgrade-handler.php:47
    332339msgid "Buy a license now"
    333340msgstr ""
    334341
    335 #: includes/class-freemius.php:14882, templates/forms/premium-versions-upgrade-handler.php:46
    336 msgid "Renew your license now"
    337 msgstr ""
    338 
    339 #: includes/class-freemius.php:14886
     342#: includes/class-freemius.php:14998
    340343msgid "%s to access version %s security & feature updates, and support."
    341344msgstr ""
    342345
    343 #: includes/class-freemius.php:17621
     346#: includes/class-freemius.php:17670
    344347msgid "%s opt-in was successfully completed."
    345348msgstr ""
    346349
    347 #: includes/class-freemius.php:17635
     350#: includes/class-freemius.php:17694, includes/class-freemius.php:21615
     351msgid "Your trial has been successfully started."
     352msgstr ""
     353
     354#: includes/class-freemius.php:17684
    348355msgid "Your account was successfully activated with the %s plan."
    349356msgstr ""
    350357
    351 #: includes/class-freemius.php:17645, includes/class-freemius.php:21566
    352 msgid "Your trial has been successfully started."
    353 msgstr ""
    354 
    355 #: includes/class-freemius.php:18279, includes/class-freemius.php:18392, includes/class-freemius.php:18569
     358#: includes/class-freemius.php:18328, includes/class-freemius.php:18441, includes/class-freemius.php:18618
    356359msgid "Couldn't activate %s."
    357360msgstr ""
    358361
    359 #: includes/class-freemius.php:18280, includes/class-freemius.php:18393, includes/class-freemius.php:18570
     362#: includes/class-freemius.php:18329, includes/class-freemius.php:18442, includes/class-freemius.php:18619
    360363msgid "Please contact us with the following message:"
    361364msgstr ""
    362365
    363 #: includes/class-freemius.php:18389, templates/forms/data-debug-mode.php:162
     366#: includes/class-freemius.php:18438, templates/forms/data-debug-mode.php:162
    364367msgid "An unknown error has occurred."
    365368msgstr ""
    366369
    367 #: includes/class-freemius.php:18931, includes/class-freemius.php:24339
     370#: includes/class-freemius.php:18980, includes/class-freemius.php:24399
    368371msgid "Upgrade"
    369372msgstr ""
    370373
    371 #: includes/class-freemius.php:18937
     374#: includes/class-freemius.php:18988
     375msgid "Pricing"
     376msgstr ""
     377
     378#: includes/class-freemius.php:18986
    372379msgid "Start Trial"
    373380msgstr ""
    374381
    375 #: includes/class-freemius.php:18939
    376 msgid "Pricing"
    377 msgstr ""
    378 
    379 #: includes/class-freemius.php:19019, includes/class-freemius.php:19021
     382#: includes/class-freemius.php:19068, includes/class-freemius.php:19070
    380383msgid "Affiliation"
    381384msgstr ""
    382385
    383 #: includes/class-freemius.php:19049, includes/class-freemius.php:19051, templates/account.php:264, templates/debug.php:366
     386#: includes/class-freemius.php:19098, includes/class-freemius.php:19100, templates/account.php:260, templates/debug.php:366
    384387msgid "Account"
    385388msgstr ""
    386389
    387 #: includes/class-freemius.php:19065, includes/class-freemius.php:19067, includes/customizer/class-fs-customizer-support-section.php:60
     390#: includes/class-freemius.php:19114, includes/class-freemius.php:19116, includes/customizer/class-fs-customizer-support-section.php:60
    388391msgid "Contact Us"
    389392msgstr ""
    390393
    391 #: includes/class-freemius.php:19078, includes/class-freemius.php:19080, includes/class-freemius.php:24353, templates/account.php:134, templates/account/partials/addon.php:49
     394#: includes/class-freemius.php:19127, includes/class-freemius.php:19129, includes/class-freemius.php:24413, templates/account.php:130, templates/account/partials/addon.php:49
    392395msgid "Add-Ons"
    393396msgstr ""
    394397
    395 #: includes/class-freemius.php:19114
     398#: includes/class-freemius.php:19163
    396399msgctxt "ASCII arrow left icon"
    397400msgid "&#x2190;"
    398401msgstr ""
    399402
    400 #: includes/class-freemius.php:19114
     403#: includes/class-freemius.php:19163
    401404msgctxt "ASCII arrow right icon"
    402405msgid "&#x27a4;"
    403406msgstr ""
    404407
    405 #: includes/class-freemius.php:19116, templates/pricing.php:110
     408#: includes/class-freemius.php:19165, templates/pricing.php:110
    406409msgctxt "noun"
    407410msgid "Pricing"
    408411msgstr ""
    409412
    410 #: includes/class-freemius.php:19329, includes/customizer/class-fs-customizer-support-section.php:67
     413#: includes/class-freemius.php:19378, includes/customizer/class-fs-customizer-support-section.php:67
    411414msgid "Support Forum"
    412415msgstr ""
    413416
    414 #: includes/class-freemius.php:20350
     417#: includes/class-freemius.php:20399
    415418msgid "Your email has been successfully verified - you are AWESOME!"
    416419msgstr ""
    417420
    418 #: includes/class-freemius.php:20351
     421#: includes/class-freemius.php:20400
    419422msgctxt "a positive response"
    420423msgid "Right on"
    421424msgstr ""
    422425
    423 #: includes/class-freemius.php:20857
     426#: includes/class-freemius.php:20906
    424427msgid "seems like the key you entered doesn't match our records."
    425428msgstr ""
    426429
    427 #: includes/class-freemius.php:20881
     430#: includes/class-freemius.php:20930
    428431msgid "Debug mode was successfully enabled and will be automatically disabled in 60 min. You can also disable it earlier by clicking the \"Stop Debug\" link."
    429432msgstr ""
    430433
    431 #: includes/class-freemius.php:21116
     434#: includes/class-freemius.php:21165
    432435msgid "Your %s Add-on plan was successfully upgraded."
    433436msgstr ""
    434437
    435 #: includes/class-freemius.php:21118
     438#. translators: %s:product name, e.g. Facebook add-on was successfully...
     439#: includes/class-freemius.php:21167
    436440msgid "%s Add-on was successfully purchased."
    437441msgstr ""
    438442
    439 #: includes/class-freemius.php:21121
     443#: includes/class-freemius.php:21170
    440444msgid "Download the latest version"
    441445msgstr ""
    442446
    443 #: includes/class-freemius.php:21239
     447#: includes/class-freemius.php:21288
    444448msgid "It seems like one of the authentication parameters is wrong. Update your Public Key, Secret Key & User ID, and try again."
    445449msgstr ""
    446450
    447 #: includes/class-freemius.php:21239, includes/class-freemius.php:21636, includes/class-freemius.php:21737, includes/class-freemius.php:21824
     451#: includes/class-freemius.php:21288, includes/class-freemius.php:21685, includes/class-freemius.php:21786, includes/class-freemius.php:21873
    448452msgid "Error received from the server:"
    449453msgstr ""
    450454
    451 #: includes/class-freemius.php:21470, includes/class-freemius.php:21742, includes/class-freemius.php:21795, includes/class-freemius.php:21902
     455#: includes/class-freemius.php:21519, includes/class-freemius.php:21791, includes/class-freemius.php:21844, includes/class-freemius.php:21951
    452456msgctxt "something somebody says when they are thinking about what you have just said."
    453457msgid "Hmm"
    454458msgstr ""
    455459
    456 #: includes/class-freemius.php:21483
     460#: includes/class-freemius.php:21532
    457461msgid "It looks like you are still on the %s plan. If you did upgrade or change your plan, it's probably an issue on our side - sorry."
    458462msgstr ""
    459463
    460 #: includes/class-freemius.php:21484, templates/account.php:136, templates/add-ons.php:250, templates/account/partials/addon.php:51
     464#: includes/class-freemius.php:21533, templates/account.php:132, templates/add-ons.php:250, templates/account/partials/addon.php:51
    461465msgctxt "trial period"
    462466msgid "Trial"
    463467msgstr ""
    464468
    465 #: includes/class-freemius.php:21489
     469#: includes/class-freemius.php:21538
    466470msgid "I have upgraded my account but when I try to Sync the License, the plan remains %s."
    467471msgstr ""
    468472
    469 #: includes/class-freemius.php:21493, includes/class-freemius.php:21545
     473#: includes/class-freemius.php:21542, includes/class-freemius.php:21594
    470474msgid "Please contact us here"
    471475msgstr ""
    472476
    473 #: includes/class-freemius.php:21515
     477#: includes/class-freemius.php:21564
    474478msgid "Your plan was successfully changed to %s."
    475479msgstr ""
    476480
    477 #: includes/class-freemius.php:21531
     481#: includes/class-freemius.php:21580
    478482msgid "Your license has expired. You can still continue using the free %s forever."
    479483msgstr ""
    480484
    481 #: includes/class-freemius.php:21533
     485#. translators: %1$s: product title; %2$s, %3$s: wrapping HTML anchor element; %4$s: 'plugin', 'theme', or 'add-on'.
     486#: includes/class-freemius.php:21582
    482487msgid "Your license has expired. %1$sUpgrade now%2$s to continue using the %3$s without interruptions."
    483488msgstr ""
    484489
    485 #: includes/class-freemius.php:21541
     490#: includes/class-freemius.php:21590
    486491msgid "Your license has been cancelled. If you think it's a mistake, please contact support."
    487492msgstr ""
    488493
    489 #: includes/class-freemius.php:21554
     494#: includes/class-freemius.php:21603
    490495msgid "Your license has expired. You can still continue using all the %s features, but you'll need to renew your license to continue getting updates and support."
    491496msgstr ""
    492497
    493 #: includes/class-freemius.php:21580
     498#: includes/class-freemius.php:21629
    494499msgid "Your free trial has expired. You can still continue using all our free features."
    495500msgstr ""
    496501
    497 #: includes/class-freemius.php:21582
     502#. translators: %1$s: product title; %2$s, %3$s: wrapping HTML anchor element; %4$s: 'plugin', 'theme', or 'add-on'.
     503#: includes/class-freemius.php:21631
    498504msgid "Your free trial has expired. %1$sUpgrade now%2$s to continue using the %3$s without interruptions."
    499505msgstr ""
    500506
    501 #: includes/class-freemius.php:21628
     507#: includes/class-freemius.php:21677
    502508msgid "Your server is blocking the access to Freemius' API, which is crucial for %1$s synchronization. Please contact your host to whitelist the following domains:%2$s"
    503509msgstr ""
    504510
    505 #: includes/class-freemius.php:21630
     511#: includes/class-freemius.php:21679
    506512msgid "Show error details"
    507513msgstr ""
    508514
    509 #: includes/class-freemius.php:21733
     515#: includes/class-freemius.php:21782
    510516msgid "It looks like the license could not be activated."
    511517msgstr ""
    512518
    513 #: includes/class-freemius.php:21775
     519#: includes/class-freemius.php:21824
    514520msgid "Your license was successfully activated."
    515521msgstr ""
    516522
    517 #: includes/class-freemius.php:21799
     523#: includes/class-freemius.php:21848
    518524msgid "It looks like your site currently doesn't have an active license."
    519525msgstr ""
    520526
    521 #: includes/class-freemius.php:21823
     527#: includes/class-freemius.php:21872
    522528msgid "It looks like the license deactivation failed."
    523529msgstr ""
    524530
    525 #: includes/class-freemius.php:21852
     531#: includes/class-freemius.php:21901
    526532msgid "Your %s license was successfully deactivated."
    527533msgstr ""
    528534
    529 #: includes/class-freemius.php:21853
     535#: includes/class-freemius.php:21902
    530536msgid "Your license was successfully deactivated, you are back to the %s plan."
    531537msgstr ""
    532538
    533 #: includes/class-freemius.php:21856
     539#: includes/class-freemius.php:21905
    534540msgid "O.K"
    535541msgstr ""
    536542
    537 #: includes/class-freemius.php:21909
     543#: includes/class-freemius.php:21958
    538544msgid "Seems like we are having some temporary issue with your subscription cancellation. Please try again in few minutes."
    539545msgstr ""
    540546
    541 #: includes/class-freemius.php:21918
     547#: includes/class-freemius.php:21967
    542548msgid "Your subscription was successfully cancelled. Your %s plan license will expire in %s."
    543549msgstr ""
    544550
    545 #: includes/class-freemius.php:21960
     551#: includes/class-freemius.php:22009
    546552msgid "You are already running the %s in a trial mode."
    547553msgstr ""
    548554
    549 #: includes/class-freemius.php:21971
     555#: includes/class-freemius.php:22020
    550556msgid "You already utilized a trial before."
    551557msgstr ""
    552558
    553 #: includes/class-freemius.php:21985
     559#: includes/class-freemius.php:22056
     560msgid "None of the %s's plans supports a trial period."
     561msgstr ""
     562
     563#: includes/class-freemius.php:22034
    554564msgid "Plan %s do not exist, therefore, can't start a trial."
    555565msgstr ""
    556566
    557 #: includes/class-freemius.php:21996
     567#: includes/class-freemius.php:22045
    558568msgid "Plan %s does not support a trial period."
    559569msgstr ""
    560570
    561 #: includes/class-freemius.php:22007
    562 msgid "None of the %s's plans supports a trial period."
    563 msgstr ""
    564 
    565 #: includes/class-freemius.php:22056
     571#: includes/class-freemius.php:22105
    566572msgid "It looks like you are not in trial mode anymore so there's nothing to cancel :)"
    567573msgstr ""
    568574
    569 #: includes/class-freemius.php:22092
     575#: includes/class-freemius.php:22141
    570576msgid "Seems like we are having some temporary issue with your trial cancellation. Please try again in few minutes."
    571577msgstr ""
    572578
    573 #: includes/class-freemius.php:22111
     579#: includes/class-freemius.php:22160
    574580msgid "Your %s free trial was successfully cancelled."
    575581msgstr ""
    576582
    577 #: includes/class-freemius.php:22438
     583#: includes/class-freemius.php:22504
     584msgid "Seems like you got the latest release."
     585msgstr ""
     586
     587#: includes/class-freemius.php:22505
     588msgid "You are all good!"
     589msgstr ""
     590
     591#: includes/class-freemius.php:22487
    578592msgid "Version %s was released."
    579593msgstr ""
    580594
    581 #: includes/class-freemius.php:22438
     595#: includes/class-freemius.php:22487
    582596msgid "Please download %s."
    583597msgstr ""
    584598
    585 #: includes/class-freemius.php:22445
     599#: includes/class-freemius.php:22494
    586600msgid "the latest %s version here"
    587601msgstr ""
    588602
    589 #: includes/class-freemius.php:22450
     603#: includes/class-freemius.php:22499
    590604msgid "New"
    591605msgstr ""
    592606
    593 #: includes/class-freemius.php:22455
    594 msgid "Seems like you got the latest release."
    595 msgstr ""
    596 
    597 #: includes/class-freemius.php:22456
    598 msgid "You are all good!"
    599 msgstr ""
    600 
    601 #: includes/class-freemius.php:22859
     607#: includes/class-freemius.php:22908
    602608msgid "Verification mail was just sent to %s. If you can't find it after 5 min, please check your spam box."
    603609msgstr ""
    604610
    605 #: includes/class-freemius.php:22999
     611#: includes/class-freemius.php:23048
    606612msgid "Site successfully opted in."
    607613msgstr ""
    608614
    609 #: includes/class-freemius.php:23000, includes/class-freemius.php:24049
     615#: includes/class-freemius.php:23049, includes/class-freemius.php:24109
    610616msgid "Awesome"
    611617msgstr ""
    612618
    613 #: includes/class-freemius.php:23016
     619#: includes/class-freemius.php:23075
     620msgid "Diagnostic data will no longer be sent from %s to %s."
     621msgstr ""
     622
     623#: includes/class-freemius.php:23065
    614624msgid "Sharing diagnostic data with %s helps to provide functionality that's more relevant to your website, avoid WordPress or PHP version incompatibilities that can break your website, and recognize which languages & regions the plugin should be translated and tailored to."
    615625msgstr ""
    616626
    617 #: includes/class-freemius.php:23017
     627#: includes/class-freemius.php:23066
    618628msgid "Thank you!"
    619629msgstr ""
    620630
    621 #: includes/class-freemius.php:23026
    622 msgid "Diagnostic data will no longer be sent from %s to %s."
    623 msgstr ""
    624 
    625 #: includes/class-freemius.php:23181
     631#: includes/class-freemius.php:23235
     632msgid "A confirmation email was just sent to %s. You must confirm the update within the next 4 hours. If you cannot find the email, please check your spam folder."
     633msgstr ""
     634
     635#: includes/class-freemius.php:23233
    626636msgid "A confirmation email was just sent to %s. The email owner must confirm the update within the next 4 hours."
    627637msgstr ""
    628638
    629 #: includes/class-freemius.php:23183
    630 msgid "A confirmation email was just sent to %s. You must confirm the update within the next 4 hours. If you cannot find the email, please check your spam folder."
    631 msgstr ""
    632 
    633 #: includes/class-freemius.php:23190
     639#: includes/class-freemius.php:23247
    634640msgid "Thanks for confirming the ownership change. An email was just sent to %s for final approval."
    635641msgstr ""
    636642
    637 #: includes/class-freemius.php:23195
     643#: includes/class-freemius.php:23253
    638644msgid "%s is the new owner of the account."
    639645msgstr ""
    640646
    641 #: includes/class-freemius.php:23197
     647#: includes/class-freemius.php:23255
    642648msgctxt "as congratulations"
    643649msgid "Congrats"
    644650msgstr ""
    645651
    646 #: includes/class-freemius.php:23214
     652#: includes/class-freemius.php:23277
     653msgid "Your name was successfully updated."
     654msgstr ""
     655
     656#: includes/class-freemius.php:23272
    647657msgid "Please provide your full name."
    648658msgstr ""
    649659
    650 #: includes/class-freemius.php:23219
    651 msgid "Your name was successfully updated."
    652 msgstr ""
    653 
    654 #: includes/class-freemius.php:23280
     660#. translators: %s: User's account property (e.g. email address, name)
     661#: includes/class-freemius.php:23342
    655662msgid "You have successfully updated your %s."
    656663msgstr ""
    657664
    658 #: includes/class-freemius.php:23339
     665#: includes/class-freemius.php:23406
    659666msgid "Is this your client's site? %s if you wish to hide sensitive info like your email, license key, prices, billing address & invoices from the WP Admin."
    660667msgstr ""
    661668
    662 #: includes/class-freemius.php:23342
     669#: includes/class-freemius.php:23409
    663670msgid "Click here"
    664671msgstr ""
    665672
    666 #: includes/class-freemius.php:23379, includes/class-freemius.php:23376
     673#: includes/class-freemius.php:23446
    667674msgid "Bundle"
    668675msgstr ""
    669676
    670 #: includes/class-freemius.php:23459
     677#: includes/class-freemius.php:23519
    671678msgid "Just letting you know that the add-ons information of %s is being pulled from an external server."
    672679msgstr ""
    673680
    674 #: includes/class-freemius.php:23460
     681#: includes/class-freemius.php:23520
    675682msgctxt "advance notice of something that will need attention."
    676683msgid "Heads up"
    677684msgstr ""
    678685
    679 #: includes/class-freemius.php:24089
     686#: includes/class-freemius.php:24149
    680687msgctxt "exclamation"
    681688msgid "Hey"
    682689msgstr ""
    683690
    684 #: includes/class-freemius.php:24089
     691#: includes/class-freemius.php:24149
    685692msgid "How do you like %s so far? Test all our %s premium features with a %d-day free trial."
    686693msgstr ""
    687694
    688 #: includes/class-freemius.php:24097
     695#: includes/class-freemius.php:24157
    689696msgid "No commitment for %s days - cancel anytime!"
    690697msgstr ""
    691698
    692 #: includes/class-freemius.php:24098
     699#: includes/class-freemius.php:24158
    693700msgid "No credit card required"
    694701msgstr ""
    695702
    696 #: includes/class-freemius.php:24105, templates/forms/trial-start.php:53
     703#: includes/class-freemius.php:24165, templates/forms/trial-start.php:53
    697704msgctxt "call to action"
    698705msgid "Start free trial"
    699706msgstr ""
    700707
    701 #: includes/class-freemius.php:24182
     708#: includes/class-freemius.php:24242
    702709msgid "Hey there, did you know that %s has an affiliate program? If you like the %s you can become our ambassador and earn some cash!"
    703710msgstr ""
    704711
    705 #: includes/class-freemius.php:24191
     712#: includes/class-freemius.php:24251
    706713msgid "Learn more"
    707714msgstr ""
    708715
    709 #: includes/class-freemius.php:24377, templates/account.php:573, templates/account.php:725, templates/connect.php:221, templates/connect.php:447, includes/managers/class-fs-clone-manager.php:1295, templates/forms/license-activation.php:27, templates/account/partials/addon.php:326
     716#: includes/class-freemius.php:24437, templates/account.php:569, templates/account.php:721, templates/connect.php:212, templates/connect.php:440, includes/managers/class-fs-clone-manager.php:1295, templates/forms/license-activation.php:27, templates/account/partials/addon.php:326
    710717msgid "Activate License"
    711718msgstr ""
    712719
    713 #: includes/class-freemius.php:24378, templates/account.php:667, templates/account.php:724, templates/account/partials/addon.php:327, templates/account/partials/site.php:273
     720#: includes/class-freemius.php:24438, templates/account.php:663, templates/account.php:720, templates/account/partials/addon.php:327, templates/account/partials/site.php:273
    714721msgid "Change License"
    715722msgstr ""
    716723
    717 #: includes/class-freemius.php:24485, templates/account/partials/site.php:170
     724#: includes/class-freemius.php:24553, includes/class-freemius.php:24547, templates/account/partials/site.php:49, templates/account/partials/site.php:170
     725msgid "Opt In"
     726msgstr ""
     727
     728#: includes/class-freemius.php:24545, templates/account/partials/site.php:170
    718729msgid "Opt Out"
    719730msgstr ""
    720731
    721 #: includes/class-freemius.php:24487, includes/class-freemius.php:24493, templates/account/partials/site.php:49, templates/account/partials/site.php:170
    722 msgid "Opt In"
    723 msgstr ""
    724 
    725 #: includes/class-freemius.php:24728
     732#: includes/class-freemius.php:24811
     733msgid "Please follow these steps to complete the upgrade"
     734msgstr ""
     735
     736#. translators: %s: Plan title
     737#: includes/class-freemius.php:24815
     738msgid "Download the latest %s version"
     739msgstr ""
     740
     741#: includes/class-freemius.php:24819
     742msgid "Upload and activate the downloaded version"
     743msgstr ""
     744
     745#: includes/class-freemius.php:24821
     746msgid "How to upload and activate?"
     747msgstr ""
     748
     749#: includes/class-freemius.php:24788
    726750msgid " The paid version of %1$s is already installed. Please activate it to start benefiting the %2$s features. %3$s"
    727751msgstr ""
    728752
    729 #: includes/class-freemius.php:24738
     753#: includes/class-freemius.php:24798
    730754msgid "Activate %s features"
    731755msgstr ""
    732756
    733 #: includes/class-freemius.php:24751
    734 msgid "Please follow these steps to complete the upgrade"
    735 msgstr ""
    736 
    737 #: includes/class-freemius.php:24755
    738 msgid "Download the latest %s version"
    739 msgstr ""
    740 
    741 #: includes/class-freemius.php:24759
    742 msgid "Upload and activate the downloaded version"
    743 msgstr ""
    744 
    745 #: includes/class-freemius.php:24761
    746 msgid "How to upload and activate?"
    747 msgstr ""
    748 
    749 #: includes/class-freemius.php:24796
     757#: includes/class-freemius.php:24856
    750758msgid "Your plan was successfully upgraded."
    751759msgstr ""
    752760
    753 #: includes/class-freemius.php:24797
     761#: includes/class-freemius.php:24857
    754762msgid "Your plan was successfully activated."
    755763msgstr ""
    756764
    757 #: includes/class-freemius.php:24927
     765#: includes/class-freemius.php:24987
    758766msgid "%sClick here%s to choose the sites where you'd like to activate the license on."
    759767msgstr ""
    760768
    761 #: includes/class-freemius.php:25096
     769#: includes/class-freemius.php:25156
    762770msgid "Auto installation only works for opted-in users."
    763771msgstr ""
    764772
    765 #: includes/class-freemius.php:25106, includes/class-freemius.php:25139, includes/class-fs-plugin-updater.php:1294, includes/class-fs-plugin-updater.php:1308
     773#: includes/class-freemius.php:25166, includes/class-freemius.php:25199, includes/class-fs-plugin-updater.php:1289, includes/class-fs-plugin-updater.php:1303
    766774msgid "Invalid module ID."
    767775msgstr ""
    768776
    769 #: includes/class-freemius.php:25115, includes/class-fs-plugin-updater.php:1330
     777#: includes/class-freemius.php:25207, includes/class-fs-plugin-updater.php:1324
     778msgid "Premium add-on version already installed."
     779msgstr ""
     780
     781#: includes/class-freemius.php:25175, includes/class-fs-plugin-updater.php:1325
    770782msgid "Premium version already active."
    771783msgstr ""
    772784
    773 #: includes/class-freemius.php:25122
     785#: includes/class-freemius.php:25182
    774786msgid "You do not have a valid license to access the premium version."
    775787msgstr ""
    776788
    777 #: includes/class-freemius.php:25129
     789#: includes/class-freemius.php:25189
    778790msgid "Plugin is a \"Serviceware\" which means it does not have a premium code version."
    779791msgstr ""
    780792
    781 #: includes/class-freemius.php:25147, includes/class-fs-plugin-updater.php:1329
    782 msgid "Premium add-on version already installed."
    783 msgstr ""
    784 
    785 #: includes/class-freemius.php:25501
     793#: includes/class-freemius.php:25567
    786794msgid "View paid features"
    787795msgstr ""
    788796
    789 #: includes/class-freemius.php:25805
     797#: includes/class-freemius.php:25882
     798msgid "Thank you so much for using our products!"
     799msgstr ""
     800
     801#: includes/class-freemius.php:25883
     802msgid "You've already opted-in to our usage-tracking, which helps us keep improving them."
     803msgstr ""
     804
     805#: includes/class-freemius.php:25902
     806msgid "%s and its add-ons"
     807msgstr ""
     808
     809#: includes/class-freemius.php:25911
     810msgid "Products"
     811msgstr ""
     812
     813#: includes/class-freemius.php:25871
    790814msgid "Thank you so much for using %s and its add-ons!"
    791815msgstr ""
    792816
    793 #: includes/class-freemius.php:25806
     817#: includes/class-freemius.php:25872
    794818msgid "Thank you so much for using %s!"
    795819msgstr ""
    796820
    797 #: includes/class-freemius.php:25812
     821#: includes/class-freemius.php:25878
    798822msgid "You've already opted-in to our usage-tracking, which helps us keep improving the %s."
    799823msgstr ""
    800824
    801 #: includes/class-freemius.php:25816
    802 msgid "Thank you so much for using our products!"
    803 msgstr ""
    804 
    805 #: includes/class-freemius.php:25817
    806 msgid "You've already opted-in to our usage-tracking, which helps us keep improving them."
    807 msgstr ""
    808 
    809 #: includes/class-freemius.php:25836
    810 msgid "%s and its add-ons"
    811 msgstr ""
    812 
    813 #: includes/class-freemius.php:25845
    814 msgid "Products"
    815 msgstr ""
    816 
    817 #: includes/class-freemius.php:25852, templates/connect.php:322
     825#: includes/class-freemius.php:25918, templates/connect.php:313
    818826msgid "Yes"
    819827msgstr ""
    820828
    821 #: includes/class-freemius.php:25853, templates/connect.php:323
     829#: includes/class-freemius.php:25919, templates/connect.php:314
    822830msgid "send me security & feature updates, educational content and offers."
    823831msgstr ""
    824832
    825 #: includes/class-freemius.php:25854, templates/connect.php:328
     833#: includes/class-freemius.php:25920, templates/connect.php:319
    826834msgid "No"
    827835msgstr ""
    828836
    829 #: includes/class-freemius.php:25856, templates/connect.php:330
     837#: includes/class-freemius.php:25922, templates/connect.php:321
    830838msgid "do %sNOT%s send me security & feature updates, educational content and offers."
    831839msgstr ""
    832840
    833 #: includes/class-freemius.php:25866
     841#: includes/class-freemius.php:25932
    834842msgid "Due to the new %sEU General Data Protection Regulation (GDPR)%s compliance requirements it is required that you provide your explicit consent, again, confirming that you are onboard :-)"
    835843msgstr ""
    836844
    837 #: includes/class-freemius.php:25868, templates/connect.php:337
     845#: includes/class-freemius.php:25934, templates/connect.php:328
    838846msgid "Please let us know if you'd like us to contact you for security & feature updates, educational content, and occasional offers:"
    839847msgstr ""
    840848
    841 #: includes/class-freemius.php:26158
     849#: includes/class-freemius.php:26224
    842850msgid "License key is empty."
    843851msgstr ""
     
    851859msgstr ""
    852860
    853 #: includes/class-fs-plugin-updater.php:335, includes/class-fs-plugin-updater.php:368
     861#: includes/class-fs-plugin-updater.php:368, includes/class-fs-plugin-updater.php:335
    854862msgid "There is a %s of %s available."
    855863msgstr ""
    856864
    857 #: includes/class-fs-plugin-updater.php:337, includes/class-fs-plugin-updater.php:373
     865#: includes/class-fs-plugin-updater.php:373, includes/class-fs-plugin-updater.php:337
    858866msgid "new Beta version"
    859867msgstr ""
    860868
    861 #: includes/class-fs-plugin-updater.php:338, includes/class-fs-plugin-updater.php:374
     869#: includes/class-fs-plugin-updater.php:374, includes/class-fs-plugin-updater.php:338
    862870msgid "new version"
    863871msgstr ""
     
    867875msgstr ""
    868876
    869 #: includes/class-fs-plugin-updater.php:1359
     877#: includes/class-fs-plugin-updater.php:1354
    870878msgid "Installing plugin: %s"
    871879msgstr ""
    872880
    873 #: includes/class-fs-plugin-updater.php:1400
     881#: includes/class-fs-plugin-updater.php:1395
    874882msgid "Unable to connect to the filesystem. Please confirm your credentials."
    875883msgstr ""
    876884
    877 #: includes/class-fs-plugin-updater.php:1582
     885#: includes/class-fs-plugin-updater.php:1577
    878886msgid "The remote plugin package does not contain a folder with the desired slug and renaming did not work."
    879887msgstr ""
     
    888896msgstr ""
    889897
     898#. translators: %s: N-days trial
    890899#: includes/fs-plugin-info-dialog.php:547
    891900msgid "Start my free %s"
    892901msgstr ""
    893902
     903#: includes/fs-plugin-info-dialog.php:755
     904msgid "Install Free Version Now"
     905msgstr ""
     906
     907#: includes/fs-plugin-info-dialog.php:756, templates/add-ons.php:323, templates/auto-installation.php:111, templates/account/partials/addon.php:423, templates/account/partials/addon.php:370
     908msgid "Install Now"
     909msgstr ""
     910
    894911#: includes/fs-plugin-info-dialog.php:745
    895912msgid "Install Free Version Update Now"
    896913msgstr ""
    897914
    898 #: includes/fs-plugin-info-dialog.php:746, templates/account.php:656
     915#: includes/fs-plugin-info-dialog.php:746, templates/account.php:652
    899916msgid "Install Update Now"
    900 msgstr ""
    901 
    902 #: includes/fs-plugin-info-dialog.php:755
    903 msgid "Install Free Version Now"
    904 msgstr ""
    905 
    906 #: includes/fs-plugin-info-dialog.php:756, templates/add-ons.php:323, templates/auto-installation.php:111, templates/account/partials/addon.php:370, templates/account/partials/addon.php:423
    907 msgid "Install Now"
    908917msgstr ""
    909918
     
    913922msgstr ""
    914923
    915 #: includes/fs-plugin-info-dialog.php:773, templates/account.php:114, templates/add-ons.php:37, templates/account/partials/addon.php:30
     924#: includes/fs-plugin-info-dialog.php:773, templates/account.php:110, templates/add-ons.php:37, templates/account/partials/addon.php:30
    916925msgctxt "as download latest version"
    917926msgid "Download Latest"
    918927msgstr ""
    919928
    920 #: includes/fs-plugin-info-dialog.php:788, templates/add-ons.php:329, templates/account/partials/addon.php:361, templates/account/partials/addon.php:417
     929#: includes/fs-plugin-info-dialog.php:788, templates/add-ons.php:329, templates/account/partials/addon.php:417, templates/account/partials/addon.php:361
    921930msgid "Activate this add-on"
    922931msgstr ""
    923932
    924 #: includes/fs-plugin-info-dialog.php:790, templates/connect.php:444
     933#: includes/fs-plugin-info-dialog.php:790, templates/connect.php:437
    925934msgid "Activate Free Version"
    926935msgstr ""
    927936
    928 #: includes/fs-plugin-info-dialog.php:791, templates/account.php:138, templates/add-ons.php:330, templates/account/partials/addon.php:53
     937#: includes/fs-plugin-info-dialog.php:791, templates/account.php:134, templates/add-ons.php:330, templates/account/partials/addon.php:53
    929938msgid "Activate"
     939msgstr ""
     940
     941#: includes/fs-plugin-info-dialog.php:999
     942msgctxt "Plugin installer section title"
     943msgid "Description"
     944msgstr ""
     945
     946#: includes/fs-plugin-info-dialog.php:1000
     947msgctxt "Plugin installer section title"
     948msgid "Installation"
     949msgstr ""
     950
     951#: includes/fs-plugin-info-dialog.php:1001
     952msgctxt "Plugin installer section title"
     953msgid "FAQ"
     954msgstr ""
     955
     956#: includes/fs-plugin-info-dialog.php:1002, templates/plugin-info/description.php:55
     957msgid "Screenshots"
    930958msgstr ""
    931959
    932960#: includes/fs-plugin-info-dialog.php:1003
    933961msgctxt "Plugin installer section title"
    934 msgid "Description"
     962msgid "Changelog"
    935963msgstr ""
    936964
    937965#: includes/fs-plugin-info-dialog.php:1004
    938966msgctxt "Plugin installer section title"
    939 msgid "Installation"
     967msgid "Reviews"
    940968msgstr ""
    941969
    942970#: includes/fs-plugin-info-dialog.php:1005
    943971msgctxt "Plugin installer section title"
    944 msgid "FAQ"
    945 msgstr ""
    946 
    947 #: includes/fs-plugin-info-dialog.php:1006, templates/plugin-info/description.php:55
    948 msgid "Screenshots"
    949 msgstr ""
    950 
    951 #: includes/fs-plugin-info-dialog.php:1007
    952 msgctxt "Plugin installer section title"
    953 msgid "Changelog"
    954 msgstr ""
    955 
    956 #: includes/fs-plugin-info-dialog.php:1008
    957 msgctxt "Plugin installer section title"
    958 msgid "Reviews"
    959 msgstr ""
    960 
    961 #: includes/fs-plugin-info-dialog.php:1009
    962 msgctxt "Plugin installer section title"
    963972msgid "Other Notes"
    964973msgstr ""
    965974
    966 #: includes/fs-plugin-info-dialog.php:1024
     975#: includes/fs-plugin-info-dialog.php:1020
    967976msgctxt "Plugin installer section title"
    968977msgid "Features & Pricing"
    969978msgstr ""
    970979
    971 #: includes/fs-plugin-info-dialog.php:1034
     980#: includes/fs-plugin-info-dialog.php:1030
    972981msgid "Plugin Install"
    973982msgstr ""
    974983
    975 #: includes/fs-plugin-info-dialog.php:1106
     984#: includes/fs-plugin-info-dialog.php:1102
    976985msgctxt "e.g. Professional Plan"
    977986msgid "%s Plan"
    978987msgstr ""
    979988
    980 #: includes/fs-plugin-info-dialog.php:1132
     989#: includes/fs-plugin-info-dialog.php:1128
    981990msgctxt "e.g. the best product"
    982991msgid "Best"
    983992msgstr ""
    984993
    985 #: includes/fs-plugin-info-dialog.php:1138, includes/fs-plugin-info-dialog.php:1158
     994#: includes/fs-plugin-info-dialog.php:1134, includes/fs-plugin-info-dialog.php:1154
    986995msgctxt "as every month"
    987996msgid "Monthly"
    988997msgstr ""
    989998
    990 #: includes/fs-plugin-info-dialog.php:1141
     999#: includes/fs-plugin-info-dialog.php:1137
    9911000msgctxt "as once a year"
    9921001msgid "Annual"
    9931002msgstr ""
    9941003
    995 #: includes/fs-plugin-info-dialog.php:1144
     1004#: includes/fs-plugin-info-dialog.php:1140
    9961005msgid "Lifetime"
    9971006msgstr ""
    9981007
    999 #: includes/fs-plugin-info-dialog.php:1158, includes/fs-plugin-info-dialog.php:1160, includes/fs-plugin-info-dialog.php:1162
     1008#: includes/fs-plugin-info-dialog.php:1154, includes/fs-plugin-info-dialog.php:1156, includes/fs-plugin-info-dialog.php:1158
    10001009msgctxt "e.g. billed monthly"
    10011010msgid "Billed %s"
    10021011msgstr ""
    10031012
    1004 #: includes/fs-plugin-info-dialog.php:1160
     1013#: includes/fs-plugin-info-dialog.php:1156
    10051014msgctxt "as once a year"
    10061015msgid "Annually"
    10071016msgstr ""
    10081017
    1009 #: includes/fs-plugin-info-dialog.php:1162
     1018#: includes/fs-plugin-info-dialog.php:1158
    10101019msgctxt "as once a year"
    10111020msgid "Once"
    10121021msgstr ""
    10131022
     1023#: includes/fs-plugin-info-dialog.php:1164
     1024msgid "Single Site License"
     1025msgstr ""
     1026
     1027#: includes/fs-plugin-info-dialog.php:1166
     1028msgid "Unlimited Licenses"
     1029msgstr ""
     1030
    10141031#: includes/fs-plugin-info-dialog.php:1168
    1015 msgid "Single Site License"
    1016 msgstr ""
    1017 
    1018 #: includes/fs-plugin-info-dialog.php:1170
    1019 msgid "Unlimited Licenses"
    1020 msgstr ""
    1021 
    1022 #: includes/fs-plugin-info-dialog.php:1172
    10231032msgid "Up to %s Sites"
    10241033msgstr ""
    10251034
    1026 #: includes/fs-plugin-info-dialog.php:1182, templates/plugin-info/features.php:82
     1035#: includes/fs-plugin-info-dialog.php:1178, templates/plugin-info/features.php:82
    10271036msgctxt "as monthly period"
    10281037msgid "mo"
    10291038msgstr ""
    10301039
    1031 #: includes/fs-plugin-info-dialog.php:1189, templates/plugin-info/features.php:80
     1040#: includes/fs-plugin-info-dialog.php:1185, templates/plugin-info/features.php:80
    10321041msgctxt "as annual period"
    10331042msgid "year"
    10341043msgstr ""
    10351044
    1036 #: includes/fs-plugin-info-dialog.php:1243
     1045#: includes/fs-plugin-info-dialog.php:1239
    10371046msgctxt "noun"
    10381047msgid "Price"
    10391048msgstr ""
    10401049
    1041 #: includes/fs-plugin-info-dialog.php:1291
     1050#. translators: %s: Discount (e.g. discount of $5 or 10%)
     1051#: includes/fs-plugin-info-dialog.php:1287
    10421052msgid "Save %s"
    10431053msgstr ""
    10441054
    1045 #: includes/fs-plugin-info-dialog.php:1301
     1055#: includes/fs-plugin-info-dialog.php:1297
    10461056msgid "No commitment for %s - cancel anytime"
    10471057msgstr ""
    10481058
    1049 #: includes/fs-plugin-info-dialog.php:1304
     1059#: includes/fs-plugin-info-dialog.php:1300
    10501060msgid "After your free %s, pay as little as %s"
    10511061msgstr ""
    10521062
    1053 #: includes/fs-plugin-info-dialog.php:1315
     1063#: includes/fs-plugin-info-dialog.php:1311
    10541064msgid "Details"
    10551065msgstr ""
    10561066
    1057 #: includes/fs-plugin-info-dialog.php:1319, templates/account.php:125, templates/debug.php:232, templates/debug.php:269, templates/debug.php:518, templates/account/partials/addon.php:41
     1067#: includes/fs-plugin-info-dialog.php:1315, templates/account.php:121, templates/debug.php:232, templates/debug.php:269, templates/debug.php:518, templates/account/partials/addon.php:41
    10581068msgctxt "product version"
    10591069msgid "Version"
    10601070msgstr ""
    10611071
    1062 #: includes/fs-plugin-info-dialog.php:1326
     1072#: includes/fs-plugin-info-dialog.php:1322
    10631073msgctxt "as the plugin author"
    10641074msgid "Author"
    10651075msgstr ""
    10661076
    1067 #: includes/fs-plugin-info-dialog.php:1333
     1077#: includes/fs-plugin-info-dialog.php:1329
    10681078msgid "Last Updated"
    10691079msgstr ""
    10701080
    1071 #: includes/fs-plugin-info-dialog.php:1338, templates/account.php:544
     1081#. translators: %s: time period (e.g. "2 hours" ago)
     1082#: includes/fs-plugin-info-dialog.php:1334, templates/account.php:540
    10721083msgctxt "x-ago"
    10731084msgid "%s ago"
    10741085msgstr ""
    10751086
    1076 #: includes/fs-plugin-info-dialog.php:1347
     1087#: includes/fs-plugin-info-dialog.php:1343
    10771088msgid "Requires WordPress Version"
    10781089msgstr ""
    10791090
    1080 #: includes/fs-plugin-info-dialog.php:1350, includes/fs-plugin-info-dialog.php:1370
     1091#. translators: %s: Version number.
     1092#: includes/fs-plugin-info-dialog.php:1346, includes/fs-plugin-info-dialog.php:1366
    10811093msgid "%s or higher"
    10821094msgstr ""
    10831095
    1084 #: includes/fs-plugin-info-dialog.php:1358
     1096#: includes/fs-plugin-info-dialog.php:1354
    10851097msgid "Compatible up to"
    10861098msgstr ""
    10871099
    1088 #: includes/fs-plugin-info-dialog.php:1366
     1100#: includes/fs-plugin-info-dialog.php:1362
    10891101msgid "Requires PHP Version"
    10901102msgstr ""
    10911103
     1104#: includes/fs-plugin-info-dialog.php:1375
     1105msgid "Downloaded"
     1106msgstr ""
     1107
     1108#. translators: %s: 1 or One (Number of times downloaded)
    10921109#: includes/fs-plugin-info-dialog.php:1379
    1093 msgid "Downloaded"
    1094 msgstr ""
    1095 
    1096 #: includes/fs-plugin-info-dialog.php:1383
    10971110msgid "%s time"
    10981111msgstr ""
    10991112
    1100 #: includes/fs-plugin-info-dialog.php:1385
     1113#. translators: %s: Number of times downloaded
     1114#: includes/fs-plugin-info-dialog.php:1381
    11011115msgid "%s times"
    11021116msgstr ""
    11031117
    1104 #: includes/fs-plugin-info-dialog.php:1396
     1118#: includes/fs-plugin-info-dialog.php:1392
    11051119msgid "WordPress.org Plugin Page"
    11061120msgstr ""
    11071121
    1108 #: includes/fs-plugin-info-dialog.php:1405
     1122#: includes/fs-plugin-info-dialog.php:1401
    11091123msgid "Plugin Homepage"
    11101124msgstr ""
    11111125
    1112 #: includes/fs-plugin-info-dialog.php:1414, includes/fs-plugin-info-dialog.php:1498
     1126#: includes/fs-plugin-info-dialog.php:1410, includes/fs-plugin-info-dialog.php:1494
    11131127msgid "Donate to this plugin"
    11141128msgstr ""
    11151129
    1116 #: includes/fs-plugin-info-dialog.php:1421
     1130#: includes/fs-plugin-info-dialog.php:1417
    11171131msgid "Average Rating"
    11181132msgstr ""
    11191133
     1134#: includes/fs-plugin-info-dialog.php:1424
     1135msgid "based on %s"
     1136msgstr ""
     1137
     1138#. translators: %s: 1 or One
    11201139#: includes/fs-plugin-info-dialog.php:1428
    1121 msgid "based on %s"
    1122 msgstr ""
    1123 
    1124 #: includes/fs-plugin-info-dialog.php:1432
    11251140msgid "%s rating"
    11261141msgstr ""
    11271142
    1128 #: includes/fs-plugin-info-dialog.php:1434
     1143#. translators: %s: Number larger than 1
     1144#: includes/fs-plugin-info-dialog.php:1430
    11291145msgid "%s ratings"
    11301146msgstr ""
    11311147
    1132 #: includes/fs-plugin-info-dialog.php:1449
     1148#. translators: %s: 1 or One
     1149#: includes/fs-plugin-info-dialog.php:1445
    11331150msgid "%s star"
    11341151msgstr ""
    11351152
    1136 #: includes/fs-plugin-info-dialog.php:1451
     1153#. translators: %s: Number larger than 1
     1154#: includes/fs-plugin-info-dialog.php:1447
    11371155msgid "%s stars"
    11381156msgstr ""
    11391157
    1140 #: includes/fs-plugin-info-dialog.php:1463
     1158#. translators: %s: # of stars (e.g. 5 stars)
     1159#: includes/fs-plugin-info-dialog.php:1459
    11411160msgid "Click to see reviews that provided a rating of %s"
    11421161msgstr ""
    11431162
    1144 #: includes/fs-plugin-info-dialog.php:1476
     1163#: includes/fs-plugin-info-dialog.php:1472
    11451164msgid "Contributors"
    11461165msgstr ""
    11471166
    1148 #: includes/fs-plugin-info-dialog.php:1517
     1167#: includes/fs-plugin-info-dialog.php:1513
    11491168msgid "This plugin requires a newer version of PHP."
    11501169msgstr ""
    11511170
    1152 #: includes/fs-plugin-info-dialog.php:1526
     1171#. translators: %s: URL to Update PHP page.
     1172#: includes/fs-plugin-info-dialog.php:1522
    11531173msgid "<a href=\"%s\" target=\"_blank\">Click here to learn more about updating PHP</a>."
    11541174msgstr ""
    11551175
    1156 #: includes/fs-plugin-info-dialog.php:1540, includes/fs-plugin-info-dialog.php:1542
     1176#: includes/fs-plugin-info-dialog.php:1538, includes/fs-plugin-info-dialog.php:1536
    11571177msgid "Warning"
    11581178msgstr ""
    11591179
    1160 #: includes/fs-plugin-info-dialog.php:1540
     1180#: includes/fs-plugin-info-dialog.php:1538
     1181msgid "This plugin has not been marked as compatible with your version of WordPress."
     1182msgstr ""
     1183
     1184#: includes/fs-plugin-info-dialog.php:1536
    11611185msgid "This plugin has not been tested with your current version of WordPress."
    11621186msgstr ""
    11631187
    1164 #: includes/fs-plugin-info-dialog.php:1542
    1165 msgid "This plugin has not been marked as compatible with your version of WordPress."
    1166 msgstr ""
    1167 
    1168 #: includes/fs-plugin-info-dialog.php:1561
     1188#: includes/fs-plugin-info-dialog.php:1557
    11691189msgid "Paid add-on must be deployed to Freemius."
    11701190msgstr ""
    11711191
    1172 #: includes/fs-plugin-info-dialog.php:1562
     1192#: includes/fs-plugin-info-dialog.php:1558
    11731193msgid "Add-on must be deployed to WordPress.org or Freemius."
    11741194msgstr ""
    11751195
    1176 #: includes/fs-plugin-info-dialog.php:1583
     1196#: includes/fs-plugin-info-dialog.php:1587
     1197msgid "Latest Version Installed"
     1198msgstr ""
     1199
     1200#: includes/fs-plugin-info-dialog.php:1588
     1201msgid "Latest Free Version Installed"
     1202msgstr ""
     1203
     1204#: includes/fs-plugin-info-dialog.php:1579
    11771205msgid "Newer Version (%s) Installed"
    11781206msgstr ""
    11791207
    1180 #: includes/fs-plugin-info-dialog.php:1584
     1208#: includes/fs-plugin-info-dialog.php:1580
    11811209msgid "Newer Free Version (%s) Installed"
    11821210msgstr ""
    11831211
    1184 #: includes/fs-plugin-info-dialog.php:1591
    1185 msgid "Latest Version Installed"
    1186 msgstr ""
    1187 
    1188 #: includes/fs-plugin-info-dialog.php:1592
    1189 msgid "Latest Free Version Installed"
    1190 msgstr ""
    1191 
    1192 #: templates/account.php:115, templates/forms/subscription-cancellation.php:96, templates/account/partials/addon.php:31, templates/account/partials/site.php:313
     1212#: templates/account.php:111, templates/forms/subscription-cancellation.php:96, templates/account/partials/addon.php:31, templates/account/partials/site.php:313
    11931213msgid "Downgrading your plan"
    11941214msgstr ""
    11951215
    1196 #: templates/account.php:116, templates/forms/subscription-cancellation.php:97, templates/account/partials/addon.php:32, templates/account/partials/site.php:314
     1216#: templates/account.php:112, templates/forms/subscription-cancellation.php:97, templates/account/partials/addon.php:32, templates/account/partials/site.php:314
    11971217msgid "Cancelling the subscription"
    11981218msgstr ""
    11991219
    12001220#. translators: %1$s: Either 'Downgrading your plan' or 'Cancelling the subscription'
    1201 #: templates/account.php:118, templates/forms/subscription-cancellation.php:99, templates/account/partials/site.php:316
     1221#: templates/account.php:114, templates/forms/subscription-cancellation.php:99, templates/account/partials/addon.php:34, templates/account/partials/site.php:316
    12021222msgid "%1$s will immediately stop all future recurring payments and your %2$s plan license will expire in %3$s."
    12031223msgstr ""
    12041224
    1205 #: templates/account.php:119, templates/forms/subscription-cancellation.php:100, templates/account/partials/addon.php:35, templates/account/partials/site.php:317
     1225#: templates/account.php:115, templates/forms/subscription-cancellation.php:100, templates/account/partials/addon.php:35, templates/account/partials/site.php:317
    12061226msgid "Please note that we will not be able to grandfather outdated pricing for renewals/new subscriptions after a cancellation. If you choose to renew the subscription manually in the future, after a price increase, which typically occurs once a year, you will be charged the updated price."
    12071227msgstr ""
    12081228
    1209 #: templates/account.php:120, templates/forms/subscription-cancellation.php:106, templates/account/partials/addon.php:36
     1229#: templates/account.php:116, templates/forms/subscription-cancellation.php:106, templates/account/partials/addon.php:36
    12101230msgid "Cancelling the trial will immediately block access to all premium features. Are you sure?"
    12111231msgstr ""
    12121232
    1213 #: templates/account.php:121, templates/forms/subscription-cancellation.php:101, templates/account/partials/addon.php:37, templates/account/partials/site.php:318
     1233#: templates/account.php:117, templates/forms/subscription-cancellation.php:101, templates/account/partials/addon.php:37, templates/account/partials/site.php:318
    12141234msgid "You can still enjoy all %s features but you will not have access to %s security & feature updates, nor support."
    12151235msgstr ""
    12161236
    1217 #: templates/account.php:122, templates/forms/subscription-cancellation.php:102, templates/account/partials/addon.php:38, templates/account/partials/site.php:319
     1237#: templates/account.php:118, templates/forms/subscription-cancellation.php:102, templates/account/partials/addon.php:38, templates/account/partials/site.php:319
    12181238msgid "Once your license expires you can still use the Free version but you will NOT have access to the %s features."
    12191239msgstr ""
    12201240
    12211241#. translators: %s: Plan title (e.g. "Professional")
    1222 #: templates/account.php:124, templates/account/partials/activate-license-button.php:31, templates/account/partials/addon.php:40
     1242#: templates/account.php:120, templates/account/partials/activate-license-button.php:31, templates/account/partials/addon.php:40
    12231243msgid "Activate %s Plan"
    12241244msgstr ""
    12251245
    12261246#. translators: %s: Time period (e.g. Auto renews in "2 months")
    1227 #: templates/account.php:127, templates/account/partials/addon.php:43, templates/account/partials/site.php:293
     1247#: templates/account.php:123, templates/account/partials/addon.php:43, templates/account/partials/site.php:293
    12281248msgid "Auto renews in %s"
    12291249msgstr ""
    12301250
    12311251#. translators: %s: Time period (e.g. Expires in "2 months")
    1232 #: templates/account.php:129, templates/account/partials/addon.php:45, templates/account/partials/site.php:295
     1252#: templates/account.php:125, templates/account/partials/addon.php:45, templates/account/partials/site.php:295
    12331253msgid "Expires in %s"
    12341254msgstr ""
    12351255
    1236 #: templates/account.php:130
     1256#: templates/account.php:126
    12371257msgctxt "as synchronize license"
    12381258msgid "Sync License"
    12391259msgstr ""
    12401260
    1241 #: templates/account.php:131, templates/account/partials/addon.php:46
     1261#: templates/account.php:127, templates/account/partials/addon.php:46
    12421262msgid "Cancel Trial"
    12431263msgstr ""
    12441264
    1245 #: templates/account.php:132, templates/account/partials/addon.php:47
     1265#: templates/account.php:128, templates/account/partials/addon.php:47
    12461266msgid "Change Plan"
    12471267msgstr ""
    12481268
    1249 #: templates/account.php:133, templates/account/partials/addon.php:48
     1269#: templates/account.php:129, templates/account/partials/addon.php:48
    12501270msgctxt "verb"
    12511271msgid "Upgrade"
    12521272msgstr ""
    12531273
    1254 #: templates/account.php:135, templates/account/partials/addon.php:50, templates/account/partials/site.php:320
     1274#: templates/account.php:131, templates/account/partials/addon.php:50, templates/account/partials/site.php:320
    12551275msgctxt "verb"
    12561276msgid "Downgrade"
    12571277msgstr ""
    12581278
    1259 #: templates/account.php:137, templates/add-ons.php:246, templates/plugin-info/features.php:72, templates/account/partials/addon.php:52, templates/account/partials/site.php:33
     1279#: templates/account.php:133, templates/add-ons.php:246, templates/plugin-info/features.php:72, templates/account/partials/addon.php:52, templates/account/partials/site.php:33
    12601280msgid "Free"
    12611281msgstr ""
    12621282
    1263 #: templates/account.php:139, templates/debug.php:412, includes/customizer/class-fs-customizer-upsell-control.php:110, templates/account/partials/addon.php:54
     1283#: templates/account.php:135, templates/debug.php:412, includes/customizer/class-fs-customizer-upsell-control.php:110, templates/account/partials/addon.php:54
    12641284msgctxt "as product pricing plan"
    12651285msgid "Plan"
    12661286msgstr ""
    12671287
    1268 #: templates/account.php:140
     1288#: templates/account.php:136
    12691289msgid "Bundle Plan"
    12701290msgstr ""
    12711291
    1272 #: templates/account.php:272
     1292#: templates/account.php:268
    12731293msgid "Free Trial"
    12741294msgstr ""
    12751295
    1276 #: templates/account.php:283
     1296#: templates/account.php:279
    12771297msgid "Account Details"
    12781298msgstr ""
    12791299
    1280 #: templates/account.php:290, templates/forms/data-debug-mode.php:33
     1300#: templates/account.php:288
     1301msgid "Stop Debug"
     1302msgstr ""
     1303
     1304#: templates/account.php:286, templates/forms/data-debug-mode.php:33
    12811305msgid "Start Debug"
    12821306msgstr ""
    12831307
    1284 #: templates/account.php:292
    1285 msgid "Stop Debug"
    1286 msgstr ""
    1287 
    1288 #: templates/account.php:299
     1308#: templates/account.php:295
    12891309msgid "Billing & Invoices"
    12901310msgstr ""
    12911311
    1292 #: templates/account.php:322, templates/account/partials/addon.php:236, templates/account/partials/deactivate-license-button.php:35
     1312#: templates/account.php:318, templates/account/partials/addon.php:236, templates/account/partials/deactivate-license-button.php:35
    12931313msgid "Deactivate License"
    12941314msgstr ""
    12951315
    1296 #: templates/account.php:345, templates/forms/subscription-cancellation.php:125
     1316#: templates/account.php:341, templates/forms/subscription-cancellation.php:125
    12971317msgid "Are you sure you want to proceed?"
    12981318msgstr ""
    12991319
    1300 #: templates/account.php:345, templates/account/partials/addon.php:260
     1320#: templates/account.php:341, templates/account/partials/addon.php:260
    13011321msgid "Cancel Subscription"
    13021322msgstr ""
    13031323
    1304 #: templates/account.php:374, templates/account/partials/addon.php:345
     1324#: templates/account.php:370, templates/account/partials/addon.php:345
    13051325msgctxt "as synchronize"
    13061326msgid "Sync"
    13071327msgstr ""
    13081328
    1309 #: templates/account.php:389, templates/debug.php:575
     1329#: templates/account.php:385, templates/debug.php:575
    13101330msgid "Name"
    13111331msgstr ""
    13121332
    1313 #: templates/account.php:395, templates/debug.php:576
     1333#: templates/account.php:391, templates/debug.php:576
    13141334msgid "Email"
    13151335msgstr ""
    13161336
    1317 #: templates/account.php:402, templates/debug.php:410, templates/debug.php:625
     1337#: templates/account.php:398, templates/debug.php:410, templates/debug.php:625
    13181338msgid "User ID"
    13191339msgstr ""
    13201340
    1321 #: templates/account.php:420, templates/account.php:738, templates/account.php:789, templates/debug.php:267, templates/debug.php:404, templates/debug.php:515, templates/debug.php:574, templates/debug.php:623, templates/debug.php:702, templates/account/payments.php:35, templates/debug/logger.php:21
     1341#: templates/account.php:416, templates/account.php:734, templates/account.php:785, templates/debug.php:267, templates/debug.php:404, templates/debug.php:515, templates/debug.php:574, templates/debug.php:623, templates/debug.php:702, templates/account/payments.php:35, templates/debug/logger.php:21
    13221342msgid "ID"
    13231343msgstr ""
    13241344
    1325 #: templates/account.php:427
     1345#: templates/account.php:423
    13261346msgid "Site ID"
    13271347msgstr ""
    13281348
    1329 #: templates/account.php:430
     1349#: templates/account.php:426
    13301350msgid "No ID"
    13311351msgstr ""
    13321352
    1333 #: templates/account.php:435, templates/debug.php:274, templates/debug.php:413, templates/debug.php:519, templates/debug.php:578, templates/account/partials/site.php:228
     1353#: templates/account.php:431, templates/debug.php:274, templates/debug.php:413, templates/debug.php:519, templates/debug.php:578, templates/account/partials/site.php:228
    13341354msgid "Public Key"
    13351355msgstr ""
    13361356
    1337 #: templates/account.php:441, templates/debug.php:414, templates/debug.php:520, templates/debug.php:579, templates/account/partials/site.php:241
     1357#: templates/account.php:437, templates/debug.php:414, templates/debug.php:520, templates/debug.php:579, templates/account/partials/site.php:241
    13381358msgid "Secret Key"
    13391359msgstr ""
    13401360
    1341 #: templates/account.php:444
     1361#: templates/account.php:440
    13421362msgctxt "as secret encryption key missing"
    13431363msgid "No Secret"
    13441364msgstr ""
    13451365
    1346 #: templates/account.php:471, templates/account/partials/site.php:120, templates/account/partials/site.php:122
     1366#: templates/account.php:494, templates/debug.php:631, templates/account/partials/site.php:262
     1367msgid "License Key"
     1368msgstr ""
     1369
     1370#: templates/account.php:467, templates/account/partials/site.php:122, templates/account/partials/site.php:120
    13471371msgid "Trial"
    13481372msgstr ""
    13491373
    1350 #: templates/account.php:498, templates/debug.php:631, templates/account/partials/site.php:262
    1351 msgid "License Key"
    1352 msgstr ""
    1353 
    1354 #: templates/account.php:529
     1374#: templates/account.php:525
    13551375msgid "Join the Beta program"
    13561376msgstr ""
    13571377
    1358 #: templates/account.php:535
     1378#: templates/account.php:531
    13591379msgid "not verified"
    13601380msgstr ""
    13611381
    1362 #: templates/account.php:544, templates/account/partials/addon.php:195
     1382#: templates/account.php:600
     1383msgid "Free version"
     1384msgstr ""
     1385
     1386#: templates/account.php:598
     1387msgid "Premium version"
     1388msgstr ""
     1389
     1390#: templates/account.php:540, templates/account/partials/addon.php:195
    13631391msgid "Expired"
    13641392msgstr ""
    13651393
    1366 #: templates/account.php:602
    1367 msgid "Premium version"
    1368 msgstr ""
    1369 
    1370 #: templates/account.php:604
    1371 msgid "Free version"
    1372 msgstr ""
    1373 
    1374 #: templates/account.php:616
     1394#: templates/account.php:612
    13751395msgid "Verify Email"
    13761396msgstr ""
    13771397
    1378 #: templates/account.php:630
    1379 msgid "Download %s Version"
    1380 msgstr ""
    1381 
    1382 #: templates/account.php:646
    1383 msgid "Download Paid Version"
    1384 msgstr ""
    1385 
    1386 #: templates/account.php:664, templates/account.php:927, templates/account/partials/site.php:250, templates/account/partials/site.php:272
     1398#: templates/account.php:689, templates/forms/user-change.php:27
     1399msgid "Change User"
     1400msgstr ""
     1401
     1402#: templates/account.php:676
     1403msgid "What is your %s?"
     1404msgstr ""
     1405
     1406#: templates/account.php:684, templates/account/billing.php:21
     1407msgctxt "verb"
     1408msgid "Edit"
     1409msgstr ""
     1410
     1411#: templates/account.php:660, templates/account.php:923, templates/account/partials/site.php:250, templates/account/partials/site.php:272
    13871412msgctxt "verb"
    13881413msgid "Show"
    13891414msgstr ""
    13901415
    1391 #: templates/account.php:680
    1392 msgid "What is your %s?"
    1393 msgstr ""
    1394 
    1395 #: templates/account.php:688, templates/account/billing.php:21
    1396 msgctxt "verb"
    1397 msgid "Edit"
    1398 msgstr ""
    1399 
    1400 #: templates/account.php:693, templates/forms/user-change.php:27
    1401 msgid "Change User"
    1402 msgstr ""
    1403 
    1404 #: templates/account.php:717
     1416#: templates/account.php:626
     1417msgid "Download %s Version"
     1418msgstr ""
     1419
     1420#: templates/account.php:642
     1421msgid "Download Paid Version"
     1422msgstr ""
     1423
     1424#: templates/account.php:713
    14051425msgid "Sites"
    14061426msgstr ""
    14071427
    1408 #: templates/account.php:730
     1428#: templates/account.php:726
    14091429msgid "Search by address"
    14101430msgstr ""
    14111431
    1412 #: templates/account.php:739, templates/debug.php:407
     1432#: templates/account.php:735, templates/debug.php:407
    14131433msgid "Address"
    14141434msgstr ""
    14151435
    1416 #: templates/account.php:740
     1436#: templates/account.php:736
    14171437msgid "License"
    14181438msgstr ""
    14191439
    1420 #: templates/account.php:741
     1440#: templates/account.php:737
    14211441msgid "Plan"
    14221442msgstr ""
    14231443
    1424 #: templates/account.php:792
     1444#: templates/account.php:788
    14251445msgctxt "as software license"
    14261446msgid "License"
    14271447msgstr ""
    14281448
    1429 #: templates/account.php:921
     1449#: templates/account.php:917
    14301450msgctxt "verb"
    14311451msgid "Hide"
    14321452msgstr ""
    14331453
    1434 #: templates/account.php:943, templates/forms/data-debug-mode.php:31, templates/forms/deactivation/form.php:358, templates/forms/deactivation/form.php:389
     1454#: templates/account.php:939, templates/forms/data-debug-mode.php:31, templates/forms/deactivation/form.php:358, templates/forms/deactivation/form.php:389
    14351455msgid "Processing"
    14361456msgstr ""
    14371457
    1438 #: templates/account.php:946
     1458#: templates/account.php:942
    14391459msgid "Get updates for bleeding edge Beta versions of %s."
    14401460msgstr ""
    14411461
    1442 #: templates/account.php:1004
     1462#: templates/account.php:1000
    14431463msgid "Cancelling %s"
    14441464msgstr ""
    14451465
    1446 #: templates/account.php:1004, templates/account.php:1021, templates/forms/subscription-cancellation.php:27, templates/forms/deactivation/form.php:178
     1466#: templates/account.php:1000, templates/account.php:1017, templates/forms/subscription-cancellation.php:27, templates/forms/deactivation/form.php:178
    14471467msgid "trial"
    14481468msgstr ""
    14491469
    1450 #: templates/account.php:1019, templates/forms/deactivation/form.php:195
     1470#: templates/account.php:1015, templates/forms/deactivation/form.php:195
    14511471msgid "Cancelling %s..."
    14521472msgstr ""
    14531473
    1454 #: templates/account.php:1022, templates/forms/subscription-cancellation.php:28, templates/forms/deactivation/form.php:179
     1474#: templates/account.php:1018, templates/forms/subscription-cancellation.php:28, templates/forms/deactivation/form.php:179
    14551475msgid "subscription"
    14561476msgstr ""
    14571477
    1458 #: templates/account.php:1036
     1478#: templates/account.php:1032
    14591479msgid "Deactivating your license will block all premium features, but will enable activating the license on another site. Are you sure you want to proceed?"
    14601480msgstr ""
    14611481
    1462 #: templates/account.php:1110
     1482#: templates/account.php:1106
    14631483msgid "Disabling white-label mode"
    14641484msgstr ""
    14651485
    1466 #: templates/account.php:1111
     1486#: templates/account.php:1107
    14671487msgid "Enabling white-label mode"
    14681488msgstr ""
     
    14901510msgstr ""
    14911511
    1492 #: templates/admin-notice.php:13, templates/forms/license-activation.php:243, templates/forms/resend-key.php:80
     1512#: templates/admin-notice.php:17, templates/forms/license-activation.php:245, templates/forms/resend-key.php:80
    14931513msgctxt "as close a window"
    14941514msgid "Dismiss"
    14951515msgstr ""
    14961516
     1517#. translators: %s: Number of seconds
    14971518#: templates/auto-installation.php:45
    14981519msgid "%s sec"
     
    15241545
    15251546#. translators: %s: name (e.g. Hey John,)
    1526 #: templates/connect.php:127
     1547#: templates/connect.php:118
    15271548msgctxt "greeting"
    15281549msgid "Hey %s,"
    15291550msgstr ""
    15301551
    1531 #: templates/connect.php:187
     1552#. translators: %1$s: plugin name (e.g., "Awesome Plugin"); %2$s: version (e.g., "1.2.3")
     1553#: templates/connect.php:186
     1554msgid "Thank you for updating to %1$s v%2$s!"
     1555msgstr ""
     1556
     1557#: templates/connect.php:178
    15321558msgid "Never miss an important update"
    15331559msgstr ""
    15341560
    1535 #: templates/connect.php:195
    1536 msgid "Thank you for updating to %1$s v%2$s!"
     1561#: templates/connect.php:196
     1562msgid "Allow & Continue"
     1563msgstr ""
     1564
     1565#. translators: %s: module type (plugin, theme, or add-on)
     1566#: templates/connect.php:236
     1567msgid "We have introduced this opt-in so you never miss an important update and help us make the %s more compatible with your site and better at doing what you need it to."
     1568msgstr ""
     1569
     1570#: templates/connect.php:238
     1571msgid "Opt in to get email notifications for security & feature updates, educational content, and occasional offers, and to share some basic WordPress environment info."
     1572msgstr ""
     1573
     1574#: templates/connect.php:241
     1575msgid "If you skip this, that's okay! %1$s will still work just fine."
     1576msgstr ""
     1577
     1578#: templates/connect.php:227
     1579msgid "Opt in to get email notifications for security & feature updates, educational content, and occasional offers, and to share some basic WordPress environment info. This will help us make the %s more compatible with your site and better at doing what you need it to."
     1580msgstr ""
     1581
     1582#: templates/connect.php:216
     1583msgid "Welcome to %s! To get started, please enter your license key:"
     1584msgstr ""
     1585
     1586#: templates/connect.php:200
     1587msgid "Re-send activation email"
     1588msgstr ""
     1589
     1590#: templates/connect.php:204
     1591msgid "Thanks %s!"
    15371592msgstr ""
    15381593
    15391594#: templates/connect.php:205
    1540 msgid "Allow & Continue"
    1541 msgstr ""
    1542 
    1543 #: templates/connect.php:209
    1544 msgid "Re-send activation email"
    1545 msgstr ""
    1546 
    1547 #: templates/connect.php:213
    1548 msgid "Thanks %s!"
    1549 msgstr ""
    1550 
    1551 #: templates/connect.php:214
    15521595msgid "You should receive a confirmation email for %s to your mailbox at %s. Please make sure you click the button in that email to %s."
    15531596msgstr ""
    15541597
    1555 #: templates/connect.php:225
    1556 msgid "Welcome to %s! To get started, please enter your license key:"
    1557 msgstr ""
    1558 
    1559 #: templates/connect.php:236
    1560 msgid "Opt in to get email notifications for security & feature updates, educational content, and occasional offers, and to share some basic WordPress environment info. This will help us make the %s more compatible with your site and better at doing what you need it to."
    1561 msgstr ""
    1562 
    1563 #. translators: %s: module type (plugin, theme, or add-on)
    1564 #: templates/connect.php:245
    1565 msgid "We have introduced this opt-in so you never miss an important update and help us make the %s more compatible with your site and better at doing what you need it to."
    1566 msgstr ""
    1567 
    1568 #: templates/connect.php:247
    1569 msgid "Opt in to get email notifications for security & feature updates, educational content, and occasional offers, and to share some basic WordPress environment info."
    1570 msgstr ""
    1571 
    1572 #: templates/connect.php:250
    1573 msgid "If you skip this, that's okay! %1$s will still work just fine."
    1574 msgstr ""
    1575 
    1576 #: templates/connect.php:280
     1598#: templates/connect.php:271
    15771599msgid "We're excited to introduce the Freemius network-level integration."
    15781600msgstr ""
    15791601
     1602#: templates/connect.php:285
     1603msgid "During the update process we detected %s site(s) in the network that are still pending your attention."
     1604msgstr ""
     1605
     1606#: templates/connect.php:274
     1607msgid "During the update process we detected %d site(s) that are still pending license activation."
     1608msgstr ""
     1609
     1610#: templates/connect.php:276
     1611msgid "If you'd like to use the %s on those sites, please enter your license key below and click the activation button."
     1612msgstr ""
     1613
     1614#: templates/connect.php:278
     1615msgid "%s's paid features"
     1616msgstr ""
     1617
    15801618#: templates/connect.php:283
    1581 msgid "During the update process we detected %d site(s) that are still pending license activation."
    1582 msgstr ""
    1583 
    1584 #: templates/connect.php:285
    1585 msgid "If you'd like to use the %s on those sites, please enter your license key below and click the activation button."
    1586 msgstr ""
    1587 
    1588 #: templates/connect.php:287
    1589 msgid "%s's paid features"
    1590 msgstr ""
    1591 
    1592 #: templates/connect.php:292
    15931619msgid "Alternatively, you can skip it for now and activate the license later, in your %s's network-level Account page."
    15941620msgstr ""
    15951621
    1596 #: templates/connect.php:294
    1597 msgid "During the update process we detected %s site(s) in the network that are still pending your attention."
    1598 msgstr ""
    1599 
    1600 #: templates/connect.php:303, templates/forms/data-debug-mode.php:35, templates/forms/license-activation.php:42
     1622#: templates/connect.php:294, templates/forms/data-debug-mode.php:35, templates/forms/license-activation.php:42
    16011623msgid "License key"
    16021624msgstr ""
    16031625
    1604 #: templates/connect.php:306, templates/forms/license-activation.php:22
     1626#: templates/connect.php:297, templates/forms/license-activation.php:22
    16051627msgid "Can't find your license key?"
    16061628msgstr ""
    16071629
    1608 #: templates/connect.php:369, templates/connect.php:693, templates/forms/deactivation/retry-skip.php:20
     1630#: templates/connect.php:360, templates/connect.php:690, templates/forms/deactivation/retry-skip.php:20
    16091631msgctxt "verb"
    16101632msgid "Skip"
    16111633msgstr ""
    16121634
    1613 #: templates/connect.php:372
     1635#: templates/connect.php:363
    16141636msgid "Delegate to Site Admins"
    16151637msgstr ""
    16161638
    1617 #: templates/connect.php:372
     1639#: templates/connect.php:363
    16181640msgid "If you click it, this decision will be delegated to the sites administrators."
    16191641msgstr ""
    16201642
    1621 #: templates/connect.php:399
     1643#: templates/connect.php:392
    16221644msgid "License issues?"
    16231645msgstr ""
    16241646
    1625 #: templates/connect.php:423
     1647#: templates/connect.php:421
     1648msgid "This will allow %s to"
     1649msgstr ""
     1650
     1651#: templates/connect.php:416
    16261652msgid "For delivery of security & feature updates, and license management, %s needs to"
    16271653msgstr ""
    16281654
    1629 #: templates/connect.php:428
    1630 msgid "This will allow %s to"
    1631 msgstr ""
    1632 
    1633 #: templates/connect.php:443
     1655#: templates/connect.php:439
     1656msgid "Have a license key?"
     1657msgstr ""
     1658
     1659#: templates/connect.php:436
    16341660msgid "Don't have a license key?"
    16351661msgstr ""
    16361662
    1637 #: templates/connect.php:446
    1638 msgid "Have a license key?"
    1639 msgstr ""
    1640 
    1641 #: templates/connect.php:454
     1663#: templates/connect.php:447
    16421664msgid "Freemius is our licensing and software updates engine"
    16431665msgstr ""
    16441666
    1645 #: templates/connect.php:457
     1667#: templates/connect.php:450
    16461668msgid "Privacy Policy"
    16471669msgstr ""
    16481670
    1649 #: templates/connect.php:459
     1671#: templates/connect.php:455
     1672msgid "Terms of Service"
     1673msgstr ""
     1674
     1675#: templates/connect.php:453
    16501676msgid "License Agreement"
    16511677msgstr ""
    16521678
    1653 #: templates/connect.php:459
    1654 msgid "Terms of Service"
    1655 msgstr ""
    1656 
    1657 #: templates/connect.php:879
     1679#: templates/connect.php:876
    16581680msgctxt "as in the process of sending an email"
    16591681msgid "Sending email"
    16601682msgstr ""
    16611683
    1662 #: templates/connect.php:880
     1684#: templates/connect.php:877
    16631685msgctxt "as activating plugin"
    16641686msgid "Activating"
     
    18091831msgstr ""
    18101832
     1833#. translators: %s: 'plugin' or 'theme'
    18111834#: templates/debug.php:398
    18121835msgid "%s Installs"
     
    19201943msgstr ""
    19211944
     1945#. translators: %s: Page name
    19221946#: templates/secure-https-header.php:28
    19231947msgid "Secure HTTPS %s page, running from an external domain"
     
    19281952msgstr ""
    19291953
    1930 #: includes/debug/class-fs-debug-bar-panel.php:48, templates/debug/api-calls.php:54, templates/debug/logger.php:62
     1954#: includes/debug/class-fs-debug-bar-panel.php:51, templates/debug/api-calls.php:54, templates/debug/logger.php:62
    19311955msgctxt "milliseconds"
    19321956msgid "ms"
     
    19491973msgstr ""
    19501974
     1975#: includes/managers/class-fs-clone-manager.php:1211
     1976msgid "The products below have been placed into safe mode because we noticed that %2$s is an exact copy of %3$s:%1$s"
     1977msgstr ""
     1978
     1979#: includes/managers/class-fs-clone-manager.php:1212
     1980msgid "The products below have been placed into safe mode because we noticed that %2$s is an exact copy of these sites:%3$s%1$s"
     1981msgstr ""
     1982
    19511983#: includes/managers/class-fs-clone-manager.php:1205
    19521984msgid "%1$s has been placed into safe mode because we noticed that %2$s is an exact copy of %3$s."
    1953 msgstr ""
    1954 
    1955 #: includes/managers/class-fs-clone-manager.php:1211
    1956 msgid "The products below have been placed into safe mode because we noticed that %2$s is an exact copy of %3$s:%1$s"
    1957 msgstr ""
    1958 
    1959 #: includes/managers/class-fs-clone-manager.php:1212
    1960 msgid "The products below have been placed into safe mode because we noticed that %2$s is an exact copy of these sites:%3$s%1$s"
    19611985msgstr ""
    19621986
     
    20632087msgstr ""
    20642088
     2089#. translators: %s: 'Plugin' or 'Theme'
    20652090#: includes/managers/class-fs-permission-manager.php:195
    20662091msgid "To provide additional functionality that's relevant to your website, avoid WordPress or PHP version incompatibilities that can break your website, and recognize which languages & regions the %s should be translated and tailored to."
     
    20712096msgstr ""
    20722097
     2098#. translators: %s: 'Plugin' or 'Theme'
    20732099#: includes/managers/class-fs-permission-manager.php:210
    20742100msgid "Current %s & SDK versions, and if active or uninstalled"
     
    20792105msgstr ""
    20802106
    2081 #: includes/managers/class-fs-permission-manager.php:262
    2082 msgstr ""
    2083 
     2107#. translators: %s: 'Plugin' or 'Theme'
    20842108#: includes/managers/class-fs-permission-manager.php:272
    20852109msgid "To let you manage & control where the license is activated and ensure %s security & feature updates are only delivered to websites you authorize."
     
    20902114msgstr ""
    20912115
     2116#. translators: %s: 'Plugin' or 'Theme'
    20922117#: includes/managers/class-fs-permission-manager.php:287
    20932118msgid "Is active, deactivated, or uninstalled"
     
    21102135msgstr ""
    21112136
     2137#. translators: %s: 'Plugin' or 'Theme'
    21122138#: includes/managers/class-fs-permission-manager.php:330
    21132139msgid "To avoid breaking your website due to WordPress or PHP version incompatibilities, and recognize which languages & regions the %s should be translated and tailored to."
     
    23092335msgstr ""
    23102336
    2311 #: templates/forms/affiliation.php:83
     2337#: templates/forms/affiliation.php:86
    23122338msgid "Non-expiring"
    23132339msgstr ""
    23142340
    2315 #: templates/forms/affiliation.php:86
     2341#: templates/forms/affiliation.php:89
    23162342msgid "Apply to become an affiliate"
    23172343msgstr ""
    23182344
    2319 #: templates/forms/affiliation.php:108
     2345#: templates/forms/affiliation.php:137
     2346msgid "Due to violation of our affiliation terms, we decided to temporarily block your affiliation account. If you have any questions, please contact support."
     2347msgstr ""
     2348
     2349#: templates/forms/affiliation.php:134
     2350msgid "Thank you for applying for our affiliate program, unfortunately, we've decided at this point to reject your application. Please try again in 30 days."
     2351msgstr ""
     2352
     2353#: templates/forms/affiliation.php:131
     2354msgid "Your affiliation account was temporarily suspended."
     2355msgstr ""
     2356
     2357#: templates/forms/affiliation.php:128
     2358msgid "Thank you for applying for our affiliate program, we'll review your details during the next 14 days and will get back to you with further information."
     2359msgstr ""
     2360
     2361#: templates/forms/affiliation.php:113
    23202362msgid "Your affiliate application for %s has been accepted! Log in to your affiliate area at: %s."
    23212363msgstr ""
    23222364
    2323 #: templates/forms/affiliation.php:123
    2324 msgid "Thank you for applying for our affiliate program, we'll review your details during the next 14 days and will get back to you with further information."
    2325 msgstr ""
    2326 
    2327 #: templates/forms/affiliation.php:126
    2328 msgid "Your affiliation account was temporarily suspended."
    2329 msgstr ""
    2330 
    2331 #: templates/forms/affiliation.php:129
    2332 msgid "Thank you for applying for our affiliate program, unfortunately, we've decided at this point to reject your application. Please try again in 30 days."
    2333 msgstr ""
    2334 
    2335 #: templates/forms/affiliation.php:132
    2336 msgid "Due to violation of our affiliation terms, we decided to temporarily block your affiliation account. If you have any questions, please contact support."
    2337 msgstr ""
    2338 
    2339 #: templates/forms/affiliation.php:145
     2365#: templates/forms/affiliation.php:150
    23402366msgid "Like the %s? Become our ambassador and earn cash ;-)"
    23412367msgstr ""
    23422368
    2343 #: templates/forms/affiliation.php:146
     2369#: templates/forms/affiliation.php:151
    23442370msgid "Refer new customers to our %s and earn %s commission on each successful sale you refer!"
    23452371msgstr ""
    23462372
    2347 #: templates/forms/affiliation.php:149
     2373#: templates/forms/affiliation.php:154
    23482374msgid "Program Summary"
    23492375msgstr ""
    23502376
    2351 #: templates/forms/affiliation.php:151
     2377#: templates/forms/affiliation.php:156
    23522378msgid "%s commission when a customer purchases a new license."
    23532379msgstr ""
    23542380
    2355 #: templates/forms/affiliation.php:153
     2381#: templates/forms/affiliation.php:158
    23562382msgid "Get commission for automated subscription renewals."
    23572383msgstr ""
    23582384
    2359 #: templates/forms/affiliation.php:156
     2385#: templates/forms/affiliation.php:161
    23602386msgid "%s tracking cookie after the first visit to maximize earnings potential."
    23612387msgstr ""
    23622388
    2363 #: templates/forms/affiliation.php:159
     2389#: templates/forms/affiliation.php:164
    23642390msgid "Unlimited commissions."
    23652391msgstr ""
    23662392
    2367 #: templates/forms/affiliation.php:161
     2393#: templates/forms/affiliation.php:166
    23682394msgid "%s minimum payout amount."
    23692395msgstr ""
    23702396
    2371 #: templates/forms/affiliation.php:162
     2397#: templates/forms/affiliation.php:167
    23722398msgid "Payouts are in USD and processed monthly via PayPal."
    23732399msgstr ""
    23742400
    2375 #: templates/forms/affiliation.php:163
     2401#: templates/forms/affiliation.php:168
    23762402msgid "As we reserve 30 days for potential refunds, we only pay commissions that are older than 30 days."
    23772403msgstr ""
    23782404
    2379 #: templates/forms/affiliation.php:166
     2405#: templates/forms/affiliation.php:171
    23802406msgid "Affiliate"
    23812407msgstr ""
    23822408
    2383 #: templates/forms/affiliation.php:169, templates/forms/resend-key.php:23
     2409#: templates/forms/affiliation.php:174, templates/forms/resend-key.php:23
    23842410msgid "Email address"
    23852411msgstr ""
    23862412
    2387 #: templates/forms/affiliation.php:173
     2413#: templates/forms/affiliation.php:178
    23882414msgid "Full name"
    23892415msgstr ""
    23902416
    2391 #: templates/forms/affiliation.php:177
     2417#: templates/forms/affiliation.php:182
    23922418msgid "PayPal account email address"
    23932419msgstr ""
    23942420
    2395 #: templates/forms/affiliation.php:181
     2421#: templates/forms/affiliation.php:186
    23962422msgid "Where are you going to promote the %s?"
    23972423msgstr ""
    23982424
    2399 #: templates/forms/affiliation.php:183
     2425#: templates/forms/affiliation.php:188
    24002426msgid "Enter the domain of your website or other websites from where you plan to promote the %s."
    24012427msgstr ""
    24022428
    2403 #: templates/forms/affiliation.php:185
     2429#: templates/forms/affiliation.php:190
    24042430msgid "Add another domain"
    24052431msgstr ""
    24062432
    2407 #: templates/forms/affiliation.php:189
     2433#: templates/forms/affiliation.php:194
    24082434msgid "Extra Domains"
    24092435msgstr ""
    24102436
    2411 #: templates/forms/affiliation.php:190
     2437#: templates/forms/affiliation.php:195
    24122438msgid "Extra domains where you will be marketing the product from."
    24132439msgstr ""
    24142440
    2415 #: templates/forms/affiliation.php:200
     2441#: templates/forms/affiliation.php:205
    24162442msgid "Promotion methods"
    24172443msgstr ""
    24182444
    2419 #: templates/forms/affiliation.php:203
     2445#: templates/forms/affiliation.php:208
    24202446msgid "Social media (Facebook, Twitter, etc.)"
    24212447msgstr ""
    24222448
    2423 #: templates/forms/affiliation.php:207
     2449#: templates/forms/affiliation.php:212
    24242450msgid "Mobile apps"
    24252451msgstr ""
    24262452
    2427 #: templates/forms/affiliation.php:211
     2453#: templates/forms/affiliation.php:216
    24282454msgid "Website, email, and social media statistics (optional)"
    24292455msgstr ""
    24302456
    2431 #: templates/forms/affiliation.php:214
     2457#: templates/forms/affiliation.php:219
    24322458msgid "Please feel free to provide any relevant website or social media statistics, e.g. monthly unique site visits, number of email subscribers, followers, etc. (we will keep this information confidential)."
    24332459msgstr ""
    24342460
    2435 #: templates/forms/affiliation.php:218
     2461#: templates/forms/affiliation.php:223
    24362462msgid "How will you promote us?"
    24372463msgstr ""
    24382464
    2439 #: templates/forms/affiliation.php:221
     2465#: templates/forms/affiliation.php:226
    24402466msgid "Please provide details on how you intend to promote %s (please be as specific as possible)."
    24412467msgstr ""
    24422468
    2443 #: templates/forms/affiliation.php:233, templates/forms/resend-key.php:22, templates/account/partials/disconnect-button.php:92
     2469#: templates/forms/affiliation.php:238, templates/forms/resend-key.php:22, templates/account/partials/disconnect-button.php:92
    24442470msgid "Cancel"
    24452471msgstr ""
    24462472
    2447 #: templates/forms/affiliation.php:235
     2473#: templates/forms/affiliation.php:240
    24482474msgid "Become an affiliate"
    24492475msgstr ""
     
    25262552msgstr ""
    25272553
    2528 #: templates/forms/license-activation.php:204
     2554#: templates/forms/license-activation.php:206
    25292555msgid "Associate with the license owner's account."
     2556msgstr ""
     2557
     2558#: templates/forms/optout.php:104
     2559msgid "Keep automatic updates"
    25302560msgstr ""
    25312561
     
    25482578#: templates/forms/optout.php:82
    25492579msgid "Extensions"
    2550 msgstr ""
    2551 
    2552 #: templates/forms/optout.php:104
    2553 msgid "Keep automatic updates"
    25542580msgstr ""
    25552581
     
    26152641msgstr ""
    26162642
     2643#. translators: %1$s: Number of trial days; %2$s: Plan name;
    26172644#: templates/forms/trial-start.php:22
    26182645msgid "You are 1-click away from starting your %1$s-day free trial of the %2$s plan."
    26192646msgstr ""
    26202647
     2648#. translators: %s: Link to freemius.com
    26212649#: templates/forms/trial-start.php:28
    26222650msgid "For compliance with the WordPress.org guidelines, before we start the trial we ask that you opt in with your user and non-sensitive site information, allowing the %s to periodically send data to %s to check for version updates and to validate your trial."
     
    26472675msgstr ""
    26482676
     2677#: templates/partials/network-activation.php:36
     2678msgid "Activate license on all pending sites."
     2679msgstr ""
     2680
     2681#: templates/partials/network-activation.php:37
     2682msgid "Apply on all pending sites."
     2683msgstr ""
     2684
    26492685#: templates/partials/network-activation.php:32
    26502686msgid "Activate license on all sites in the network."
     
    26552691msgstr ""
    26562692
    2657 #: templates/partials/network-activation.php:36
    2658 msgid "Activate license on all pending sites."
    2659 msgstr ""
    2660 
    2661 #: templates/partials/network-activation.php:37
    2662 msgid "Apply on all pending sites."
    2663 msgstr ""
    2664 
    26652693#: templates/partials/network-activation.php:45, templates/partials/network-activation.php:79
    26662694msgid "allow"
     
    26752703msgstr ""
    26762704
    2677 #: templates/plugin-info/description.php:72, templates/plugin-info/screenshots.php:31
     2705#: templates/plugin-info/description.php:67, templates/plugin-info/screenshots.php:26
    26782706msgid "Click to view full-size screenshot %d"
    26792707msgstr ""
     
    26962724msgstr ""
    26972725
    2698 #. translators: %1$s: Either 'Downgrading your plan' or 'Cancelling the subscription'
    2699 #: templates/account/partials/addon.php:34
    2700 msgid "%1$s will immediately stop all future recurring payments and your %s plan license will expire in %s."
     2726#: templates/account/partials/addon.php:200
     2727msgid "No expiration"
    27012728msgstr ""
    27022729
     
    27052732msgstr ""
    27062733
    2707 #: templates/account/partials/addon.php:200
    2708 msgid "No expiration"
     2734#. translators: %s is replaced with the website's homepage address.
     2735#: templates/account/partials/disconnect-button.php:78
     2736msgid "Disconnecting the website will permanently remove %s from your User Dashboard's account."
    27092737msgstr ""
    27102738
     
    27132741msgstr ""
    27142742
    2715 #: templates/account/partials/disconnect-button.php:78
    2716 msgid "Disconnecting the website will permanently remove %s from your User Dashboard's account."
    2717 msgstr ""
    2718 
     2743#. translators: %1$s is replaced by the paid plan name, %2$s is replaced with an anchor link with the text "User Dashboard".
    27192744#: templates/account/partials/disconnect-button.php:84
    27202745msgid "If you wish to cancel your %1$s plan's subscription instead, please navigate to the %2$s and cancel it there."
  • wp-notification-bell/trunk/freemius/start.php

    r3030323 r3067195  
    1616     * @var string
    1717     */
    18     $this_sdk_version = '2.6.2';
     18    $this_sdk_version = '2.7.0';
    1919
    2020    #region SDK Selection Logic --------------------------------------------------------------------
  • wp-notification-bell/trunk/freemius/templates/account/partials/addon.php

    r2685580 r3067195  
    3232    $cancelling_subscription_text = fs_text_inline( 'Cancelling the subscription', 'cancelling-subscription', $slug );
    3333    /* translators: %1$s: Either 'Downgrading your plan' or 'Cancelling the subscription' */
    34     $downgrade_x_confirm_text     = fs_text_inline( '%1$s will immediately stop all future recurring payments and your %s plan license will expire in %s.', 'downgrade-x-confirm', $slug );
     34    $downgrade_x_confirm_text     = fs_text_inline( '%1$s will immediately stop all future recurring payments and your %2$s plan license will expire in %3$s.', 'downgrade-x-confirm', $slug );
    3535    $prices_increase_text         = fs_text_inline( 'Please note that we will not be able to grandfather outdated pricing for renewals/new subscriptions after a cancellation. If you choose to renew the subscription manually in the future, after a price increase, which typically occurs once a year, you will be charged the updated price.', 'pricing-increase-warning', $slug );
    3636    $cancel_trial_confirm_text         = fs_text_inline( 'Cancelling the trial will immediately block access to all premium features. Are you sure?', 'cancel-trial-confirm', $slug );
     
    241241                    );
    242242
    243                     $human_readable_license_expiration = human_time_diff( time(), strtotime( $license->expiration ) );
    244                     $downgrade_confirmation_message    = sprintf(
    245                         $downgrade_x_confirm_text,
    246                         ( $fs_addon->is_only_premium() ? $cancelling_subscription_text : $downgrading_plan_text ),
    247                         $plan->title,
    248                         $human_readable_license_expiration
    249                     );
    250 
    251243                    $after_downgrade_message = ! $license->is_block_features ?
    252244                        sprintf( $after_downgrade_non_blocking_text, $plan->title, $fs_addon->get_module_label( true ) ) :
     
    254246
    255247                    if ( ! $license->is_lifetime() && $is_active_subscription ) {
     248                        $human_readable_license_expiration = human_time_diff( time(), strtotime( $license->expiration ) );
     249                        $downgrade_confirmation_message    = sprintf(
     250                            $downgrade_x_confirm_text,
     251                            ( $fs_addon->is_only_premium() ? $cancelling_subscription_text : $downgrading_plan_text ),
     252                            $plan->title,
     253                            $human_readable_license_expiration
     254                        );
     255
    256256                        $buttons[] = fs_ui_get_action_button(
    257257                            $fs->get_id(),
  • wp-notification-bell/trunk/freemius/templates/checkout.php

    r2934827 r3067195  
    4040    wp_enqueue_script( 'jquery' );
    4141    wp_enqueue_script( 'json2' );
    42     fs_enqueue_local_script( 'postmessage', 'nojquery.ba-postmessage.min.js' );
     42    fs_enqueue_local_script( 'postmessage', 'nojquery.ba-postmessage.js' );
    4343    fs_enqueue_local_script( 'fs-postmessage', 'postmessage.js' );
    4444    fs_enqueue_local_style( 'fs_common', '/admin/common.css' );
  • wp-notification-bell/trunk/freemius/templates/contact.php

    r2934827 r3067195  
    4040    wp_enqueue_script( 'jquery' );
    4141    wp_enqueue_script( 'json2' );
    42     fs_enqueue_local_script( 'postmessage', 'nojquery.ba-postmessage.min.js' );
     42    fs_enqueue_local_script( 'postmessage', 'nojquery.ba-postmessage.js' );
    4343    fs_enqueue_local_script( 'fs-postmessage', 'postmessage.js' );
    4444    fs_enqueue_local_style( 'fs_checkout', '/admin/common.css' );
  • wp-notification-bell/trunk/freemius/templates/forms/license-activation.php

    r3030323 r3067195  
    152152                );
    153153
    154                 $license_input_html .= "<option data-id='{$license->id}' value='{$license->secret_key}' data-left='{$license->left()}'>{$label}</option>";
     154                $license_input_html .= "<option data-id='{$license->id}' value='{$license->id}' data-left='{$license->left()}'>{$label}</option>";
    155155            }
    156156
     
    179179                    value="{$value}"
    180180                    data-id="{$available_license->id}"
    181                     data-license-key="{$available_license->secret_key}"
    182181                    data-left="{$available_license->left()}"
    183182                    readonly />
     
    563562                }
    564563
    565                 var
    566                     licenseKey = '';
     564                var licenseKey = '',
     565                    licenseID = '';
    567566
    568567                if ( hasLicenseTypes ) {
     
    571570                    } else {
    572571                        if ( ! hasLicensesDropdown ) {
    573                             licenseKey = $availableLicenseKey.data( 'license-key' );
     572                            licenseID = $availableLicenseKey.data( 'id' );
    574573                        } else {
    575                             licenseKey = $licensesDropdown.val();
     574                            licenseID = $licensesDropdown.val();
    576575                        }
    577576                    }
     
    582581                disableActivateLicenseButton();
    583582
    584                 if (0 === licenseKey.length) {
     583                if ( 0 === licenseID.length && 0 === licenseKey.length ) {
    585584                    return;
    586585                }
     
    589588                    action     : '<?php echo $fs->get_ajax_action( 'activate_license' ) ?>',
    590589                    security   : '<?php echo $fs->get_ajax_security( 'activate_license' ) ?>',
    591                     license_key: licenseKey,
    592590                    module_id  : '<?php echo $fs->get_id() ?>'
    593591                };
     592
     593                if ( licenseID.length > 0 ) {
     594                    data.license_id = licenseID;
     595                } else {
     596                    data.license_key = licenseKey;
     597                }
    594598
    595599                if ( isNetworkActivation ) {
  • wp-notification-bell/trunk/freemius/templates/powered-by.php

    r2934827 r3067195  
    3737        wp_enqueue_script( 'jquery' );
    3838        wp_enqueue_script( 'json2' );
    39         fs_enqueue_local_script( 'postmessage', 'nojquery.ba-postmessage.min.js' );
     39        fs_enqueue_local_script( 'postmessage', 'nojquery.ba-postmessage.js' );
    4040        fs_enqueue_local_script( 'fs-postmessage', 'postmessage.js' );
    4141    ?>
  • wp-notification-bell/trunk/freemius/templates/pricing.php

    r2934827 r3067195  
    4040    wp_enqueue_script( 'jquery' );
    4141    wp_enqueue_script( 'json2' );
    42     fs_enqueue_local_script( 'postmessage', 'nojquery.ba-postmessage.min.js' );
     42    fs_enqueue_local_script( 'postmessage', 'nojquery.ba-postmessage.js' );
    4343    fs_enqueue_local_script( 'fs-postmessage', 'postmessage.js' );
    4444    fs_enqueue_local_style( 'fs_common', '/admin/common.css' );
  • wp-notification-bell/trunk/includes/comments.php

    r3030323 r3067195  
    3030        }
    3131        $parent_id = $new_comment['comment_parent'];
     32        $parent_author = 0;
    3233        $parent = get_comment( $parent_id, ARRAY_A );
    33         $parent_author = $parent['user_id'];
     34        // Check if $parent is null or not set
     35        if ( $parent && is_array( $parent ) ) {
     36            $parent_author = $parent['user_id'];
     37        }
    3438        $post = $new_comment['comment_post_ID'];
    3539        $new_user_meta = array(
  • wp-notification-bell/trunk/readme.txt

    r3030323 r3067195  
    33Tags: notifications, woocommerce, bbpress, buddypress, alert, live, message, comments, ajax, dokan, woocommerce notifications
    44Requires at least: 4.0
    5 Tested up to: 6.4.3
    6 Stable tag: 1.3.29
     5Tested up to: 6.5
     6Stable tag: 1.3.30
    77Requires PHP: 5.6
    88License: GPLv2 or later
  • wp-notification-bell/trunk/wp-notification-bell.php

    r3030323 r3067195  
    55 * Plugin URI: https://wpsimpleplugins.wordpress.com/documentation/
    66 * Description: On-site notification system.
    7  * Version: 1.3.29
     7 * Version: 1.3.30
    88 * Author: SPlugins
    99 * Author URI: https://wpsimpleplugins.wordpress.com/documentation/
Note: See TracChangeset for help on using the changeset viewer.