diff --git a/CHANGELOG.txt b/CHANGELOG.txt index b0f20e0..1d41367 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -5,6 +5,9 @@ MODULE VERSION HISTORY ====================== ------------------------------------------------------------------------------------------------------------------------ + *** 1.3.27 (Martin Hecht: 31-Jan-2019) *** + support new phpmailer class in WBCE + *** 1.3.26 (Martin Hecht: 23-Jan-2019) *** put required attribute into required input fields (thanks to dbs) write file names correctly to results table when correcting an upload error (thanks again to hansi) diff --git a/add.php b/add.php index ef3d693..093dea6 100644 --- a/add.php +++ b/add.php @@ -6,7 +6,7 @@ * * @category page * @module mpform - * @version 1.3.26 + * @version 1.3.27 * @authors Frank Heyne, NorHei(heimsath.org), Christian M. Stefan (Stefek), Martin Hecht (mrbaseman) and others * @copyright (c) 2009 - 2019, Website Baker Org. e.V. * @url https://github.com/WebsiteBaker-modules/mpform diff --git a/add_field.php b/add_field.php index 49e81dd..53d9fb6 100644 --- a/add_field.php +++ b/add_field.php @@ -6,7 +6,7 @@ * * @category page * @module mpform - * @version 1.3.26 + * @version 1.3.27 * @authors Frank Heyne, NorHei(heimsath.org), Christian M. Stefan (Stefek), Martin Hecht (mrbaseman) and others * @copyright (c) 2009 - 2019, Website Baker Org. e.V. * @url https://github.com/WebsiteBaker-modules/mpform diff --git a/ajax/ajax.php b/ajax/ajax.php index f3cbbef..d520294 100644 --- a/ajax/ajax.php +++ b/ajax/ajax.php @@ -7,7 +7,7 @@ * * @category page * @module mpform - * @version 1.3.26 + * @version 1.3.27 * @authors Frank Heyne, NorHei(heimsath.org), Christian M. Stefan (Stefek), Martin Hecht (mrbaseman) and others * @copyright (c) 2009 - 2019, Website Baker Org. e.V. * @url https://github.com/WebsiteBaker-modules/mpform diff --git a/ajax/ajax_dragdrop.php b/ajax/ajax_dragdrop.php index 5b4eb01..b852272 100644 --- a/ajax/ajax_dragdrop.php +++ b/ajax/ajax_dragdrop.php @@ -7,7 +7,7 @@ * * @category page * @module mpform - * @version 1.3.26 + * @version 1.3.27 * @authors Frank Heyne, NorHei(heimsath.org), Christian M. Stefan (Stefek), Martin Hecht (mrbaseman) and others * @copyright (c) 2009 - 2019, Website Baker Org. e.V. * @url https://github.com/WebsiteBaker-modules/mpform diff --git a/ajax/index.php b/ajax/index.php index 259c217..3110548 100644 --- a/ajax/index.php +++ b/ajax/index.php @@ -7,7 +7,7 @@ * * @category page * @module mpform - * @version 1.3.26 + * @version 1.3.27 * @authors Frank Heyne, NorHei(heimsath.org), Christian M. Stefan (Stefek), Martin Hecht (mrbaseman) and others * @copyright (c) 2009 - 2019, Website Baker Org. e.V. * @url https://github.com/WebsiteBaker-modules/mpform diff --git a/ajax/pry_submission.php b/ajax/pry_submission.php index aaefe72..a77fb36 100644 --- a/ajax/pry_submission.php +++ b/ajax/pry_submission.php @@ -6,7 +6,7 @@ * * @category page * @module mpform - * @version 1.3.26 + * @version 1.3.27 * @authors Frank Heyne, NorHei(heimsath.org), Christian M. Stefan (Stefek), Martin Hecht (mrbaseman) and others * @copyright (c) 2009 - 2019, Website Baker Org. e.V. * @url https://github.com/WebsiteBaker-modules/mpform diff --git a/constants.php b/constants.php index eb8217b..f84bc01 100644 --- a/constants.php +++ b/constants.php @@ -6,7 +6,7 @@ * * @category page * @module mpform - * @version 1.3.26 + * @version 1.3.27 * @authors Frank Heyne, NorHei(heimsath.org), Christian M. Stefan (Stefek), Martin Hecht (mrbaseman) and others * @copyright (c) 2009 - 2019, Website Baker Org. e.V. * @url https://github.com/WebsiteBaker-modules/mpform diff --git a/copy_field.php b/copy_field.php index 2f4ddf3..9bca43c 100644 --- a/copy_field.php +++ b/copy_field.php @@ -6,7 +6,7 @@ * * @category page * @module mpform - * @version 1.3.26 + * @version 1.3.27 * @authors Frank Heyne, NorHei(heimsath.org), Christian M. Stefan (Stefek), Martin Hecht (mrbaseman) and others * @copyright (c) 2009 - 2019, Website Baker Org. e.V. * @url https://github.com/WebsiteBaker-modules/mpform diff --git a/delete.php b/delete.php index 1b99468..9d2133f 100644 --- a/delete.php +++ b/delete.php @@ -6,7 +6,7 @@ * * @category page * @module mpform - * @version 1.3.26 + * @version 1.3.27 * @authors Frank Heyne, NorHei(heimsath.org), Christian M. Stefan (Stefek), Martin Hecht (mrbaseman) and others * @copyright (c) 2009 - 2019, Website Baker Org. e.V. * @url https://github.com/WebsiteBaker-modules/mpform diff --git a/delete_field.php b/delete_field.php index 8a3c1b2..ba3ca7f 100644 --- a/delete_field.php +++ b/delete_field.php @@ -6,7 +6,7 @@ * * @category page * @module mpform - * @version 1.3.26 + * @version 1.3.27 * @authors Frank Heyne, NorHei(heimsath.org), Christian M. Stefan (Stefek), Martin Hecht (mrbaseman) and others * @copyright (c) 2009 - 2019, Website Baker Org. e.V. * @url https://github.com/WebsiteBaker-modules/mpform diff --git a/delete_submission.php b/delete_submission.php index 818be12..8b77906 100644 --- a/delete_submission.php +++ b/delete_submission.php @@ -6,7 +6,7 @@ * * @category page * @module mpform - * @version 1.3.26 + * @version 1.3.27 * @authors Frank Heyne, NorHei(heimsath.org), Christian M. Stefan (Stefek), Martin Hecht (mrbaseman) and others * @copyright (c) 2009 - 2019, Website Baker Org. e.V. * @url https://github.com/WebsiteBaker-modules/mpform diff --git a/docs/DE/index.php b/docs/DE/index.php index a36110e..2d6dd35 100644 --- a/docs/DE/index.php +++ b/docs/DE/index.php @@ -7,7 +7,7 @@ * * @category page * @module mpform - * @version 1.3.26 + * @version 1.3.27 * @authors Frank Heyne, NorHei(heimsath.org), Christian M. Stefan (Stefek), Martin Hecht (mrbaseman) and others * @copyright (c) 2009 - 2019, Website Baker Org. e.V. * @url https://github.com/WebsiteBaker-modules/mpform diff --git a/docs/DE/mpform/index.php b/docs/DE/mpform/index.php index a36110e..2d6dd35 100644 --- a/docs/DE/mpform/index.php +++ b/docs/DE/mpform/index.php @@ -7,7 +7,7 @@ * * @category page * @module mpform - * @version 1.3.26 + * @version 1.3.27 * @authors Frank Heyne, NorHei(heimsath.org), Christian M. Stefan (Stefek), Martin Hecht (mrbaseman) and others * @copyright (c) 2009 - 2019, Website Baker Org. e.V. * @url https://github.com/WebsiteBaker-modules/mpform diff --git a/docs/DE/mpform/referenz-der-optionen/index.php b/docs/DE/mpform/referenz-der-optionen/index.php index a36110e..2d6dd35 100644 --- a/docs/DE/mpform/referenz-der-optionen/index.php +++ b/docs/DE/mpform/referenz-der-optionen/index.php @@ -7,7 +7,7 @@ * * @category page * @module mpform - * @version 1.3.26 + * @version 1.3.27 * @authors Frank Heyne, NorHei(heimsath.org), Christian M. Stefan (Stefek), Martin Hecht (mrbaseman) and others * @copyright (c) 2009 - 2019, Website Baker Org. e.V. * @url https://github.com/WebsiteBaker-modules/mpform diff --git a/docs/DE/mpform/standardformular.xml b/docs/DE/mpform/standardformular.xml index 08e86d2..20b1b6c 100644 --- a/docs/DE/mpform/standardformular.xml +++ b/docs/DE/mpform/standardformular.xml @@ -2,7 +2,7 @@ mpform - 1.3.26 + 1.3.27 mod_mpform_fields diff --git a/docs/EN/index.php b/docs/EN/index.php index a36110e..2d6dd35 100644 --- a/docs/EN/index.php +++ b/docs/EN/index.php @@ -7,7 +7,7 @@ * * @category page * @module mpform - * @version 1.3.26 + * @version 1.3.27 * @authors Frank Heyne, NorHei(heimsath.org), Christian M. Stefan (Stefek), Martin Hecht (mrbaseman) and others * @copyright (c) 2009 - 2019, Website Baker Org. e.V. * @url https://github.com/WebsiteBaker-modules/mpform diff --git a/docs/EN/mpform/index.php b/docs/EN/mpform/index.php index a36110e..2d6dd35 100644 --- a/docs/EN/mpform/index.php +++ b/docs/EN/mpform/index.php @@ -7,7 +7,7 @@ * * @category page * @module mpform - * @version 1.3.26 + * @version 1.3.27 * @authors Frank Heyne, NorHei(heimsath.org), Christian M. Stefan (Stefek), Martin Hecht (mrbaseman) and others * @copyright (c) 2009 - 2019, Website Baker Org. e.V. * @url https://github.com/WebsiteBaker-modules/mpform diff --git a/docs/EN/mpform/settings-of-mpform/index.php b/docs/EN/mpform/settings-of-mpform/index.php index a36110e..2d6dd35 100644 --- a/docs/EN/mpform/settings-of-mpform/index.php +++ b/docs/EN/mpform/settings-of-mpform/index.php @@ -7,7 +7,7 @@ * * @category page * @module mpform - * @version 1.3.26 + * @version 1.3.27 * @authors Frank Heyne, NorHei(heimsath.org), Christian M. Stefan (Stefek), Martin Hecht (mrbaseman) and others * @copyright (c) 2009 - 2019, Website Baker Org. e.V. * @url https://github.com/WebsiteBaker-modules/mpform diff --git a/docs/EN/mpform/standardform.xml b/docs/EN/mpform/standardform.xml index 2d38d98..7ea7596 100644 --- a/docs/EN/mpform/standardform.xml +++ b/docs/EN/mpform/standardform.xml @@ -2,7 +2,7 @@ mpform - 1.3.26 + 1.3.27 mod_mpform_fields diff --git a/docs/images/index.php b/docs/images/index.php index a36110e..2d6dd35 100644 --- a/docs/images/index.php +++ b/docs/images/index.php @@ -7,7 +7,7 @@ * * @category page * @module mpform - * @version 1.3.26 + * @version 1.3.27 * @authors Frank Heyne, NorHei(heimsath.org), Christian M. Stefan (Stefek), Martin Hecht (mrbaseman) and others * @copyright (c) 2009 - 2019, Website Baker Org. e.V. * @url https://github.com/WebsiteBaker-modules/mpform diff --git a/docs/index.php b/docs/index.php index 18e3398..723678b 100644 --- a/docs/index.php +++ b/docs/index.php @@ -7,7 +7,7 @@ * * @category page * @module mpform - * @version 1.3.26 + * @version 1.3.27 * @authors Frank Heyne, NorHei(heimsath.org), Christian M. Stefan (Stefek), Martin Hecht (mrbaseman) and others * @copyright (c) 2009 - 2019, Website Baker Org. e.V. * @url https://github.com/WebsiteBaker-modules/mpform diff --git a/docs/style/index.php b/docs/style/index.php index a36110e..2d6dd35 100644 --- a/docs/style/index.php +++ b/docs/style/index.php @@ -7,7 +7,7 @@ * * @category page * @module mpform - * @version 1.3.26 + * @version 1.3.27 * @authors Frank Heyne, NorHei(heimsath.org), Christian M. Stefan (Stefek), Martin Hecht (mrbaseman) and others * @copyright (c) 2009 - 2019, Website Baker Org. e.V. * @url https://github.com/WebsiteBaker-modules/mpform diff --git a/evalform.php b/evalform.php index 2dd9b96..04348fc 100644 --- a/evalform.php +++ b/evalform.php @@ -6,7 +6,7 @@ * * @category page * @module mpform - * @version 1.3.26 + * @version 1.3.27 * @authors Frank Heyne, NorHei(heimsath.org), Christian M. Stefan (Stefek), Martin Hecht (mrbaseman) and others * @copyright (c) 2009 - 2019, Website Baker Org. e.V. * @url https://github.com/WebsiteBaker-modules/mpform @@ -100,6 +100,10 @@ function mpform_upload_one_file($fieldid, $fileid, $upload_files_folder, if (!function_exists('NewWbMailer')) { function NewWbMailer() { + if (class_exists('Mailer', true)) { + // for WBCE > 1.3.3 (?) + return new Mailer(); + } if (!class_exists('WbMailer', false)) { // its wb < 2.8.3 sp4(?) if (!class_exists('wbmailer', false)) { diff --git a/export.php b/export.php index ae8afa7..a320aff 100644 --- a/export.php +++ b/export.php @@ -6,7 +6,7 @@ * * @category page * @module mpform - * @version 1.3.26 + * @version 1.3.27 * @authors Frank Heyne, NorHei(heimsath.org), Christian M. Stefan (Stefek), Martin Hecht (mrbaseman) and others * @copyright (c) 2009 - 2019, Website Baker Org. e.V. * @url https://github.com/WebsiteBaker-modules/mpform diff --git a/export_submissions.php b/export_submissions.php index 1efbcd5..c0f4029 100644 --- a/export_submissions.php +++ b/export_submissions.php @@ -6,7 +6,7 @@ * * @category page * @module mpform - * @version 1.3.26 + * @version 1.3.27 * @authors Frank Heyne, NorHei(heimsath.org), Christian M. Stefan (Stefek), Martin Hecht (mrbaseman) and others * @copyright (c) 2009 - 2019, Website Baker Org. e.V. * @url https://github.com/WebsiteBaker-modules/mpform diff --git a/functions.php b/functions.php index 2a8867a..e1def9f 100644 --- a/functions.php +++ b/functions.php @@ -6,7 +6,7 @@ * * @category page * @module mpform - * @version 1.3.26 + * @version 1.3.27 * @authors Frank Heyne, NorHei(heimsath.org), Christian M. Stefan (Stefek), Martin Hecht (mrbaseman) and others * @copyright (c) 2009 - 2019, Website Baker Org. e.V. * @url https://github.com/WebsiteBaker-modules/mpform diff --git a/help.php b/help.php index 7a700ae..053a227 100644 --- a/help.php +++ b/help.php @@ -6,7 +6,7 @@ * * @category page * @module mpform - * @version 1.3.26 + * @version 1.3.27 * @authors Frank Heyne, NorHei(heimsath.org), Christian M. Stefan (Stefek), Martin Hecht (mrbaseman) and others * @copyright (c) 2009 - 2019, Website Baker Org. e.V. * @url https://github.com/WebsiteBaker-modules/mpform diff --git a/htt/index.php b/htt/index.php index 78d367d..7895ccd 100644 --- a/htt/index.php +++ b/htt/index.php @@ -7,7 +7,7 @@ * * @category page * @module mpform - * @version 1.3.26 + * @version 1.3.27 * @authors Frank Heyne, NorHei(heimsath.org), Christian M. Stefan (Stefek), Martin Hecht (mrbaseman) and others * @copyright (c) 2009 - 2019, Website Baker Org. e.V. * @url https://github.com/WebsiteBaker-modules/mpform diff --git a/images/index.php b/images/index.php index 78d367d..7895ccd 100644 --- a/images/index.php +++ b/images/index.php @@ -7,7 +7,7 @@ * * @category page * @module mpform - * @version 1.3.26 + * @version 1.3.27 * @authors Frank Heyne, NorHei(heimsath.org), Christian M. Stefan (Stefek), Martin Hecht (mrbaseman) and others * @copyright (c) 2009 - 2019, Website Baker Org. e.V. * @url https://github.com/WebsiteBaker-modules/mpform diff --git a/import.php b/import.php index b4d2c4f..8ddf667 100644 --- a/import.php +++ b/import.php @@ -6,7 +6,7 @@ * * @category page * @module mpform - * @version 1.3.26 + * @version 1.3.27 * @authors Frank Heyne, NorHei(heimsath.org), Christian M. Stefan (Stefek), Martin Hecht (mrbaseman) and others * @copyright (c) 2009 - 2019, Website Baker Org. e.V. * @url https://github.com/WebsiteBaker-modules/mpform diff --git a/index.php b/index.php index a36110e..2d6dd35 100644 --- a/index.php +++ b/index.php @@ -7,7 +7,7 @@ * * @category page * @module mpform - * @version 1.3.26 + * @version 1.3.27 * @authors Frank Heyne, NorHei(heimsath.org), Christian M. Stefan (Stefek), Martin Hecht (mrbaseman) and others * @copyright (c) 2009 - 2019, Website Baker Org. e.V. * @url https://github.com/WebsiteBaker-modules/mpform diff --git a/info.php b/info.php index 34992c5..0588b69 100644 --- a/info.php +++ b/info.php @@ -6,7 +6,7 @@ * * @category page * @module mpform - * @version 1.3.26 + * @version 1.3.27 * @authors Frank Heyne, NorHei(heimsath.org), Christian M. Stefan (Stefek), Martin Hecht (mrbaseman) and others * @copyright (c) 2009 - 2019, Website Baker Org. e.V. * @url https://github.com/WebsiteBaker-modules/mpform @@ -20,7 +20,7 @@ $module_directory = 'mpform'; $module_name = 'mpForm'; $module_function = 'page'; -$module_version = '1.3.26'; +$module_version = '1.3.27'; $module_platform = '2.8.x'; $module_status = 'stable'; $module_author = 'Frank Heyne, NorHei(heimsath.org), Christian M. Stefan (Stefek), Martin Hecht (mrbaseman) and others'; diff --git a/install.php b/install.php index 0cf9e8d..52c68cd 100644 --- a/install.php +++ b/install.php @@ -6,7 +6,7 @@ * * @category page * @module mpform - * @version 1.3.26 + * @version 1.3.27 * @authors Frank Heyne, NorHei(heimsath.org), Christian M. Stefan (Stefek), Martin Hecht (mrbaseman) and others * @copyright (c) 2009 - 2019, Website Baker Org. e.V. * @url https://github.com/WebsiteBaker-modules/mpform diff --git a/jscalendar.php b/jscalendar.php index 04dfcc3..0004a81 100644 --- a/jscalendar.php +++ b/jscalendar.php @@ -6,7 +6,7 @@ * * @category page * @module mpform - * @version 1.3.26 + * @version 1.3.27 * @authors Frank Heyne, NorHei(heimsath.org), Christian M. Stefan (Stefek), Martin Hecht (mrbaseman) and others * @copyright (c) 2009 - 2019, Website Baker Org. e.V. * @url https://github.com/WebsiteBaker-modules/mpform diff --git a/languages/DE.php b/languages/DE.php index 2ddf87a..65e6e29 100644 --- a/languages/DE.php +++ b/languages/DE.php @@ -7,7 +7,7 @@ * * @category page * @module mpform - * @version 1.3.26 + * @version 1.3.27 * @authors Frank Heyne, NorHei(heimsath.org), Christian M. Stefan (Stefek), Martin Hecht (mrbaseman) and others * @copyright (c) 2009 - 2019, Website Baker Org. e.V. * @url https://github.com/WebsiteBaker-modules/mpform diff --git a/languages/EN.php b/languages/EN.php index e6eb98d..371e43f 100644 --- a/languages/EN.php +++ b/languages/EN.php @@ -7,7 +7,7 @@ * * @category page * @module mpform - * @version 1.3.26 + * @version 1.3.27 * @authors Frank Heyne, NorHei(heimsath.org), Christian M. Stefan (Stefek), Martin Hecht (mrbaseman) and others * @copyright (c) 2009 - 2019, Website Baker Org. e.V. * @url https://github.com/WebsiteBaker-modules/mpform diff --git a/languages/FR.php b/languages/FR.php index 4fbe951..83a73cd 100644 --- a/languages/FR.php +++ b/languages/FR.php @@ -7,7 +7,7 @@ * * @category page * @module mpform - * @version 1.3.26 + * @version 1.3.27 * @authors Frank Heyne, NorHei(heimsath.org), Christian M. Stefan (Stefek), Martin Hecht (mrbaseman) and others * @copyright (c) 2009 - 2019, Website Baker Org. e.V. * @url https://github.com/WebsiteBaker-modules/mpform diff --git a/languages/IT.php b/languages/IT.php index 83c41bc..878c226 100644 --- a/languages/IT.php +++ b/languages/IT.php @@ -7,7 +7,7 @@ * * @category page * @module mpform - * @version 1.3.26 + * @version 1.3.27 * @authors Frank Heyne, NorHei(heimsath.org), Christian M. Stefan (Stefek), Martin Hecht (mrbaseman) and others * @copyright (c) 2009 - 2019, Website Baker Org. e.V. * @url https://github.com/WebsiteBaker-modules/mpform diff --git a/languages/NL.php b/languages/NL.php index 30bbbd2..560a143 100644 --- a/languages/NL.php +++ b/languages/NL.php @@ -7,7 +7,7 @@ * * @category page * @module mpform - * @version 1.3.26 + * @version 1.3.27 * @authors Frank Heyne, NorHei(heimsath.org), Christian M. Stefan (Stefek), Martin Hecht (mrbaseman) and others * @copyright (c) 2009 - 2019, Website Baker Org. e.V. * @url https://github.com/WebsiteBaker-modules/mpform diff --git a/languages/NO.php b/languages/NO.php index cd2de65..a0d5a0a 100644 --- a/languages/NO.php +++ b/languages/NO.php @@ -7,7 +7,7 @@ * * @category page * @module mpform - * @version 1.3.26 + * @version 1.3.27 * @authors Frank Heyne, NorHei(heimsath.org), Christian M. Stefan (Stefek), Martin Hecht (mrbaseman) and others * @copyright (c) 2009 - 2019, Website Baker Org. e.V. * @url https://github.com/WebsiteBaker-modules/mpform diff --git a/languages/index.php b/languages/index.php index 78d367d..7895ccd 100644 --- a/languages/index.php +++ b/languages/index.php @@ -7,7 +7,7 @@ * * @category page * @module mpform - * @version 1.3.26 + * @version 1.3.27 * @authors Frank Heyne, NorHei(heimsath.org), Christian M. Stefan (Stefek), Martin Hecht (mrbaseman) and others * @copyright (c) 2009 - 2019, Website Baker Org. e.V. * @url https://github.com/WebsiteBaker-modules/mpform diff --git a/modify.php b/modify.php index 7d323c4..67c878e 100644 --- a/modify.php +++ b/modify.php @@ -6,7 +6,7 @@ * * @category page * @module mpform - * @version 1.3.26 + * @version 1.3.27 * @authors Frank Heyne, NorHei(heimsath.org), Christian M. Stefan (Stefek), Martin Hecht (mrbaseman) and others * @copyright (c) 2009 - 2019, Website Baker Org. e.V. * @url https://github.com/WebsiteBaker-modules/mpform diff --git a/modify_adv_settings.php b/modify_adv_settings.php index 7d0fdfd..7281026 100644 --- a/modify_adv_settings.php +++ b/modify_adv_settings.php @@ -6,7 +6,7 @@ * * @category page * @module mpform - * @version 1.3.26 + * @version 1.3.27 * @authors Frank Heyne, NorHei(heimsath.org), Christian M. Stefan (Stefek), Martin Hecht (mrbaseman) and others * @copyright (c) 2009 - 2019, Website Baker Org. e.V. * @url https://github.com/WebsiteBaker-modules/mpform diff --git a/modify_field.php b/modify_field.php index a1140fb..804aa5a 100644 --- a/modify_field.php +++ b/modify_field.php @@ -6,7 +6,7 @@ * * @category page * @module mpform - * @version 1.3.26 + * @version 1.3.27 * @authors Frank Heyne, NorHei(heimsath.org), Christian M. Stefan (Stefek), Martin Hecht (mrbaseman) and others * @copyright (c) 2009 - 2019, Website Baker Org. e.V. * @url https://github.com/WebsiteBaker-modules/mpform diff --git a/modify_settings.php b/modify_settings.php index 4b128d1..d54f8aa 100644 --- a/modify_settings.php +++ b/modify_settings.php @@ -6,7 +6,7 @@ * * @category page * @module mpform - * @version 1.3.26 + * @version 1.3.27 * @authors Frank Heyne, NorHei(heimsath.org), Christian M. Stefan (Stefek), Martin Hecht (mrbaseman) and others * @copyright (c) 2009 - 2019, Website Baker Org. e.V. * @url https://github.com/WebsiteBaker-modules/mpform diff --git a/move_down.php b/move_down.php index 34eb6cb..4d38335 100644 --- a/move_down.php +++ b/move_down.php @@ -6,7 +6,7 @@ * * @category page * @module mpform - * @version 1.3.26 + * @version 1.3.27 * @authors Frank Heyne, NorHei(heimsath.org), Christian M. Stefan (Stefek), Martin Hecht (mrbaseman) and others * @copyright (c) 2009 - 2019, Website Baker Org. e.V. * @url https://github.com/WebsiteBaker-modules/mpform diff --git a/move_up.php b/move_up.php index adfec49..adeaaeb 100644 --- a/move_up.php +++ b/move_up.php @@ -6,7 +6,7 @@ * * @category page * @module mpform - * @version 1.3.26 + * @version 1.3.27 * @authors Frank Heyne, NorHei(heimsath.org), Christian M. Stefan (Stefek), Martin Hecht (mrbaseman) and others * @copyright (c) 2009 - 2019, Website Baker Org. e.V. * @url https://github.com/WebsiteBaker-modules/mpform diff --git a/paintform.php b/paintform.php index e9e39fd..b0ce290 100644 --- a/paintform.php +++ b/paintform.php @@ -6,7 +6,7 @@ * * @category page * @module mpform - * @version 1.3.26 + * @version 1.3.27 * @authors Frank Heyne, NorHei(heimsath.org), Christian M. Stefan (Stefek), Martin Hecht (mrbaseman) and others * @copyright (c) 2009 - 2019, Website Baker Org. e.V. * @url https://github.com/WebsiteBaker-modules/mpform diff --git a/pear/FixPHP5PEARWarnings.php b/pear/FixPHP5PEARWarnings.php index 1bb706f..f77aa74 100644 --- a/pear/FixPHP5PEARWarnings.php +++ b/pear/FixPHP5PEARWarnings.php @@ -7,7 +7,7 @@ * * @category page * @module mpform - * @version 1.3.26 + * @version 1.3.27 * @authors Frank Heyne, NorHei(heimsath.org), Christian M. Stefan (Stefek), Martin Hecht (mrbaseman) and others * @copyright (c) 2009 - 2019, Website Baker Org. e.V. * @url https://github.com/WebsiteBaker-modules/mpform diff --git a/pear/index.php b/pear/index.php index bfe2919..216f949 100644 --- a/pear/index.php +++ b/pear/index.php @@ -7,7 +7,7 @@ * * @category page * @module mpform - * @version 1.3.26 + * @version 1.3.27 * @authors Frank Heyne, NorHei(heimsath.org), Christian M. Stefan (Stefek), Martin Hecht (mrbaseman) and others * @copyright (c) 2009 - 2019, Website Baker Org. e.V. * @url https://github.com/WebsiteBaker-modules/mpform diff --git a/pear/languages/DE.php b/pear/languages/DE.php index c56f650..5c14b2a 100644 --- a/pear/languages/DE.php +++ b/pear/languages/DE.php @@ -7,7 +7,7 @@ * * @category page * @module mpform - * @version 1.3.26 + * @version 1.3.27 * @authors Frank Heyne, NorHei(heimsath.org), Christian M. Stefan (Stefek), Martin Hecht (mrbaseman) and others * @copyright (c) 2009 - 2019, Website Baker Org. e.V. * @url https://github.com/WebsiteBaker-modules/mpform diff --git a/pear/languages/EN.php b/pear/languages/EN.php index e50faf0..8fd7ec6 100644 --- a/pear/languages/EN.php +++ b/pear/languages/EN.php @@ -7,7 +7,7 @@ * * @category page * @module mpform - * @version 1.3.26 + * @version 1.3.27 * @authors Frank Heyne, NorHei(heimsath.org), Christian M. Stefan (Stefek), Martin Hecht (mrbaseman) and others * @copyright (c) 2009 - 2019, Website Baker Org. e.V. * @url https://github.com/WebsiteBaker-modules/mpform diff --git a/pear/languages/FR.php b/pear/languages/FR.php index 6c86105..4e1fc66 100644 --- a/pear/languages/FR.php +++ b/pear/languages/FR.php @@ -7,7 +7,7 @@ * * @category page * @module mpform - * @version 1.3.26 + * @version 1.3.27 * @authors Frank Heyne, NorHei(heimsath.org), Christian M. Stefan (Stefek), Martin Hecht (mrbaseman) and others * @copyright (c) 2009 - 2019, Website Baker Org. e.V. * @url https://github.com/WebsiteBaker-modules/mpform diff --git a/pear/languages/IT.php b/pear/languages/IT.php index ec0615e..b2ce0d4 100644 --- a/pear/languages/IT.php +++ b/pear/languages/IT.php @@ -7,7 +7,7 @@ * * @category page * @module mpform - * @version 1.3.26 + * @version 1.3.27 * @authors Frank Heyne, NorHei(heimsath.org), Christian M. Stefan (Stefek), Martin Hecht (mrbaseman) and others * @copyright (c) 2009 - 2019, Website Baker Org. e.V. * @url https://github.com/WebsiteBaker-modules/mpform diff --git a/pear/languages/index.php b/pear/languages/index.php index ee13f3e..4e2c221 100644 --- a/pear/languages/index.php +++ b/pear/languages/index.php @@ -7,7 +7,7 @@ * * @category page * @module mpform - * @version 1.3.26 + * @version 1.3.27 * @authors Frank Heyne, NorHei(heimsath.org), Christian M. Stefan (Stefek), Martin Hecht (mrbaseman) and others * @copyright (c) 2009 - 2019, Website Baker Org. e.V. * @url https://github.com/WebsiteBaker-modules/mpform diff --git a/private.default.php b/private.default.php index 722d6cc..a825493 100644 --- a/private.default.php +++ b/private.default.php @@ -6,7 +6,7 @@ * * @category page * @module mpform - * @version 1.3.26 + * @version 1.3.27 * @authors Frank Heyne, NorHei(heimsath.org), Christian M. Stefan (Stefek), Martin Hecht (mrbaseman) and others * @copyright (c) 2009 - 2019, Website Baker Org. e.V. * @url https://github.com/WebsiteBaker-modules/mpform diff --git a/save_adv_settings.php b/save_adv_settings.php index 68e6e82..6cb1ac3 100644 --- a/save_adv_settings.php +++ b/save_adv_settings.php @@ -6,7 +6,7 @@ * * @category page * @module mpform - * @version 1.3.26 + * @version 1.3.27 * @authors Frank Heyne, NorHei(heimsath.org), Christian M. Stefan (Stefek), Martin Hecht (mrbaseman) and others * @copyright (c) 2009 - 2019, Website Baker Org. e.V. * @url https://github.com/WebsiteBaker-modules/mpform diff --git a/save_field.php b/save_field.php index c6b0354..9b2a919 100644 --- a/save_field.php +++ b/save_field.php @@ -6,7 +6,7 @@ * * @category page * @module mpform - * @version 1.3.26 + * @version 1.3.27 * @authors Frank Heyne, NorHei(heimsath.org), Christian M. Stefan (Stefek), Martin Hecht (mrbaseman) and others * @copyright (c) 2009 - 2019, Website Baker Org. e.V. * @url https://github.com/WebsiteBaker-modules/mpform diff --git a/save_settings.php b/save_settings.php index 5d649cd..cc80b87 100644 --- a/save_settings.php +++ b/save_settings.php @@ -6,7 +6,7 @@ * * @category page * @module mpform - * @version 1.3.26 + * @version 1.3.27 * @authors Frank Heyne, NorHei(heimsath.org), Christian M. Stefan (Stefek), Martin Hecht (mrbaseman) and others * @copyright (c) 2009 - 2019, Website Baker Org. e.V. * @url https://github.com/WebsiteBaker-modules/mpform diff --git a/uninstall.php b/uninstall.php index 58b8567..8d89606 100644 --- a/uninstall.php +++ b/uninstall.php @@ -6,7 +6,7 @@ * * @category page * @module mpform - * @version 1.3.26 + * @version 1.3.27 * @authors Frank Heyne, NorHei(heimsath.org), Christian M. Stefan (Stefek), Martin Hecht (mrbaseman) and others * @copyright (c) 2009 - 2019, Website Baker Org. e.V. * @url https://github.com/WebsiteBaker-modules/mpform diff --git a/upgrade.php b/upgrade.php index a77816f..843f5fc 100644 --- a/upgrade.php +++ b/upgrade.php @@ -6,7 +6,7 @@ * * @category page * @module mpform - * @version 1.3.26 + * @version 1.3.27 * @authors Frank Heyne, NorHei(heimsath.org), Christian M. Stefan (Stefek), Martin Hecht (mrbaseman) and others * @copyright (c) 2009 - 2019, Website Baker Org. e.V. * @url https://github.com/WebsiteBaker-modules/mpform diff --git a/view.php b/view.php index 619a4d4..4149fc4 100644 --- a/view.php +++ b/view.php @@ -6,7 +6,7 @@ * * @category page * @module mpform - * @version 1.3.26 + * @version 1.3.27 * @authors Frank Heyne, NorHei(heimsath.org), Christian M. Stefan (Stefek), Martin Hecht (mrbaseman) and others * @copyright (c) 2009 - 2019, Website Baker Org. e.V. * @url https://github.com/WebsiteBaker-modules/mpform diff --git a/view_submission.php b/view_submission.php index 867be78..e2fa915 100644 --- a/view_submission.php +++ b/view_submission.php @@ -6,7 +6,7 @@ * * @category page * @module mpform - * @version 1.3.26 + * @version 1.3.27 * @authors Frank Heyne, NorHei(heimsath.org), Christian M. Stefan (Stefek), Martin Hecht (mrbaseman) and others * @copyright (c) 2009 - 2019, Website Baker Org. e.V. * @url https://github.com/WebsiteBaker-modules/mpform