Changeset 3317974
- Timestamp:
- 06/26/2025 05:27:20 AM (9 months ago)
- Location:
- wp-csv-exporter
- Files:
-
- 2 edited
- 8 copied
-
tags/2.1.0 (copied) (copied from wp-csv-exporter/trunk)
-
tags/2.1.0/classes (copied) (copied from wp-csv-exporter/trunk/classes)
-
tags/2.1.0/css (copied) (copied from wp-csv-exporter/trunk/css)
-
tags/2.1.0/download (copied) (copied from wp-csv-exporter/trunk/download)
-
tags/2.1.0/js (copied) (copied from wp-csv-exporter/trunk/js)
-
tags/2.1.0/languages (copied) (copied from wp-csv-exporter/trunk/languages)
-
tags/2.1.0/readme.txt (copied) (copied from wp-csv-exporter/trunk/readme.txt) (1 diff)
-
tags/2.1.0/wp-csv-exporter.php (copied) (copied from wp-csv-exporter/trunk/wp-csv-exporter.php) (2 diffs)
-
trunk/readme.txt (modified) (1 diff)
-
trunk/wp-csv-exporter.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wp-csv-exporter/tags/2.1.0/readme.txt
r3317972 r3317974 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: 6. 1.17 Stable tag: 2. 0.06 Tested up to: 6.8.1 7 Stable tag: 2.1.0 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html -
wp-csv-exporter/tags/2.1.0/wp-csv-exporter.php
r3317972 r3317974 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: 2. 0.07 Version: 2.1.0 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', '2. 0.0');15 define('WCE_VERSION', '2.1.0'); 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
r2888810 r3317974 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: 6. 1.17 Stable tag: 2. 0.06 Tested up to: 6.8.1 7 Stable tag: 2.1.0 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
r2888810 r3317974 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: 2. 0.07 Version: 2.1.0 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', '2. 0.0');15 define('WCE_VERSION', '2.1.0'); 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.