Plugin Directory

Changeset 2704756


Ignore:
Timestamp:
04/05/2022 04:47:36 AM (4 years ago)
Author:
proofratings
Message:

version 1.1.1

Location:
proofratings/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • proofratings/trunk/assets/css/proofratings.css

    r2688628 r2704756  
    489489    --review_rating_background_color: #f5f8ff;
    490490
     491    left: 0;
     492    right: 0;
     493    bottom: 0;
     494    display: flex;
     495    row-gap: 20px;
     496    z-index: 150000;
     497    position: fixed;   
     498    flex-wrap: wrap;
     499    column-gap: 30px;
    491500    min-height: 90px;
    492501    padding: 15px 20px;
    493     position: fixed;   
    494     bottom: 0;
    495     left: 0;
    496     right: 0;
    497     display: flex;
    498     flex-wrap: wrap;
    499502    justify-content: center;
    500503    align-items: center;
    501     z-index: 150000;
    502504    background-color: var(--backgroundColor, #fff);
    503505    transform: translateY(calc(100% + 40px));
     
    546548
    547549
    548 .proofratings-banner-badge .proofratings-logos {margin: 0 30px 0 0;}
     550.proofratings-banner-badge .proofratings-logos {margin: 0}
    549551
    550552.proofratings-banner-badge .rating-box {
     
    552554    min-width: 230px;
    553555    height: 48px;
    554     margin-right: 30px;
    555556    line-height: 1;
    556557    padding: 14px;
     
    570571.proofratings-banner-badge .rating-box .rating {color: inherit; font-size: 14px; font-weight: bold; line-height: 1.5;}
    571572
    572 .proofratings-banner-badge .proofratings-review-count {color: var(--reviewCountTextcolor); margin: 0 100px 0 0; font-weight: normal;}
     573.proofratings-banner-badge .proofratings-review-count {color: var(--reviewCountTextcolor); line-height: 1.1; margin: 0 100px 0 0; font-weight: normal;}
     574
     575.proofratings-banner-badge .button-container {display:flex; align-items: center; justify-content: center; flex-wrap: wrap; column-gap: 30px; row-gap: 10px;}
    573576
    574577.proofratings-banner-badge .proofratings-button {
     
    584587    align-items: center;
    585588    justify-content: center;
    586     margin-right: 29px;
    587589    text-decoration: none;
    588590    border-radius: 100px;
     
    635637}
    636638
    637 @media screen and (max-width: 1024px) {
     639@media screen and (max-width: 1199px) {
    638640    .proofratings-banner-badge {padding-top: 25px; padding-bottom: 25px;}
    639641    .proofratings-banner-badge .proofratings-review-count {margin-right: 0;}
    640     .proofratings-banner-badge .button-container {display: flex; flex: 0 0 100%; align-items: center; justify-content: center; margin-top: 20px}
     642    .proofratings-banner-badge .button-container {flex: 0 0 100%}
    641643}
    642644
    643645@media screen and (max-width: 767px) {
    644646    .badge-hidden-mobile {display: none!important}
    645     .proofratings-banner-badge .proofratings-review-count {margin-top: 15px;}
    646647}
    647648
    648649@media screen and (max-width: 575px) {
    649     .proofratings-banner-badge .proofratings-logos {flex: 0 0 100%; margin: 0 0 10px 0;}
     650    .proofratings-banner-badge .proofratings-logos {flex: 0 0 100%; margin-bottom: -5px;}
    650651    .proofratings-banner-badge .rating-box {margin-right: 0;}
    651     .proofratings-banner-badge .proofratings-review-count {flex: 0 0 100%; margin: 15px auto}
    652 
    653     .proofratings-banner-badge .button-container {margin-top: 0;}
     652    .proofratings-banner-badge .proofratings-review-count {flex: 0 0 100%}
    654653
    655654    .proofratings-popup-widgets-box {--column: 1!important; justify-content: center;}
     
    661660    .proofratings-badge.proofratings-badge-narrow.connected-more {max-width: 80%; flex-wrap: wrap; justify-content: center;}
    662661    .proofratings-badge.proofratings-badge-narrow.connected-more .proofratings-logos {flex: 0 0 100%; margin-right: 0; margin-bottom: 5px;}
    663     .proofratings-banner-badge .proofratings-logos {flex: 0 0 100%; margin: 0 0 20px }
    664662
    665663    .proofratings-badge.badge-float .proofratings-close {display: none;}
  • proofratings/trunk/proofratings.php

    r2688628 r2704756  
    44 * Plugin URI: https://proofratings.com
    55 * Description: Proofratings monitors all your third party sites for reviews by your customers. Sharing review ratings badges on your website increases conversions.
    6  * Version: 1.1.0
     6 * Version: 1.1.1
    77 * Author: Proofratings
    88 * Requires at least: 5.2
     
    2121
    2222// Define constants.
    23 define( 'PROOFRATINGS_VERSION', '1.1.0' );
     23define( 'PROOFRATINGS_VERSION', '1.1.1' );
    2424define( 'PROOFRATINGS_PLUGIN_DIR', untrailingslashit( plugin_dir_path( __FILE__ ) ) );
    2525define( 'PROOFRATINGS_PLUGIN_URL', untrailingslashit(plugin_dir_url(__FILE__)));
  • proofratings/trunk/readme.txt

    r2688629 r2704756  
    44Tags: testimonials, reviews badge, ratings badge, reviews widget, ratings widget, solar reviews
    55Requires at least: 5.2
    6 Tested up to: 5.8
    7 Stable tag: 1.1.0
     6Tested up to: 5.9.2
     7Stable tag: 1.1.1
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    8080
    8181== Changelog ==
     82= 1.1.1 =
     83* Fix minor issue
     84
    8285= 1.1.0 =
    8386* Fix minor issue
Note: See TracChangeset for help on using the changeset viewer.