Plugin Directory

Changeset 3221349


Ignore:
Timestamp:
01/13/2025 06:39:46 AM (11 months ago)
Author:
flippercode
Message:

tested with version 6.7.1 and added important filter description

Location:
advanced-datatable
Files:
24 added
2 edited

Legend:

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

    r3168191 r3221349  
    77 * Requires at least: 6.1
    88 * Requires PHP:      7.0
    9  * Version:           1.0.1
     9 * Version:           1.0.2
    1010 * Author:            flippercode
    1111 * License:           GPLv2 or later
     
    136136        function adb_read_attachment_id($attachment_id) {
    137137
     138            // Add the filter to allow CSV read but remove it after use
    138139            add_filter('filesystem_method', [ $this, 'adb_allow_csv_direct_read' ], 10, 4);
    139140
  • advanced-datatable/trunk/readme.txt

    r3189237 r3221349  
    44Requires at least: 6.2
    55Requires PHP: 7.4
    6 Tested up to: 6.7.0
    7 Stable tag: 1.0.1
     6Tested up to: 6.7.1
     7Stable tag: 1.0.2
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    6464== Changelog ==
    6565
     66= 1.0.2 =
     67* Fix : Improved coding standard.
     68
     69= 1.0.1 =
     70* New : Fixed CSS layout issues
     71
    6672= 1.0.0 =
    6773* New : Display beautiful datatable via Gutenberg editor with customisable UI.
Note: See TracChangeset for help on using the changeset viewer.