Plugin Directory

Changeset 3248949


Ignore:
Timestamp:
03/01/2025 05:42:22 PM (13 months ago)
Author:
wibergsweb
Message:

sorting bugfix

Location:
csv-to-html
Files:
890 added
2 edited

Legend:

Unmodified
Added
Removed
  • csv-to-html/trunk/csvtohtml.php

    r3240486 r3248949  
    44Plugin URI: http://www.wibergsweb.se/plugins/csvtohtml
    55Description:Display/edit/synchronize csv-file(s) dynamically into a html-table
    6 Version: 3.51
     6Version: 3.52
    77Author: Wibergs Web
    88Author URI: http://www.wibergsweb.se/
     
    40524052                for ( $c=0;$c<$cnt_headers;$c++ )
    40534053                {
    4054                     if (!isset($new_arr[$index][$c]))
    4055                     {
    4056                         break;
    4057                     }
    40584054                    $r[$c][1] = $new_arr[$index][$c];
    40594055                }               
  • csv-to-html/trunk/readme.txt

    r3240486 r3248949  
    66Requires at least: 3.0.1
    77Tested up to: 6.7.2
    8 Stable Tag: 3.51
     8Stable Tag: 3.52
    99License: GPLv2
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    142142(Currently working on / known bugs)
    143143* JSON fetch improvement
     144* CSV to HTML addon
     145
     146= 3.52 = (2025-03-01)
     147Sorting bugfix
    144148
    145149= 3.51 = (2025-02-14)
Note: See TracChangeset for help on using the changeset viewer.