Changeset 3190071
- Timestamp:
- 11/16/2024 08:39:42 AM (17 months ago)
- Location:
- csv-to-html/trunk
- Files:
-
- 2 edited
-
csvtohtml.php (modified) (3 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
csv-to-html/trunk/csvtohtml.php
r3103302 r3190071 4 4 Plugin URI: http://www.wibergsweb.se/plugins/csvtohtml 5 5 Description:Display/edit/synchronize csv-file(s) dynamically into a html-table 6 Version: 3.0 46 Version: 3.05 7 7 Author: Wibergs Web 8 8 Author URI: http://www.wibergsweb.se/ … … 60 60 } 61 61 62 62 63 /** 63 64 * uploadfile_ajax() … … 122 123 * @return $json json-format json-format for key/pair 123 124 */ 124 public function get_defaults_json() { 125 public function get_defaults_json() 126 { 125 127 $defaults = $this->get_defaults(); 126 128 echo json_encode( $defaults ); -
csv-to-html/trunk/readme.txt
r3103747 r3190071 5 5 Requires PHP: 5.6 6 6 Requires at least: 3.0.1 7 Tested up to: 6.5.3 8 Stable tag: 3.0 7 Tested up to: 6.7 9 8 License: GPLv2 10 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 141 140 == Changelog == 142 141 142 = 3.05 = 143 Modified settings and tested with latest version of Wordpress. 144 143 145 = 3.04 = 144 146 Total 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.