Plugin Directory

Changeset 2224783


Ignore:
Timestamp:
01/09/2020 12:02:00 PM (6 years ago)
Author:
orangetoolz
Message:

added report graph styles

Location:
cf7-db-tool/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • cf7-db-tool/trunk/cf7-db-tool.php

    r2218215 r2224783  
    77 * Author: OrangeToolz
    88 * Text Domain: cf7-db-tool
    9  * Tags: contact, cf7, contact form 7, db, export, save, wpcf7, contact form 7 db,  contact form 7 database, contact form 7 data export
    10  * Version: 2.1.3
     9 * Tags: contact, cf7, contact form 7, db, export, save, wpcf7, contact form 7 db,  contact form 7 database, contact form 7 data export, contact form 7 database addon
     10 * Version: 2.1.4
    1111 */
    1212
    13 define('CF7_DBT_VERSION', '2.1.3');
    14 define('CF7_DBT_DB_VERSION', '2.1.3');
     13define('CF7_DBT_VERSION', '2.1.4');
     14define('CF7_DBT_DB_VERSION', '2.1.4');
    1515define('CF7_DBT_PATH', __DIR__);
    1616define('CF7_DBT_URL', plugins_url(basename(CF7_DBT_PATH)));
  • cf7-db-tool/trunk/readme.txt

    r2218204 r2224783  
    11=== CF7 DB Tool ===
    22Contributors: orangetoolz
    3 Tags: contact, cf7, contact form 7, db, export, save, wpcf7, contact form 7 db,  contact form 7 database, contact form 7 data export
     3Tags: contact, cf7, contact form 7, db, export, save, wpcf7, contact form 7 db,  contact form 7 database, contact form 7 data export, contact form 7 database addon
    44Requires at least: 4.8
    55Tested up to: 5.3
    6 Stable tag: 2.1.3
     6Stable tag: 2.1.4
    77License: GPLv2 or later
    88License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    8585*Added support link for request custom feature.
    8686
     87= 2.1.4 =
     88*Release Date - January 9, 2020*
     89*Added custom css for report graph.
     90
  • cf7-db-tool/trunk/src/Report.php

    r2218204 r2224783  
    170170                                {
    171171                                    label: 'Mail Sent',
    172                                     backgroundColor: 'orange',
    173                                     borderColor: 'green',
     172                                    backgroundColor: 'rgb(122,208,58)',
     173                                    borderColor: 'rgb(122,208,58)',
    174174                                    fill: false,
    175175                                    data: receiveDatas[filterBy],
     
    177177                                {
    178178                                    label: 'Mail Failed',
    179                                     backgroundColor: 'white',
     179                                    backgroundColor: 'red',
    180180                                    borderColor: 'red',
    181181                                    fill: false,
Note: See TracChangeset for help on using the changeset viewer.