Plugin Directory

Changeset 3411588


Ignore:
Timestamp:
12/05/2025 01:54:30 AM (4 months ago)
Author:
themifyme
Message:

Update plugin

Location:
themify-portfolio-post
Files:
63 added
3 edited

Legend:

Unmodified
Added
Removed
  • themify-portfolio-post/trunk/readme.txt

    r3344180 r3411588  
    44Tags: portfolio, post, showcase, post-type
    55Requires at least: 5.2
    6 Tested up to: 6.8.2
    7 Stable tag: 1.3.0
     6Tested up to: 6.9.0
     7Stable tag: 1.3.1
    88License: GPL v2
    99License URI: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html
  • themify-portfolio-post/trunk/templates/shortcode.php

    r3037786 r3411588  
    6161
    6262                    <?php if ( $atts['display'] === 'content' ) : ?>
    63                         <?php the_content( $atts['more_text'] ); ?>
     63                        <?php the_content( wp_kses_post( $atts['more_text'] ) ); ?>
    6464                    <?php elseif ( $atts['display'] === 'none' ) : ?>
    6565                        <!-- display: none -->
  • themify-portfolio-post/trunk/themify-portfolio-post.php

    r3344180 r3411588  
    22/*
    33Plugin Name:  Themify Portfolio Post
    4 Version:      1.3.0
     4Version:      1.3.1
    55Author:       Themify
    66Author URI:   https://themify.me
     
    3939    global $themify_portfolio_posts;
    4040    if(!defined('THEMIFY_PORTFOLIO_POST_VERSION')){
    41         define( 'THEMIFY_PORTFOLIO_POST_VERSION', '1.3.0' );
     41        define( 'THEMIFY_PORTFOLIO_POST_VERSION', '1.3.1' );
    4242    }
    4343    if( ! defined( 'THEMIFY_PORTFOLIO_POST_DIR' ) ){
Note: See TracChangeset for help on using the changeset viewer.