Plugin Directory

Changeset 2679511


Ignore:
Timestamp:
02/15/2022 11:32:43 PM (4 years ago)
Author:
kanakogi
Message:

1.3.5

Location:
wp-csv-exporter
Files:
4 edited
1 copied

Legend:

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

    r2301922 r2679511  
    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: 5.4.1
    7 Stable tag: 1.3.4
     6Tested up to: 5.9.0
     7Stable tag: 1.3.5
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
  • wp-csv-exporter/tags/1.3.5/wp-csv-exporter.php

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

    r2301922 r2679511  
    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: 5.4.1
    7 Stable tag: 1.3.4
     6Tested up to: 5.9.0
     7Stable tag: 1.3.5
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
  • wp-csv-exporter/trunk/wp-csv-exporter.php

    r2301922 r2679511  
    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: 1.3.4
     7Version: 1.3.5
    88Author URI: http://www.kigurumi.asia
    99License: GPLv2 or later
     
    1313require('classes/wce-base.php');
    1414
    15 define('WCE_VERSION', '1.3.4');
     15define('WCE_VERSION', '1.3.5');
    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.