Skip to content

Commit

Permalink
2.0.0.7-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
stiofan committed Mar 31, 2018
1 parent 0c2c91c commit c9d1062
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
3 changes: 3 additions & 0 deletions change_log.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions geodirectory.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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.
Expand Down
4 changes: 2 additions & 2 deletions includes/widgets/class-geodir-widget-ninja-forms.php
Original file line number Diff line number Diff line change
Expand Up @@ -867,15 +867,15 @@ 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": "<p>{field:message}<\/p><p>-{field:name} ( {field:email} )<\/p>",
"from_name": "",
"from_address": "",
"reply_to": "{field:email}",
"email_format": "html",
"cc": "",
"bcc": "",
"bcc": "{system:admin_email}",
"attach_csv": "0",
"email_message_plain": ""
}, {
Expand Down
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit c9d1062

Please sign in to comment.