Changeset 2265276
- Timestamp:
- 03/22/2020 05:10:17 AM (6 years ago)
- Location:
- cf7-db-tool/trunk
- Files:
-
- 2 edited
-
cf7-db-tool.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
cf7-db-tool/trunk/cf7-db-tool.php
r2263980 r2265276 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.1. 110 * Version: 3.1.2 11 11 */ 12 12 13 define('CF7_DBT_VERSION', '3. 0.1');14 define('CF7_DBT_DB_VERSION', '3. 0.1');13 define('CF7_DBT_VERSION', '3.1.2'); 14 define('CF7_DBT_DB_VERSION', '3.1.2'); 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
r2263987 r2265276 4 4 Requires at least: 4.8 5 5 Tested up to: 5.3 6 Stable tag: 3.1. 16 Stable tag: 3.1.2 7 7 License: GPLv2 or later 8 8 License URI: https://www.gnu.org/licenses/gpl-2.0.html
Note: See TracChangeset
for help on using the changeset viewer.