Changeset 2954007
- Timestamp:
- 08/15/2023 07:14:01 PM (3 years ago)
- Location:
- home-value/trunk
- Files:
-
- 4 edited
-
admin/partials/_notes/dwsync.xml (modified) (1 diff)
-
admin/partials/home-values-emails.php (modified) (1 diff)
-
home-values.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
home-value/trunk/admin/partials/_notes/dwsync.xml
r2949642 r2954007 3 3 <file name="home-values-forms.php" server="45.63.90.215" local="133344414930000000" remote="133344414930000000" Dst="0" /> 4 4 <file name="home-values-premium.php" server="45.63.90.215" local="133344414930000000" remote="133344414930000000" Dst="0" /> 5 <file name="home-values-emails.php" server="45.63.90.215" local="1333 44414930000000" remote="133344414930000000" Dst="0" />5 <file name="home-values-emails.php" server="45.63.90.215" local="133365999370379285" remote="133365999390000000" Dst="0" /> 6 6 <file name="home-values-debug.php" server="45.63.90.215" local="133344414930000000" remote="133344414930000000" Dst="0" /> 7 7 <file name="home-values-system-info.php" server="45.63.90.215" local="133344414930000000" remote="133344414930000000" Dst="0" /> -
home-value/trunk/admin/partials/home-values-emails.php
r2931195 r2954007 62 62 )); 63 63 ?> 64 <p class="description"><?php _e('This is the text of the e-mail for new leads that is sent to the new lead e-mail recipients. Valid shortcodes are [8b_home_value_first_name], [8b_home_value_last_name], [8b_home_value_email], [8b_home_value_phone], [8b_home_value_ data_size], [8b_home_value_data_beds] and [8b_home_value_data_baths].', 'home-values'); ?></p>64 <p class="description"><?php _e('This is the text of the e-mail for new leads that is sent to the new lead e-mail recipients. Valid shortcodes are [8b_home_value_first_name], [8b_home_value_last_name], [8b_home_value_email], [8b_home_value_phone], [8b_home_value_searched_address], [8b_home_value_data_valuation_medium], [8b_home_value_data_size], [8b_home_value_data_beds] and [8b_home_value_data_baths].', 'home-values'); ?></p> 65 65 </td> 66 66 </tr> -
home-value/trunk/home-values.php
r2949644 r2954007 4 4 * Plugin Name: Home Value 5 5 * Description: Home Value provides your website visitors the ability to get accurate home price valuations of their applicable property(s). 6 * Version: 3.1. 46 * Version: 3.1.5 7 7 * Author: 8blocks 8 8 * Author Email: support@8blocks.com … … 17 17 18 18 // Plugin directory path and URL. 19 define('HOME_VALUES_PLUGIN_VERSION', '3.1. 4');19 define('HOME_VALUES_PLUGIN_VERSION', '3.1.5'); 20 20 define('HOME_VALUES_PLUGIN_DIR', plugin_dir_path(__FILE__)); 21 21 define('HOME_VALUES_PLUGIN_URL', plugin_dir_url(__FILE__)); -
home-value/trunk/readme.txt
r2949644 r2954007 56 56 = How do I use Zapier to integrate Home Value with my CRM? = 57 57 58 1. Create a free account on Zapier.com if you don t already have one.58 1. Create a free account on Zapier.com if you don t already have one. 59 59 2. Create a Zap 60 60 3. Choose Webhooks by Zapier as the trigger app. … … 80 80 == Changelog == 81 81 82 = 3.1.5 20230815 = 83 84 * Update available shortcodes for emails 85 82 86 = 3.1.4 20230808 = 83 87
Note: See TracChangeset
for help on using the changeset viewer.