Plugin Directory

Changeset 3225195


Ignore:
Timestamp:
01/19/2025 11:50:13 PM (14 months ago)
Author:
lorro
Message:

Update to v1.6.1

Location:
simple-table-manager
Files:
18 added
14 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • simple-table-manager/trunk/readme.txt

    r3003845 r3225195  
    22Contributors: ryo0inoue, lorro
    33Tags: database, table, mysql, crud, export
    4 Requires at least: 5.6
    5 Tested up to: 6.4
     4Requires at least: 6.2
     5Tested up to: 6.7
    66Requires PHP: 7.3
    7 Stable tag: 1.6.0
     7Stable tag: 1.6.1
    88License: GPLv3
    99License URI: http://www.gnu.org/licenses/gpl-3.0.html
    1010
    11 Enables editing table records and exporting them to CSV files through a minimal database interface from your dashboard.
     11Enables viewing and editing table records and exporting them to CSV files through a minimal database interface from your dashboard.
    1212
    1313== Description ==
     
    1919* No knowledge of MySQL or PHP required
    2020* Export table records to a CSV file
    21 * Does not allow users to change the structure of the table
     21* Does not allow users to create tables or change the structure of the table
    2222
    23 Unlike 'full featured' database management plugins, it does not allow users to alter the structure of the table but requires no knowledge on MySQL or PHP.
     23Simple Table Manager is a tool suited for the initial development phase of a website. It is ideal when you want to ask someone else with no database expertise to keep track of table records on your website. This was the motivation for developing this plugin.
    2424
    25 Similar to CakePHP's scaffold feature, Simple Table Manager is an auxiliary tool suited for the initial development phase of a website. It is also ideal when you want to ask someone else with no database expertise to keep track of table records on your website. This was the motivation for developing this plugin.
     25Note that to comply with wordpress.org plugin security guidelines, edited and added record fields are filtered through wp_kses_post() to prevent sql injection attacks. In some cases, wanted tags may be filtered out leading to field corruption. 
    2626
    2727== Installation ==
     
    30302. Or upload the entire 'simple-table-manager' folder to the '/wp-content/plugins/' directory.
    31313. Activate the plugin through the 'Plugins' menu in WordPress.
    32 4. On the plugin's 'Settings' page, select the table you want to manage.
     324. On the plugin's 'Settings' page, select the table you want to view and manage.
    3333
    3434Filter call examples for developer use:
     
    103103
    104104== Changelog ==
     105= 1.6.1 (2025-01-14) =
     106* Changes to meet wordpress.org plugin security guidelines
     107* Checked to work with WordPress 6.7
     108
    105109= 1.6.0 (2023-11-26) =
    106110* Enhanced security and other changes to comply with wordpress.org plugin guidelines.
     
    123127= Version 1.5.2 (2021-03-15) =
    124128* Added a setting to pretty print any unserialized arrays on the Edit tab
    125 * Added a filter example ts show how to setup a checkbox input with the plugin
     129* Added a filter example to show how to setup a checkbox input with the plugin
    126130* Tested with WP v5.7 & PHP v8.0.2
    127131
     
    173177== Upgrade Notice ==
    174178
    175 = 1.6.0 (2023-11-26) =
    176 * Enhanced security to comply with wordpress.org plugin guidelines.
    177 * Checked to work with WordPress 6.4
     179= 1.6.1 (2025-01-14)
     180* Changes to meet wordpress.org plugin security guidelines
     181* Checked to work with WordPress 6.7
Note: See TracChangeset for help on using the changeset viewer.