Changeset 2270093
- Timestamp:
- 03/29/2020 09:58:49 AM (6 years ago)
- Location:
- cf7-db-tool/trunk
- Files:
-
- 2 edited
-
cf7-db-tool.php (modified) (1 diff)
-
readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
cf7-db-tool/trunk/cf7-db-tool.php
r2268381 r2270093 8 8 * Text Domain: cf7-db-tool 9 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: 3.5. 010 * Version: 3.5.1 11 11 */ 12 12 13 define('CF7_DBT_VERSION', '3.5. 0');14 define('CF7_DBT_DB_VERSION', '3.5. 0');13 define('CF7_DBT_VERSION', '3.5.1'); 14 define('CF7_DBT_DB_VERSION', '3.5.1'); 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
r2268381 r2270093 4 4 Requires at least: 4.8 5 5 Tested up to: 5.3 6 Stable tag: 3.5. 06 Stable tag: 3.5.1 7 7 License: GPLv2 or later 8 8 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 32 32 Upcoming features: 33 33 34 * Upload contact from CSV34 * Implement Webhook 35 35 * Email integration with bulk mail 36 36 … … 113 113 *Upload People from CSV 114 114 115 = 3.5.1 = 116 *Release Date - March 29, 2020* 117 *Bug fix 115 118 119
Note: See TracChangeset
for help on using the changeset viewer.