Plugin Directory

Changeset 2711033


Ignore:
Timestamp:
04/18/2022 11:53:47 AM (4 years ago)
Author:
pubydoc
Message:

version 1.1.0

Location:
pubydoc-data-tables-and-charts/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • pubydoc-data-tables-and-charts/trunk/config.php

    r2674491 r2711033  
    4343define('PYT_DEFAULT', 'default');
    4444
    45 define('PYT_VERSION', '1.0.0');
     45define('PYT_VERSION', '1.1.0');
    4646
    4747define('PYT_CLASS_PREFIX', 'pytc');
  • pubydoc-data-tables-and-charts/trunk/publish-your-table.php

    r2658739 r2711033  
    44 * Plugin URI: https://pubydoc.com/
    55 * Description: Create and manage beautiful data tables and charts with custom design.
    6  * Version: 1.0.0
     6 * Version: 1.1.0
    77 * Author: PubyDoc
    88 * Text Domain: publish-your-table
  • pubydoc-data-tables-and-charts/trunk/readme.txt

    r2710977 r2711033  
    198198
    199199Once you’ve created a table, you can allow a user to download the fields data. Let’s take a quick look at this process. Go to the Options > Feature tab and scroll down to the Export section. Here, in the Frontend export dropdown, you may set the format of the downloaded file. There are CSV, MS Excel 2007(.xlsx), MS Excel 2003 (.xls), PDF. Besides, you can add the Print button to a table so that a user could print the data.
     200
     201== Changelog ==
     202
     203= 1.1.0 =
     204* Minor issues fix
     205* License and upgrades fixed
     206* Added option Highlighting by mousehover in diagrams
     207* Added option Pagination menu
     208* Added clone for diagrams
     209* Fixed DataBase parameters
     210* Fixed foumulas
     211* Fix import
     212* Fixed editable fields on front
     213* Added comments on front
     214* Fixed convert into tooltips
     215* Added column titles as default trace names in diagrams
     216
     217= 1.0.0 =
     218* Initial release
     219
Note: See TracChangeset for help on using the changeset viewer.