Changeset 2679511
- Timestamp:
- 02/15/2022 11:32:43 PM (4 years ago)
- Location:
- wp-csv-exporter
- Files:
-
- 4 edited
- 1 copied
-
tags/1.3.5 (copied) (copied from wp-csv-exporter/trunk)
-
tags/1.3.5/readme.txt (modified) (1 diff)
-
tags/1.3.5/wp-csv-exporter.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (1 diff)
-
trunk/wp-csv-exporter.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wp-csv-exporter/tags/1.3.5/readme.txt
r2301922 r2679511 4 4 Tags: : csv, custom post, export, extract, import, csv import, csv importer, csv to custom post type, import, import CSV, wordpress csv import 5 5 Requires at least: 3.0 or higher 6 Tested up to: 5. 4.17 Stable tag: 1.3. 46 Tested up to: 5.9.0 7 Stable tag: 1.3.5 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html -
wp-csv-exporter/tags/1.3.5/wp-csv-exporter.php
r2301922 r2679511 5 5 Description: You can export posts in CSV format for each post type. It is compatible with posts' custom fields and custom taxonomies. It is also possible to set the number or date range of posts to download. 6 6 Author: Nakashima Masahiro 7 Version: 1.3. 47 Version: 1.3.5 8 8 Author URI: http://www.kigurumi.asia 9 9 License: GPLv2 or later … … 13 13 require('classes/wce-base.php'); 14 14 15 define('WCE_VERSION', '1.3. 4');15 define('WCE_VERSION', '1.3.5'); 16 16 define('WCE_PLUGIN_BASENAME', plugin_basename(__FILE__)); 17 17 define('WCE_PLUGIN_NAME', trim(dirname(WCE_PLUGIN_BASENAME), '/')); -
wp-csv-exporter/trunk/readme.txt
r2301922 r2679511 4 4 Tags: : csv, custom post, export, extract, import, csv import, csv importer, csv to custom post type, import, import CSV, wordpress csv import 5 5 Requires at least: 3.0 or higher 6 Tested up to: 5. 4.17 Stable tag: 1.3. 46 Tested up to: 5.9.0 7 Stable tag: 1.3.5 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html -
wp-csv-exporter/trunk/wp-csv-exporter.php
r2301922 r2679511 5 5 Description: You can export posts in CSV format for each post type. It is compatible with posts' custom fields and custom taxonomies. It is also possible to set the number or date range of posts to download. 6 6 Author: Nakashima Masahiro 7 Version: 1.3. 47 Version: 1.3.5 8 8 Author URI: http://www.kigurumi.asia 9 9 License: GPLv2 or later … … 13 13 require('classes/wce-base.php'); 14 14 15 define('WCE_VERSION', '1.3. 4');15 define('WCE_VERSION', '1.3.5'); 16 16 define('WCE_PLUGIN_BASENAME', plugin_basename(__FILE__)); 17 17 define('WCE_PLUGIN_NAME', trim(dirname(WCE_PLUGIN_BASENAME), '/'));
Note: See TracChangeset
for help on using the changeset viewer.