Plugin Directory

Changeset 3190071


Ignore:
Timestamp:
11/16/2024 08:39:42 AM (17 months ago)
Author:
wibergsweb
Message:

stable tag setting removed and tested with latest version of Wordpress

Location:
csv-to-html/trunk
Files:
2 edited

Legend:

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

    r3103302 r3190071  
    44Plugin URI: http://www.wibergsweb.se/plugins/csvtohtml
    55Description:Display/edit/synchronize csv-file(s) dynamically into a html-table
    6 Version: 3.04
     6Version: 3.05
    77Author: Wibergs Web
    88Author URI: http://www.wibergsweb.se/
     
    6060    }     
    6161
     62   
    6263   /**
    6364    *   uploadfile_ajax()
     
    122123     * @return $json    json-format     json-format for key/pair
    123124     */
    124     public function get_defaults_json() {     
     125    public function get_defaults_json()
     126    {     
    125127        $defaults = $this->get_defaults();       
    126128        echo json_encode( $defaults );
  • csv-to-html/trunk/readme.txt

    r3103747 r3190071  
    55Requires PHP: 5.6
    66Requires at least: 3.0.1
    7 Tested up to: 6.5.3
    8 Stable tag: 3.0
     7Tested up to: 6.7
    98License: GPLv2
    109License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    141140== Changelog ==
    142141
     142= 3.05 =
     143Modified settings and tested with latest version of Wordpress.
     144
    143145= 3.04 =
    144146Total nr of lines can now be calculated and shown instead of calculated total values (with setting totals_cols_bottom_countlines="yes")
Note: See TracChangeset for help on using the changeset viewer.