Plugin Directory

Changeset 3453554


Ignore:
Timestamp:
02/04/2026 07:09:09 AM (2 months ago)
Author:
pickelements
Message:
  • Latest Version Compatibility Issue.
  • Update Admin Interface.
Location:
testimonial-review/trunk
Files:
7 edited

Legend:

Unmodified
Added
Removed
  • testimonial-review/trunk/libs/meta-boxes/testimonial-review-post-metaboxes.php

    r3384401 r3453554  
    222222        $testimonialreview_navigation          = get_post_meta($post->ID, 'testimonialreview_navigation', true);
    223223        $testimonialreview_navigation_position = get_post_meta($post->ID, 'testimonialreview_navigation_position', true);
    224         $testimonialreview_navtextcolors       = get_post_meta($post->ID, 'testimonialreview_navtextcolors', true); 
    225         $testimonialreview_navtextcolors_hover = get_post_meta($post->ID, 'testimonialreview_navtextcolors_hover', true);   
     224        $testimonialreview_navtextcolors       = get_post_meta($post->ID, 'testimonialreview_navtextcolors', true);
     225        $testimonialreview_navtextcolors_hover = get_post_meta($post->ID, 'testimonialreview_navtextcolors_hover', true);
    226226        $testimonialreview_navbgcolors         = get_post_meta($post->ID, 'testimonialreview_navbgcolors', true);
    227227        $testimonialreview_navbghovercolors    = get_post_meta($post->ID, 'testimonialreview_navbghovercolors', true);
     
    366366                    </div>
    367367                </li>
     368
    368369                <!-- Tab 2  -->
    369370                <li style="<?php if($review_testimonial_navs == 2){echo "display: block;";} else{ echo "display: none;"; }?>" class="box2 tab-box <?php if($review_testimonial_navs == 2){echo "active";}?>">
     
    781782                                    </div>
    782783                                </div><!-- End Testimonial Grid Filter Menu Style -->
    783                                    
     784
    784785                                <div class="testimonial-customize-inner">
    785786                                    <div class="testimonial-heading-area">
     
    791792                                    </div>
    792793                                </div><!-- End Testimonial Grid Menu Text Color -->
    793                                    
     794
    794795                                <div class="testimonial-customize-inner">
    795796                                    <div class="testimonial-heading-area">
     
    801802                                    </div>
    802803                                </div><!-- End Testimonial Grid Menu Hover Bg Color -->
    803                                    
     804
    804805                                <div class="testimonial-customize-inner">
    805806                                    <div class="testimonial-heading-area">
     
    811812                                    </div>
    812813                                </div><!-- End Testimonial Grid Menu Hover Bg Color -->
    813                                    
     814
    814815                                <div class="testimonial-customize-inner extra-border">
    815816                                    <div class="testimonial-heading-area">
     
    912913                                            <option value="9000" <?php if ( isset ( $testimonialreview_autoplaytimeout ) ) selected( $testimonialreview_autoplaytimeout, '9000' ); ?>><?php _e('9 ', 'testimonial-review');?></option>
    913914                                            <option value="10000" <?php if ( isset ( $testimonialreview_autoplaytimeout ) ) selected( $testimonialreview_autoplaytimeout, '10000' ); ?>><?php _e('10', 'testimonial-review');?></option>
    914                                         </select>   
     915                                        </select>
    915916                                    </div>
    916917                                </div><!-- End Testimonial Slider Autoplay Time Out (Sec) -->
  • testimonial-review/trunk/libs/shortcode/template/theme-17.php

    r3384401 r3453554  
    155155        <p>Available only for Pro Version</p>
    156156    <?php } ?>
     157   
  • testimonial-review/trunk/libs/shortcode/template/theme-18.php

    r3384401 r3453554  
    180180        <p>Available only for Pro Version</p>
    181181    <?php } ?>
     182   
  • testimonial-review/trunk/libs/shortcode/template/theme-19.php

    r3384401 r3453554  
    163163        <p>Available only for Pro Version</p>
    164164    <?php } ?>
     165   
  • testimonial-review/trunk/libs/shortcode/testimonial-review-shortcode.php

    r3384401 r3453554  
    2929        $review_testimonial_laptop_columns     = get_post_meta($postid, 'review_testimonial_laptop_columns', true) ?: '3';
    3030        $review_testimonial_tablet_columns     = get_post_meta($postid, 'review_testimonial_tablet_columns', true) ?: '2';
    31         $review_testimonial_mobile_columns     = get_post_meta($postid, 'review_testimonial_mobile_columns', true) ?: '1';     
     31        $review_testimonial_mobile_columns     = get_post_meta($postid, 'review_testimonial_mobile_columns', true) ?: '1';
    3232        $review_testimonial_orderby            = get_post_meta($postid, 'review_testimonial_orderby', true);
    3333        $review_testimonial_order              = get_post_meta($postid, 'review_testimonial_order', true);
  • testimonial-review/trunk/readme.txt

    r3384401 r3453554  
    44Tags:  testimonial, testimonial shortcode, testimonial slider, testimonial widget, testimonials, random testimonials, client review
    55Requires at least: 4.0
    6 Tested up to: 6.8.3
    7 Stable tag: 2.0.2
     6Tested up to: 6.9
     7Stable tag: 2.0.3
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    159159== Changelog ==
    160160
     161= 2.0.3 =
     162* Latest Version Compatibility Issue.
     163* Update Admin Interface.
     164
    161165= 2.0.2 =
    162166* Fix Responsive Issue.
  • testimonial-review/trunk/testimonial-review.php

    r3384401 r3453554  
    44    Plugin URI: https://pickelements.com/testimonial-review
    55    Description: Testimonial Review plugin is a simple tool to display your customer's testimonials, feedback on your WordPress website. You can use any type of feedback to make a testimonial with the author's name, photo, company logo, and a URL to the client's website.
    6     Version: 2.0.2
     6    Version: 2.0.3
    77    Author: Pickelements
    88    Author URI: https://pickelements.com
Note: See TracChangeset for help on using the changeset viewer.