diff --git a/change_log.txt b/change_log.txt index c8fff2287..4fb711bc3 100644 --- a/change_log.txt +++ b/change_log.txt @@ -1,3 +1,6 @@ +v2.0.0.7-beta +Ninja Forms template used wrong format for to field - FIXED + v2.0.0.6-beta If categories are removed via quick edit we try to add default category - ADDED Quick edit screen breaks layout of columns - FIXED diff --git a/geodirectory.php b/geodirectory.php index 1cce31646..b0b754857 100644 --- a/geodirectory.php +++ b/geodirectory.php @@ -11,7 +11,7 @@ * Plugin Name: GeoDirectory * Plugin URI: https://wpgeodirectory.com/ * Description: GeoDirectory plugin for WordPress. - * Version: 2.0.0.6-beta + * Version: 2.0.0.7-beta * Author: AyeCode Ltd * Author URI: https://wpgeodirectory.com * Text Domain: geodirectory @@ -60,7 +60,7 @@ final class GeoDirectory { * * @var string */ - public $version = '2.0.0.6-beta'; + public $version = '2.0.0.7-beta'; /** * GeoDirectory instance. diff --git a/includes/widgets/class-geodir-widget-ninja-forms.php b/includes/widgets/class-geodir-widget-ninja-forms.php index 2cf715f73..b9c880807 100644 --- a/includes/widgets/class-geodir-widget-ninja-forms.php +++ b/includes/widgets/class-geodir-widget-ninja-forms.php @@ -867,7 +867,7 @@ function geodir_ninja_forms_contact_template(){ "payment_gateways": "", "payment_total": "", "tag": "", - "to": "{system:admin_email}{GD:listing_email}", + "to": "{GD:listing_email}", "email_subject": "New contact form: {wp:site_title}", "email_message": "
{field:message}<\/p>
-{field:name} ( {field:email} )<\/p>", "from_name": "", @@ -875,7 +875,7 @@ function geodir_ninja_forms_contact_template(){ "reply_to": "{field:email}", "email_format": "html", "cc": "", - "bcc": "", + "bcc": "{system:admin_email}", "attach_csv": "0", "email_message_plain": "" }, { diff --git a/readme.txt b/readme.txt index adf984b90..8383b4f66 100644 --- a/readme.txt +++ b/readme.txt @@ -4,7 +4,7 @@ Donate link: https://wpgeodirectory.com Tags: directory plugin, business directory, listings, classifieds, real estate Requires at least: 3.1 Tested up to: 4.9.5 -Stable tag: 2.0.0.6-beta +Stable tag: 2.0.0.7-beta License: GPLv3 License URI: http://www.gnu.org/licenses/gpl-3.0.html