From 1a367f2fbcc24abbf90c86f16ad41283d8129866 Mon Sep 17 00:00:00 2001 From: Georgi Nikolov Date: Thu, 1 Jun 2017 17:30:09 +0300 Subject: [PATCH 1/2] Update changelog --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 8138a44..5f6701d 100644 --- a/README.md +++ b/README.md @@ -140,6 +140,10 @@ plugins@mailjet.com Changelog --------- += 7.x-2.14 1 June 2017 = +* Bug fix: Messages improved +* Bug fix: Validate add domain field + = 7.x-2.13 6 Mar 2017 = * Bug fix: Unable to send more than 1 mail per request when using Libraries API in a non default directory https://www.drupal.org/node/2853496 From 69bfc32137bffd1e86b72ccfb945a5065ae4e397 Mon Sep 17 00:00:00 2001 From: Georgi Nikolov Date: Thu, 8 Jun 2017 10:30:46 +0300 Subject: [PATCH 2/2] Fix mailjet-admin-settings-form --- includes/mailjet.admin.inc | 7 ------- 1 file changed, 7 deletions(-) diff --git a/includes/mailjet.admin.inc b/includes/mailjet.admin.inc index c4b248a..c667f75 100644 --- a/includes/mailjet.admin.inc +++ b/includes/mailjet.admin.inc @@ -166,13 +166,6 @@ function mailjet_admin_settings_form() '#default_value' => $user_infos['AddressCity'], '#required' => TRUE ); - - $form['infos']['address_province_state'] = array( - '#type' => 'textfield', - '#title' => t('Province / State'), - '#default_value' => $user_infos['AddressProvinceState'], - '#required' => FALSE - ); $form['infos']['address_postal_code'] = array( '#type' => 'textfield',