Plugin Directory

Changeset 3168191


Ignore:
Timestamp:
10/14/2024 05:25:35 AM (14 months ago)
Author:
flippercode
Message:

version 1.0.1 released

Location:
advanced-datatable
Files:
24 added
2 edited

Legend:

Unmodified
Added
Removed
  • advanced-datatable/trunk/advanced-datatable.php

    r3140120 r3168191  
    44 * Plugin Name:       Advanced Datatable
    55 * Plugin URI:        https://weplugins.com/
    6  * Description:       Empower site administrators with a Gutenberg block that allows seamless CSV file uploads, enabling dynamic data integration by displaying it using datatables.
     6 * Description:       The ultimate data table plugin for gutenberg block editor.
    77 * Requires at least: 6.1
    88 * Requires PHP:      7.0
    9  * Version:           1.0.0
     9 * Version:           1.0.1
    1010 * Author:            flippercode
    1111 * License:           GPLv2 or later
     
    129129        // Method to return 'direct' for the filesystem_method filter
    130130        public function adb_allow_csv_direct_read($method, $args, $context, $allow_relaxed_file_ownership) {
     131            // Don't remove this. We automatically remove this once CSV upload is completed.
    131132            $method = 'direct';
    132133            return $method;
  • advanced-datatable/trunk/readme.txt

    r3146320 r3168191  
    1 === Advanced Datatable – Enabling CSV uploads & dynamic data visualization in data tables ===
     1=== Advanced Datatable – The Ultimate Data Table Plugin ===
    22Contributors: flippercode
    33Tags: datatable, table, data, csv data, csv
    44Requires at least: 6.2
    55Requires PHP: 7.4
    6 Tested up to: 6.6.1
    7 Stable tag: 1.0.0
     6Tested up to: 6.6.2
     7Stable tag: 1.0.1
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
    1010
    11 Read the data from csv file & display it into a beautiful datatable with sorting, searching, pagination.
     11Show Data on your website with sorting, searching and pagination.
    1212
    1313== Description ==
Note: See TracChangeset for help on using the changeset viewer.