Import users from CSV with meta - Version 1.11.3.12

Version Description

  • Plugin is now compatible with Vimeo Sync Membership thanks to Justin Snavely
Download this release

Release Info

Developer carazo
Plugin Icon 128x128 Import users from CSV with meta
Version 1.11.3.12
Comparing to
See all releases

Code changes from version 1.11.3.11 to 1.11.3.12

import-users-from-csv-with-meta.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: Import users from CSV with meta
4
  Plugin URI: https://www.codection.com
5
  Description: This plugins allows to import users using CSV files to WP database automatically
6
- Version: 1.11.3.11
7
  Author: codection
8
  Author URI: https://codection.com
9
  License: GPL2
@@ -750,4 +750,4 @@ function cod_set_html_content_type() {
750
 
751
  function acui_return_false(){
752
  return false;
753
- }
3
  Plugin Name: Import users from CSV with meta
4
  Plugin URI: https://www.codection.com
5
  Description: This plugins allows to import users using CSV files to WP database automatically
6
+ Version: 1.11.3.12
7
  Author: codection
8
  Author URI: https://codection.com
9
  License: GPL2
750
 
751
  function acui_return_false(){
752
  return false;
753
+ }
readme.txt CHANGED
@@ -4,7 +4,7 @@ Donate link: http://paypal.me/codection
4
  Tags: csv, import, importer, meta data, meta, user, users, user meta, editor, profile, custom, fields, delimiter, update, insert
5
  Requires at least: 3.4
6
  Tested up to: 4.9.8
7
- Stable tag: 1.11.3.11
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -71,6 +71,9 @@ Plugin will automatically detect:
71
 
72
  == Changelog ==
73
 
 
 
 
74
  = 1.11.3.11 =
75
  * Now you can use the WordPress loaded schedules in the cron import instead of the three default one thanks to PM2S
76
  * Mail cron sending fixed issues
4
  Tags: csv, import, importer, meta data, meta, user, users, user meta, editor, profile, custom, fields, delimiter, update, insert
5
  Requires at least: 3.4
6
  Tested up to: 4.9.8
7
+ Stable tag: 1.11.3.12
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
71
 
72
  == Changelog ==
73
 
74
+ = 1.11.3.12 =
75
+ * Plugin is now compatible with Vimeo Sync Membership thanks to Justin Snavely
76
+
77
  = 1.11.3.11 =
78
  * Now you can use the WordPress loaded schedules in the cron import instead of the three default one thanks to PM2S
79
  * Mail cron sending fixed issues