Plugin Directory

Changeset 2361111


Ignore:
Timestamp:
08/14/2020 01:23:54 PM (6 years ago)
Author:
frogedtech
Message:

version 1.0.7

Location:
froged
Files:
8 added
2 edited

Legend:

Unmodified
Added
Removed
  • froged/trunk/froged-conf.php

    r2309674 r2361111  
    44Plugin URI: https://app.froged.com/?utm_source=wordpress_plugin
    55Description: Froged. Live Chat, Email Campaigns, Lead Generation, and much more.
    6 Version: 1.0.6
     6Version: 1.0.7
    77Requires at least: 3.0
    8 Tested up to: 5.4
     8Tested up to: 5.5
    99WC requires at least: 3.0
    10 WC tested up to: 3.8
     10WC tested up to: 4.3
    1111Author: Froged Technologies
    1212Author URI: https://froged.com/?utm_source=wordpress_plugin
     
    253253                $city = $current_user->billing_city;
    254254                $postalcode = $current_user->billing_postcode;
    255                 $state = html_entity_decode($country_states_array[$current_user->billing_country][$current_user->billing_state]);
    256                 $country = html_entity_decode($countries_array[$current_user->billing_country]);
     255                if(isset($country_states_array[$current_user->billing_country][$current_user->billing_state]))
     256                    $state = html_entity_decode($country_states_array[$current_user->billing_country][$current_user->billing_state]);
     257                else
     258                    $state = null;
     259                if(isset($countries_array[$current_user->billing_country]))
     260                    $country = html_entity_decode($countries_array[$current_user->billing_country]);
     261                else
     262                    $country = null;
    257263                $phone = $current_user->billing_phone;         
    258264                $company=$current_user->billing_company;
  • froged/trunk/readme.txt

    r2309674 r2361111  
    33Tags: froged, live chat, chat, communication, sales,tracking,pixel, marketing,woocommerce, announcements, email marketing, marketing automation, email campaign, email newsletters, autoresponders,talk to customers, customer feedback, feedback, chat plugin, free, free chat, chatra,drift, livechat, slack, intercom, hubspot, salesforce, zapier, hellobar, hello bar, popup, ontraport, pardot, klaviyo, popup, exit intent, growth, subscribers, subscription, email form,  analytics,  widget, lightbox, inbound marketing, welcome mat, landing pagelivechat, olark, boldchat, online chat, online support, in-app chat, instant message, helpdesk, php live chat, snapengage, support software, website chat, WordPress chat, WordPress live chat, WordPress live chat plugin, zendesk, zopim, zopim live chat, tawk, tawk.to, tawkto, jivosite, snapengage,chat widget
    44Requires at least: 3.0
    5 Tested up to: 5.4
    6 Stable tag: 1.0.6
     5Tested up to: 5.5
     6Stable tag: 1.0.7
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    120120= 1.0.6 =
    121121
    122 * Capture email and name in contactform
     122* Capture email and name in contactform+
     123
     124= 1.0.7 =
     125
     126* Performance improvements
Note: See TracChangeset for help on using the changeset viewer.