Plugin Directory

Changeset 3354338


Ignore:
Timestamp:
09/02/2025 04:07:09 AM (4 months ago)
Author:
themepoints
Message:

*Release Date - 02 September 2025*

  • Fix Security Issue.
Location:
super-testimonial/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • super-testimonial/trunk/includes/metabox/tp-testimonials-metabox.php

    r3328073 r3354338  
    7171    <?php
    7272    }
    73 }   
     73}
    7474add_action( 'manage_tptscode_posts_custom_column' , 'tps_super_testimonials_shortcode_clmn_display', 10, 2 );
    7575
     
    10541054                            </tr>
    10551055                            <!-- End Pagination -->
    1056                            
     1056
    10571057                            <tr valign="top" id="pagi_align_controller" style="<?php if ( $pagination == 'false') { echo "display:none;"; }?>">
    10581058                                <th scope="row">
  • super-testimonial/trunk/readme.txt

    r3334698 r3354338  
    55Requires at least: 4.0
    66Tested up to: 6.8.2
    7 Stable tag: 4.0.8
     7Stable tag: 4.0.9
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    217217== Changelog ==
    218218
    219 = 4.0.8=
     219= 4.0.9 =
     220*Release Date - 02 September 2025*
     221 * Fix Security Issue.
     222
     223= 4.0.8 =
    220224*Release Date - 27 July 2025*
    221225 * Fix Cross Site Scripting (XSS) Issue.
  • super-testimonial/trunk/tp-testimonials.php

    r3334698 r3354338  
    44    Plugin URI: https://themepoints.com/testimonials/
    55    Description: Super Testimonials is a responsive plugin designed for both mobile and desktop devices. It allows users to easily add testimonials as widgets, in the sidebar, or directly within pages and posts using shortcodes.
    6     Version: 4.0.8
     6    Version: 4.0.9
    77    Author: Themepoints
    88    Author URI: https://themepoints.com
     
    2020   
    2121    if ( !defined( 'TPS_TESTIMONIAL_VERSION' ) ) {
    22         define( 'TPS_TESTIMONIAL_VERSION', '4.0.8' );
     22        define( 'TPS_TESTIMONIAL_VERSION', '4.0.9' );
    2323    }
    2424
Note: See TracChangeset for help on using the changeset viewer.