Plugin Directory

Changeset 2942026


Ignore:
Timestamp:
07/23/2023 09:16:31 AM (3 years ago)
Author:
componentsoftware
Message:

1.2.0

Location:
db-views-data-table/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • db-views-data-table/trunk/db-views-data-table.php

    r2936308 r2942026  
    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.1.0
     5Version:     1.2.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.1.0' );
     16define( 'DB_VIEWS_DATA_TABLE_VER', '1.2.0' );
    1717
    1818if ( ! class_exists( 'DB_Views_Data_Table' ) ) {
     
    5656            $_show = esc_attr( $show );
    5757            $prm = (($_pos = strpos($_show, "?")) !== FALSE) ? substr($_show, $_pos+1) : $_show;
    58             $app = 'https://web.db-views.app?' . $prm;
     58            $app = 'https://app.db-views.com?' . $prm;
    5959            $src = 'src="' . esc_attr( $app ) . '&wp=1"';
    6060
  • db-views-data-table/trunk/readme.txt

    r2936308 r2942026  
    44Requires at least: 5.0
    55Tested up to: 6.2
    6 Stable tag: 1.1.0
     6Stable tag: 1.2.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://web.db-views.app?signup=1&campaign=data_table)
     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)
    1414
    15 *Key Features*
     15= Key Features =
     16
    1617* Display and edit table data in a frame embedded in any webpage.
    1718* Fully customize your tables. Enjoy complete language localization.
     
    2021* Enjoy fast drag & drop development. With our low-code solution, JavaScript coding skills are only required for advanced scenarios.
    2122
    22 *Handle Multi-Source Data*
     23= Handle Multi-Source Data =
     24
    2325* Import data in various formats: SQL dumps, JSON, XML, CSV, OpenOffice, LibreOffice, Excel, Google Sheets, and OneDrive spreadsheets.
    24 * You can also link your existing [SQL database servers](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.
    2527* 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.
    2628
    27 *Out-of-the-Box End-User Functionality*
     29= Out-of-the-Box End-User Functionality =
     30
    2831* Sort and filter your tables by any column combination. Save common filters for daily use.
    2932* Use the inline editor to edit table cell values. The soft-delete feature lets you delete or restore any row.
     
    3134* Paging with smart caching supports the seamless browsing of large data tables.
    3235
    33 *Views and Apps*
     36= Views and Apps =
     37
    3438* Create views based on related data columns from multiple sources (aka "remote joins").
    3539* Filter data by any column combination.
     
    3943* Publish views and apps in any webpage.
    4044
    41 *Interoperability*
     45= Interoperability =
     46
    4247* Export any view to PDF, JSON, or CSV format.
    4348* Use web-hooks, user actions, and CRUD API to integrate with 3rd-party systems.
    4449* Enhance field functionality with JavaScript snippets and REST calls.
    4550
    46 *Enjoy a FREE Starter License*
     51= Enjoy a FREE Starter License =
     52
    4753* The free license lets you experience all the features we offer at DB-Views.
    4854* Continue using DB-Views for free (low-scale and mid-scale implementations only).
     
    5258**To install the DB-Views Data Table plugin:**
    5359
    54 1. Open the *Plugins* panel of the *WordPress Admin* dashboard and click **Add new**. Search for *DB-Views* and click the **Install** button.
     601. Open the *Plugins* panel of the *WordPress Admin* dashboard and click **Add new**. Search for "database views and webforms" and click the **Install** button.
    55612. **Activate** the plugin from the *Plugins* panel.
    56623. To test-drive with the demo app, insert the following shortcode to any WordPress page:<br>
     
    5965**To create your own views and apps:**
    6066
    61 1. [Create your free account](https://web.db-views.app?signup=1&campaign=data_table) or sign-in to DB-Views.
     671. [Create your free account](https://app.db-views.com?signup=1&campaign=data_table) or sign-in to DB-Views.
    62682. Create a table, then create a view.
    63693. On the view's *Sharing* tab, select *Sharing with: Guests*.
     
    7480== Changelog ==
    7581
     82= 1.2.0 =
     83Remote servers supported:
     84
     85* Azure / Microsoft SQL Server
     86* MySQL
     87* PostgreSQL
     88* Oracle Database
     89* Amazon Athena
     90* Google BigQuery
     91* Snowflake
     92* MariaDB
     93* MongoDB
     94* GraphQL
     95
     96*Release Date - 23-Jul-2023*
     97
    7698= 1.1.0 =
    77 *Release Date - 10-Jul-2023*
    7899Remote servers supported:
     100
    79101* Azure / Microsoft SQL Server
    80102* MySQL
     
    82104* Oracle Database (beta)
    83105
     106*Release Date - 10-Jul-2023*
     107
    84108= 1.0.0 =
    85109*Release Date - 11-May-2023*
Note: See TracChangeset for help on using the changeset viewer.