Plugin Directory

Changeset 3338701


Ignore:
Timestamp:
08/04/2025 05:21:46 AM (7 months ago)
Author:
vjinfotech
Message:

add tag 3.9.30

Location:
wp-import-export-lite/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • wp-import-export-lite/trunk/includes/classes/import/class-wpie-upload-validate.php

    r3323402 r3338701  
    8282
    8383                if ( preg_match( '%\W(txt)$%i', trim( $file_name ) ) ) {
    84 
    85                         if ( $fileFormat === false ) {
     84   
     85                        if ( $fileFormat === false || !in_array( $fileFormat, [ 'csv', 'json', 'xml' ] ) ) {
    8686                                $fileFormat = isset( $_GET[ 'activeFormat' ] ) && !empty( $_GET[ 'activeFormat' ] ) && in_array( $_GET[ 'activeFormat' ], [ 'csv', 'json', 'xml' ] ) ? wpie_sanitize_field( $_GET[ 'activeFormat' ] ) : "csv";
    8787                        }
  • wp-import-export-lite/trunk/readme.txt

    r3323402 r3338701  
    66Tested up to: 6.8
    77Requires PHP: 5.6
    8 Stable tag: 3.9.29
     8Stable tag: 3.9.30
    99License: GPLv3
    1010License URI: https://www.gnu.org/licenses/gpl-3.0.html
  • wp-import-export-lite/trunk/wp-import-export-lite.php

    r3323402 r3338701  
    44  Plugin Name: WP Import Export Lite
    55  Description: The Advanced and powerful solution for importing and exporting data to WordPress. Import and Export to Posts, Pages, and Custom Post Types. Ability to update existing data, and much more.
    6   Version: 3.9.29
     6  Version: 3.9.30
    77  Author: VJInfotech
    88  Author URI: http://www.vjinfotech.com
     
    2020// Plugin version
    2121if ( !defined( 'WPIE_PLUGIN_VERSION' ) ) {
    22         define( 'WPIE_PLUGIN_VERSION', '3.9.29' );
     22        define( 'WPIE_PLUGIN_VERSION', '3.9.30' );
    2323}
    2424// Plugin version
Note: See TracChangeset for help on using the changeset viewer.