Plugin Directory

Changeset 3317974


Ignore:
Timestamp:
06/26/2025 05:27:20 AM (9 months ago)
Author:
kanakogi
Message:

2.1.0

Location:
wp-csv-exporter
Files:
2 edited
8 copied

Legend:

Unmodified
Added
Removed
  • wp-csv-exporter/tags/2.1.0/readme.txt

    r3317972 r3317974  
    44Tags: : csv, custom post, export, extract, import, csv import, csv importer, csv to custom post type, import, import CSV, wordpress csv import
    55Requires at least: 3.0 or higher
    6 Tested up to: 6.1.1
    7 Stable tag: 2.0.0
     6Tested up to: 6.8.1
     7Stable tag: 2.1.0
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
  • wp-csv-exporter/tags/2.1.0/wp-csv-exporter.php

    r3317972 r3317974  
    55Description: 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.
    66Author: Nakashima Masahiro
    7 Version: 2.0.0
     7Version: 2.1.0
    88Author URI: http://www.kigurumi.asia
    99License: GPLv2 or later
     
    1313require('classes/wce-base.php');
    1414
    15 define('WCE_VERSION', '2.0.0');
     15define('WCE_VERSION', '2.1.0');
    1616define('WCE_PLUGIN_BASENAME', plugin_basename(__FILE__));
    1717define('WCE_PLUGIN_NAME', trim(dirname(WCE_PLUGIN_BASENAME), '/'));
  • wp-csv-exporter/trunk/readme.txt

    r2888810 r3317974  
    44Tags: : csv, custom post, export, extract, import, csv import, csv importer, csv to custom post type, import, import CSV, wordpress csv import
    55Requires at least: 3.0 or higher
    6 Tested up to: 6.1.1
    7 Stable tag: 2.0.0
     6Tested up to: 6.8.1
     7Stable tag: 2.1.0
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
  • wp-csv-exporter/trunk/wp-csv-exporter.php

    r2888810 r3317974  
    55Description: 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.
    66Author: Nakashima Masahiro
    7 Version: 2.0.0
     7Version: 2.1.0
    88Author URI: http://www.kigurumi.asia
    99License: GPLv2 or later
     
    1313require('classes/wce-base.php');
    1414
    15 define('WCE_VERSION', '2.0.0');
     15define('WCE_VERSION', '2.1.0');
    1616define('WCE_PLUGIN_BASENAME', plugin_basename(__FILE__));
    1717define('WCE_PLUGIN_NAME', trim(dirname(WCE_PLUGIN_BASENAME), '/'));
Note: See TracChangeset for help on using the changeset viewer.