Changeset 2945257
- Timestamp:
- 07/31/2023 08:00:04 AM (20 months ago)
- Location:
- db-views-data-table/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
db-views-data-table/trunk/db-views-data-table.php
r2942026 r2945257 3 3 Plugin Name: DB-Views Data Table 4 4 Description: Add full database functionality to your website. Display advanced data tables and multistep webforms in any webpage. 5 Version: 1. 2.05 Version: 1.3.0 6 6 Author: DB-Views 7 7 Author URI: https://www.db-views.com … … 14 14 define( 'DB_VIEWS_DATA_TABLE_FILE', __FILE__ ); 15 15 define( 'DB_VIEWS_DATA_TABLE_PLUGIN_PATH', plugin_dir_path( __FILE__ ) ); 16 define( 'DB_VIEWS_DATA_TABLE_VER', '1. 2.0' );16 define( 'DB_VIEWS_DATA_TABLE_VER', '1.3.0' ); 17 17 18 18 if ( ! class_exists( 'DB_Views_Data_Table' ) ) { -
db-views-data-table/trunk/readme.txt
r2942026 r2945257 4 4 Requires at least: 5.0 5 5 Tested up to: 6.2 6 Stable tag: 1. 2.06 Stable tag: 1.3.0 7 7 License: GPLv2 or later 8 8 … … 11 11 == Description == 12 12 13 [D etailed Features](https://db-views.com/product/wordpress-data-table) | [Live Demo](https://db-views.com/live-demos/artworks-by-department-live-demo) | [Create FREE Account](https://app.db-views.com?signup=1&campaign=data_table)13 [DB-Views Home](https://db-views.com/) | [Data Table Features](https://db-views.com/product/wordpress-data-table) | [Live Demos](https://db-views.com/live-demos/) | [Create a FREE Account](https://app.db-views.com?signup=1&campaign=wp-data-table) 14 14 15 15 = Key Features = … … 24 24 25 25 * Import data in various formats: SQL dumps, JSON, XML, CSV, OpenOffice, LibreOffice, Excel, Google Sheets, and OneDrive spreadsheets. 26 * You can also link your existing database servers: Azure/Microsoft SQL Server, MySQL, PostgreSQL, Oracle Database, Amazon Athena, Google BigQuery, Snowflake, MariaDB, MongoDB, GraphQL, and more [ full list](https://db-views.com/product/data-sources). A live copy of the data will be displayed.26 * You can also link your existing database servers: Azure/Microsoft SQL Server, MySQL, PostgreSQL, Oracle Database, Amazon Athena, Google BigQuery, Snowflake, MariaDB, MongoDB, GraphQL, and more [(full list)](https://db-views.com/product/data-sources). A live copy of the data will be displayed. 27 27 * For fresh data tables, use the provided table builder tool. This intuitive yet powerful tool supports a variety of column types: validated text, phone numbers, dates, numeric values, selections (single and multiple), images, uploaded files, and more. 28 28 … … 80 80 == Changelog == 81 81 82 = 1.3.0 = 83 Minor updates 84 85 *Release Date - 31-Jul-2023* 86 82 87 = 1.2.0 = 83 88 Remote servers supported:
Note: See TracChangeset
for help on using the changeset viewer.