Changeset 2266503
- Timestamp:
- 03/24/2020 11:07:23 AM (6 years ago)
- Location:
- wp-csv-exporter
- Files:
-
- 2 edited
- 9 copied
-
tags/1.3.2 (copied) (copied from wp-csv-exporter/trunk)
-
tags/1.3.2/admin (copied) (copied from wp-csv-exporter/trunk/admin)
-
tags/1.3.2/classes (copied) (copied from wp-csv-exporter/trunk/classes)
-
tags/1.3.2/css (copied) (copied from wp-csv-exporter/trunk/css)
-
tags/1.3.2/download (copied) (copied from wp-csv-exporter/trunk/download)
-
tags/1.3.2/js (copied) (copied from wp-csv-exporter/trunk/js)
-
tags/1.3.2/languages (copied) (copied from wp-csv-exporter/trunk/languages)
-
tags/1.3.2/readme.txt (copied) (copied from wp-csv-exporter/trunk/readme.txt) (1 diff)
-
tags/1.3.2/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/1.3.2/readme.txt
r2266502 r2266503 5 5 Requires at least: 3.0 or higher 6 6 Tested up to: 5.3.2 7 Stable tag: 1.3. 17 Stable tag: 1.3.2 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.2/wp-csv-exporter.php
r2266502 r2266503 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. 17 Version: 1.3.2 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. 1');15 define('WCE_VERSION', '1.3.2'); 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
r2266499 r2266503 5 5 Requires at least: 3.0 or higher 6 6 Tested up to: 5.3.2 7 Stable tag: 1.3. 17 Stable tag: 1.3.2 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
r2266499 r2266503 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. 17 Version: 1.3.2 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. 1');15 define('WCE_VERSION', '1.3.2'); 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.