Plugin Directory

Changeset 2945257


Ignore:
Timestamp:
07/31/2023 08:00:04 AM (20 months ago)
Author:
componentsoftware
Message:

V1.3.0 - Minor updates

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  
    33Plugin Name: DB-Views Data Table
    44Description: Add full database functionality to your website. Display advanced data tables and multistep webforms in any webpage.
    5 Version:     1.2.0
     5Version:     1.3.0
    66Author:      DB-Views
    77Author URI:  https://www.db-views.com
     
    1414define( 'DB_VIEWS_DATA_TABLE_FILE', __FILE__ );
    1515define( 'DB_VIEWS_DATA_TABLE_PLUGIN_PATH', plugin_dir_path( __FILE__ ) );
    16 define( 'DB_VIEWS_DATA_TABLE_VER', '1.2.0' );
     16define( 'DB_VIEWS_DATA_TABLE_VER', '1.3.0' );
    1717
    1818if ( ! class_exists( 'DB_Views_Data_Table' ) ) {
  • db-views-data-table/trunk/readme.txt

    r2942026 r2945257  
    44Requires at least: 5.0
    55Tested up to: 6.2
    6 Stable tag: 1.2.0
     6Stable tag: 1.3.0
    77License: GPLv2 or later
    88
     
    1111== Description ==
    1212
    13 [Detailed 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)
    1414
    1515= Key Features =
     
    2424
    2525* 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.
    2727* 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.
    2828
     
    8080== Changelog ==
    8181
     82= 1.3.0 =
     83Minor updates
     84
     85*Release Date - 31-Jul-2023*
     86
    8287= 1.2.0 =
    8388Remote servers supported:
Note: See TracChangeset for help on using the changeset viewer.