Plugin Directory

Changeset 2846438


Ignore:
Timestamp:
01/11/2023 01:27:25 AM (3 years ago)
Author:
SimplyRETS
Message:

v2.9.10

Location:
simply-rets
Files:
5 edited
7 copied

Legend:

Unmodified
Added
Removed
  • simply-rets/tags/2.9.10/readme.txt

    r2805496 r2846438  
    55Requires at least: 3.0.1
    66Tested up to: 6.1
    7 Stable tag: 2.9.9
     7Stable tag: 2.9.10
    88License: GPLv3
    99License URI: http://www.gnu.org/licenses/gpl-3.0.html
     
    236236
    237237== Changelog ==
     238
     239= 2.9.10 =
     240* FEATURE: Allow multiple emails in lead capture admin setting.
    238241
    239242= 2.9.9 =
  • simply-rets/tags/2.9.10/simply-rets-admin.php

    r2455831 r2846438  
    228228                  <td>
    229229                    <p><strong>Send Lead Capture forms submissions to:<p></strong>
    230                     <input type="email" name="sr_leadcapture_recipient" value="<?php echo esc_attr( get_option('sr_leadcapture_recipient') ); ?>" />
     230                    <input
     231                        type="email"
     232                        name="sr_leadcapture_recipient"
     233                        multiple
     234                        value="<?php echo esc_attr( get_option('sr_leadcapture_recipient') ); ?>"
     235                    />
    231236                  </td>
    232237                </tr>
  • simply-rets/tags/2.9.10/simply-rets-api-helper.php

    r2805496 r2846438  
    125125        $site_url = get_site_url();
    126126
    127         $ua_string     = "SimplyRETSWP/2.9.9 Wordpress/{$wp_version} PHP/{$php_version}";
     127        $ua_string     = "SimplyRETSWP/2.9.10 Wordpress/{$wp_version} PHP/{$php_version}";
    128128        $accept_header = "Accept: application/json; q=0.2, application/vnd.simplyrets-v0.1+json";
    129129
     
    246246        $php_version = phpversion();
    247247
    248         $ua_string     = "SimplyRETSWP/2.9.9 Wordpress/{$wp_version} PHP/{$php_version}";
     248        $ua_string     = "SimplyRETSWP/2.9.10 Wordpress/{$wp_version} PHP/{$php_version}";
    249249        $accept_header = "Accept: application/json; q=0.2, application/vnd.simplyrets-v0.1+json";
    250250
  • simply-rets/tags/2.9.10/simply-rets.php

    r2805496 r2846438  
    55Description: Show your Real Estate listings on your Wordpress site. SimplyRETS provides a very simple set up and full control over your listings.
    66Author: SimplyRETS
    7 Version: 2.9.9
     7Version: 2.9.10
    88License: GNU General Public License v3 or later
    99
  • simply-rets/trunk/readme.txt

    r2805496 r2846438  
    55Requires at least: 3.0.1
    66Tested up to: 6.1
    7 Stable tag: 2.9.9
     7Stable tag: 2.9.10
    88License: GPLv3
    99License URI: http://www.gnu.org/licenses/gpl-3.0.html
     
    236236
    237237== Changelog ==
     238
     239= 2.9.10 =
     240* FEATURE: Allow multiple emails in lead capture admin setting.
    238241
    239242= 2.9.9 =
  • simply-rets/trunk/simply-rets-admin.php

    r2455831 r2846438  
    228228                  <td>
    229229                    <p><strong>Send Lead Capture forms submissions to:<p></strong>
    230                     <input type="email" name="sr_leadcapture_recipient" value="<?php echo esc_attr( get_option('sr_leadcapture_recipient') ); ?>" />
     230                    <input
     231                        type="email"
     232                        name="sr_leadcapture_recipient"
     233                        multiple
     234                        value="<?php echo esc_attr( get_option('sr_leadcapture_recipient') ); ?>"
     235                    />
    231236                  </td>
    232237                </tr>
  • simply-rets/trunk/simply-rets-api-helper.php

    r2805496 r2846438  
    125125        $site_url = get_site_url();
    126126
    127         $ua_string     = "SimplyRETSWP/2.9.9 Wordpress/{$wp_version} PHP/{$php_version}";
     127        $ua_string     = "SimplyRETSWP/2.9.10 Wordpress/{$wp_version} PHP/{$php_version}";
    128128        $accept_header = "Accept: application/json; q=0.2, application/vnd.simplyrets-v0.1+json";
    129129
     
    246246        $php_version = phpversion();
    247247
    248         $ua_string     = "SimplyRETSWP/2.9.9 Wordpress/{$wp_version} PHP/{$php_version}";
     248        $ua_string     = "SimplyRETSWP/2.9.10 Wordpress/{$wp_version} PHP/{$php_version}";
    249249        $accept_header = "Accept: application/json; q=0.2, application/vnd.simplyrets-v0.1+json";
    250250
  • simply-rets/trunk/simply-rets.php

    r2805496 r2846438  
    55Description: Show your Real Estate listings on your Wordpress site. SimplyRETS provides a very simple set up and full control over your listings.
    66Author: SimplyRETS
    7 Version: 2.9.9
     7Version: 2.9.10
    88License: GNU General Public License v3 or later
    99
Note: See TracChangeset for help on using the changeset viewer.