Plugin Directory

Changeset 2266503


Ignore:
Timestamp:
03/24/2020 11:07:23 AM (6 years ago)
Author:
kanakogi
Message:

1.3.2

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

Legend:

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

    r2266502 r2266503  
    55Requires at least: 3.0 or higher
    66Tested up to: 5.3.2
    7 Stable tag: 1.3.1
     7Stable tag: 1.3.2
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
  • wp-csv-exporter/tags/1.3.2/wp-csv-exporter.php

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

    r2266499 r2266503  
    55Requires at least: 3.0 or higher
    66Tested up to: 5.3.2
    7 Stable tag: 1.3.1
     7Stable tag: 1.3.2
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
  • wp-csv-exporter/trunk/wp-csv-exporter.php

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