Plugin Directory

Changeset 3269890


Ignore:
Timestamp:
04/09/2025 04:29:36 PM (12 months ago)
Author:
adreastrian
Message:

releasing v5.0.20

Location:
ninja-tables
Files:
541 added
6 deleted
3 edited

Legend:

Unmodified
Added
Removed
  • ninja-tables/trunk/ninja-tables.php

    r3269692 r3269890  
    66Plugin Name: Ninja Tables
    77Description: The Easiest & Fastest Responsive Table Plugin on WordPress. Multiple templates, drag-&-drop live table builder, multiple color scheme, and styles.
    8 Version: 5.0.19
     8Version: 5.0.20
    99Author: WPManageNinja LLC
    1010Author URI: https://ninjatables.com/
     
    1919define('NINJA_TABLES_DIR_URL', plugin_dir_url(__FILE__));
    2020define('NINJA_TABLES_DIR_PATH', plugin_dir_path(__FILE__));
    21 define('NINJA_TABLES_VERSION', '5.0.19');
     21define('NINJA_TABLES_VERSION', '5.0.20');
    2222define('NINJA_TABLES_BASENAME', plugin_basename(__FILE__));
    2323
  • ninja-tables/trunk/readme.txt

    r3269692 r3269890  
    55Requires PHP: 7.4
    66Tested up to: 6.7
    7 Stable tag: 5.0.19
     7Stable tag: 5.0.20
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    408408
    409409### What's New on 5.0.19?
     410
     411= 5.0.20 (Date: April 09, 2025) =
     412* Fixes file upload issue
    410413
    411414= 5.0.19 (Date: April 09, 2025) =
  • ninja-tables/trunk/vendor/wpfluent/framework/src/WPFluent/Http/Request/File.php

    r3269692 r3269890  
    446446            'size'          => size_format($this->size),
    447447            'name'          => $this->getSavedFileName(),
     448            'tmp_name'      => $this->getPathname(),
    448449            'path'          => $this->getPathname(),
    449450            'url'           => $this->getUrl(),
Note: See TracChangeset for help on using the changeset viewer.