Changeset 2224783
- Timestamp:
- 01/09/2020 12:02:00 PM (6 years ago)
- Location:
- cf7-db-tool/trunk
- Files:
-
- 3 edited
-
cf7-db-tool.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
-
src/Report.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
cf7-db-tool/trunk/cf7-db-tool.php
r2218215 r2224783 7 7 * Author: OrangeToolz 8 8 * 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. 39 * 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 11 11 */ 12 12 13 define('CF7_DBT_VERSION', '2.1. 3');14 define('CF7_DBT_DB_VERSION', '2.1. 3');13 define('CF7_DBT_VERSION', '2.1.4'); 14 define('CF7_DBT_DB_VERSION', '2.1.4'); 15 15 define('CF7_DBT_PATH', __DIR__); 16 16 define('CF7_DBT_URL', plugins_url(basename(CF7_DBT_PATH))); -
cf7-db-tool/trunk/readme.txt
r2218204 r2224783 1 1 === CF7 DB Tool === 2 2 Contributors: 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 3 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 4 4 Requires at least: 4.8 5 5 Tested up to: 5.3 6 Stable tag: 2.1. 36 Stable tag: 2.1.4 7 7 License: GPLv2 or later 8 8 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 85 85 *Added support link for request custom feature. 86 86 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 170 170 { 171 171 label: 'Mail Sent', 172 backgroundColor: ' orange',173 borderColor: ' green',172 backgroundColor: 'rgb(122,208,58)', 173 borderColor: 'rgb(122,208,58)', 174 174 fill: false, 175 175 data: receiveDatas[filterBy], … … 177 177 { 178 178 label: 'Mail Failed', 179 backgroundColor: ' white',179 backgroundColor: 'red', 180 180 borderColor: 'red', 181 181 fill: false,
Note: See TracChangeset
for help on using the changeset viewer.