Plugin Directory

Changeset 3344180


Ignore:
Timestamp:
08/14/2025 02:05:57 AM (8 months ago)
Author:
themifyme
Message:

update

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

Legend:

Unmodified
Added
Removed
  • themify-portfolio-post/trunk/includes/themify-metabox/includes/themify-metabox-core.php

    r3037786 r3344180  
    560560        if ( isset( $_FILES['file'] ) ) {
    561561            $fileContent = themify_get_file_contents( $_FILES['file']['tmp_name'] );
    562             $new_data = unserialize( $fileContent );
     562            $new_data = unserialize( $fileContent , ['allowed_classes' => false] );
    563563            if ( $new_data !== null ) {
    564564                if ( 'colors' === $_POST['type'] ) {
  • themify-portfolio-post/trunk/readme.txt

    r3095368 r3344180  
    44Tags: portfolio, post, showcase, post-type
    55Requires at least: 5.2
    6 Tested up to: 6.5.3
    7 Stable tag: 1.2.9
     6Tested up to: 6.8.2
     7Stable tag: 1.3.0
     8License: GPL v2
     9License URI: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html
    810
    9 This plugin will add Portfolio post type.
     11Add a simple Portfolio post type to your site.
    1012
    1113== Description ==
  • themify-portfolio-post/trunk/themify-portfolio-post.php

    r3095368 r3344180  
    22/*
    33Plugin Name:  Themify Portfolio Post
    4 Version:      1.2.9
     4Version:      1.3.0
    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.2.9' );
     41        define( 'THEMIFY_PORTFOLIO_POST_VERSION', '1.3.0' );
    4242    }
    4343    if( ! defined( 'THEMIFY_PORTFOLIO_POST_DIR' ) ){
Note: See TracChangeset for help on using the changeset viewer.