Version Description
- Fixed problem in "Mail options" that does not allow to remove attachments
Download this release
Release Info
Developer | carazo |
Plugin | Import users from CSV with meta |
Version | 1.16.4.1 |
Comparing to | |
See all releases |
Code changes from version 1.16.4 to 1.16.4.1
- assets/email-options.js +1 -1
- import-users-from-csv-with-meta.php +1 -1
- readme.txt +4 -1
assets/email-options.js
CHANGED
@@ -4,7 +4,7 @@
|
|
4 |
$( '#acui_email_option_remove_upload_button' ).click( function(){
|
5 |
var data = {
|
6 |
'action': 'acui_mail_options_remove_attachment',
|
7 |
-
'security': email_options.
|
8 |
};
|
9 |
|
10 |
$.post( ajaxurl, data, function( response ) {
|
4 |
$( '#acui_email_option_remove_upload_button' ).click( function(){
|
5 |
var data = {
|
6 |
'action': 'acui_mail_options_remove_attachment',
|
7 |
+
'security': email_options.security,
|
8 |
};
|
9 |
|
10 |
$.post( ajaxurl, data, function( response ) {
|
import-users-from-csv-with-meta.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Plugin Name: Import and export users and customers
|
4 |
Plugin URI: https://www.codection.com
|
5 |
Description: Using this plugin you will be able to import and export users or customers choosing many options and interacting with lots of other plugins
|
6 |
-
Version: 1.16.4
|
7 |
Author: codection
|
8 |
Author URI: https://codection.com
|
9 |
License: GPL2
|
3 |
Plugin Name: Import and export users and customers
|
4 |
Plugin URI: https://www.codection.com
|
5 |
Description: Using this plugin you will be able to import and export users or customers choosing many options and interacting with lots of other plugins
|
6 |
+
Version: 1.16.4.1
|
7 |
Author: codection
|
8 |
Author URI: https://codection.com
|
9 |
License: GPL2
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Donate link: https://codection.com/go/donate-import-users-from-csv-with-meta/
|
|
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: 5.6
|
7 |
-
Stable tag: 1.16.4
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -103,6 +103,9 @@ Plugin will automatically detect:
|
|
103 |
|
104 |
== Changelog ==
|
105 |
|
|
|
|
|
|
|
106 |
= 1.16.4 =
|
107 |
* You can choose what to do with users that being updated, their email has changed: you can update it, skip this user, or create a new user with a prefix
|
108 |
|
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: 5.6
|
7 |
+
Stable tag: 1.16.4.1
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
103 |
|
104 |
== Changelog ==
|
105 |
|
106 |
+
= 1.16.4.1 =
|
107 |
+
* Fixed problem in "Mail options" that does not allow to remove attachments
|
108 |
+
|
109 |
= 1.16.4 =
|
110 |
* You can choose what to do with users that being updated, their email has changed: you can update it, skip this user, or create a new user with a prefix
|
111 |
|