Plugin Directory

Changeset 3369426


Ignore:
Timestamp:
09/29/2025 05:25:44 AM (6 months ago)
Author:
ivole
Message:

5.83.4

Location:
customer-reviews-woocommerce
Files:
881 added
5 edited

Legend:

Unmodified
Added
Removed
  • customer-reviews-woocommerce/trunk/class-ivole.php

    r3365421 r3369426  
    8585
    8686class Ivole {
    87     const CR_VERSION = '5.83.3';
     87    const CR_VERSION = '5.83.4';
    8888
    8989    public function __construct() {
  • customer-reviews-woocommerce/trunk/css/frontend.css

    r3357234 r3369426  
    103103}
    104104.cr-all-reviews-shortcode .cr-comment-images, .cr-comment-videos {
     105    margin: 0;
     106}
     107.cr-all-reviews-shortcode .comment_container .avatar {
     108    position: absolute;
     109    float: left;
     110    padding: 0;
     111    top: 0;
     112    left: 0;
    105113    margin: 0;
    106114}
  • customer-reviews-woocommerce/trunk/includes/settings/class-cr-settings-trust-badges.php

    r3259474 r3369426  
    99    class Ivole_Trust_Badges {
    1010
    11         /**
    12         * @var Ivole_Trust_Badges The instance of the trust badges admin menu
    13         */
    1411        protected $settings_menu;
    15 
    16         /**
    17         * @var string The slug of this tab
    18         */
    1912        protected $tab;
    20 
    21         /**
    22         * @var array The fields for this tab
    23         */
    2413        protected $settings;
    2514        protected $language;
    26 
    2715        protected $floating_light;
    2816        protected $floating_dark;
     17        protected $verified_page;
     18        protected $store_stats;
    2919
    3020        public function __construct( $settings_menu ) {
  • customer-reviews-woocommerce/trunk/ivole.php

    r3365421 r3369426  
    44Description: Customer Reviews for WooCommerce plugin helps you get more customer reviews for your shop by sending automated reminders and coupons.
    55Plugin URI: https://wordpress.org/plugins/customer-reviews-woocommerce/
    6 Version: 5.83.3
     6Version: 5.83.4
    77Author: CusRev
    88Author URI: https://www.cusrev.com/business/
     
    1111Requires at least: 4.5
    1212WC requires at least: 3.6
    13 WC tested up to: 10.1
     13WC tested up to: 10.2
    1414License: GPLv3
    1515
  • customer-reviews-woocommerce/trunk/readme.txt

    r3365421 r3369426  
    55Tested up to: 6.8
    66Requires PHP: 7.2
    7 Stable tag: 5.83.3
     7Stable tag: 5.83.4
    88License: GPLv3 or later
    99License URI: https://www.gnu.org/licenses/gpl.html
     
    234234== Changelog ==
    235235
     236= 5.83.4 =
     237* Bug fix: a depreciation warning
     238* Bug fix: CSS for avatars display
    236239= 5.83.3 =
    237240* Improvement: new error message if discount settings are not saved before testing review-for-discount emails
Note: See TracChangeset for help on using the changeset viewer.