Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
hissy committed Apr 6, 2015
1 parent c5176dd commit eb14508
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
13 changes: 9 additions & 4 deletions readme.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
=== Really Simple CSV Importer ===
Contributors: hissy
Tags: importer, csv, acf, cfs
Tags: importer, csv, acf, cfs, scf
Requires at least: 3.6
Tested up to: 4.1
Stable tag: 1.1
Tested up to: 4.1.1
Stable tag: 1.2
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand All @@ -16,6 +16,7 @@ Alternative CSV Importer plugin. Simple and powerful, best for geeks.
* Category support
* Tag support
* Custom field support
* [Smart Custom Fields](https://wordpress.org/plugins/smart-custom-fields/) support
* [Custom Field Suite](http://customfieldsuite.com/) support
* [Advanced Custom Fields](http://www.advancedcustomfields.com/) support
* Custom Taxonomy support
Expand Down Expand Up @@ -105,7 +106,9 @@ Because PHP cannot read multibyte text cells in some cases.

= Can I insert multiple values to CFS or ACF fields like Select or Checkbox? =

Yes. Please use `really_simple_csv_importer_save_meta` filter to make array data.
Yes. Please create additional plugin and use `really_simple_csv_importer_save_meta` filter to make array data.

[Add-on development example](https://gist.github.com/hissy/d2041481a72510b7f394)

== How to debug import data ==

Expand Down Expand Up @@ -222,6 +225,8 @@ Example: [gist](https://gist.github.com/hissy/199ad9be855ec9be1e54)

== Changelog ==

= 1.2 =
* Enhancement: Smart Custom Fields support
= 1.1 =
* Enhancement: Support localization
* Bug fixes
Expand Down
2 changes: 1 addition & 1 deletion rs-csv-importer.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
Author URI: https://en.digitalcube.jp/
Text Domain: really-simple-csv-importer
License: GPL version 2 or later - http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
Version: 1.1
Version: 1.2
*/

if ( !defined('WP_LOAD_IMPORTERS') )
Expand Down

0 comments on commit eb14508

Please sign in to comment.