Version Description
- SMTP settings removed, old link was yet placed and caused misunderstandings, thanks to @paulabender for the notice
Download this release
Release Info
Developer | carazo |
Plugin | Import users from CSV with meta |
Version | 1.12.2.1 |
Comparing to | |
See all releases |
Code changes from version 1.12.2 to 1.12.2.1
- classes/email-options.php +0 -2
- readme.txt +4 -1
classes/email-options.php
CHANGED
@@ -15,8 +15,6 @@ class ACUI_Email_Options{
|
|
15 |
?>
|
16 |
<form method="POST" enctype="multipart/form-data" action="" accept-charset="utf-8">
|
17 |
<h3><?php _e('Mail options','import-users-from-csv-with-meta'); ?></h3>
|
18 |
-
|
19 |
-
<p class="description"><?php _e( 'You can set your own SMTP and other mail details', 'import-users-from-csv-with-meta' ); ?> <a href="<?php echo admin_url( 'tools.php?page=acui-smtp' ); ?>" target="_blank"><?php _e( 'here', 'import-users-from-csv-with-meta' ); ?></a>.
|
20 |
|
21 |
<table class="optiontable form-table">
|
22 |
<tbody>
|
15 |
?>
|
16 |
<form method="POST" enctype="multipart/form-data" action="" accept-charset="utf-8">
|
17 |
<h3><?php _e('Mail options','import-users-from-csv-with-meta'); ?></h3>
|
|
|
|
|
18 |
|
19 |
<table class="optiontable form-table">
|
20 |
<tbody>
|
readme.txt
CHANGED
@@ -3,7 +3,7 @@ Contributors: carazo, hornero
|
|
3 |
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: 5.0.
|
7 |
Stable tag: 1.12.2
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
@@ -71,6 +71,9 @@ Plugin will automatically detect:
|
|
71 |
|
72 |
== Changelog ==
|
73 |
|
|
|
|
|
|
|
74 |
= 1.12.2 =
|
75 |
* Extra check to avoid problems with CSV bad formed
|
76 |
* Plugin can now manage attachments in email sending and email templates thanks to Immersedtechnologies
|
3 |
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: 5.0.3
|
7 |
Stable tag: 1.12.2
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
71 |
|
72 |
== Changelog ==
|
73 |
|
74 |
+
= 1.12.2.1 =
|
75 |
+
* SMTP settings removed, old link was yet placed and caused misunderstandings, thanks to @paulabender for the notice
|
76 |
+
|
77 |
= 1.12.2 =
|
78 |
* Extra check to avoid problems with CSV bad formed
|
79 |
* Plugin can now manage attachments in email sending and email templates thanks to Immersedtechnologies
|