Changeset 2846438
- Timestamp:
- 01/11/2023 01:27:25 AM (3 years ago)
- Location:
- simply-rets
- Files:
-
- 5 edited
- 7 copied
-
tags/2.9.10 (copied) (copied from simply-rets/trunk)
-
tags/2.9.10/assets/js/simply-rets-client.js (copied) (copied from simply-rets/trunk/assets/js/simply-rets-client.js)
-
tags/2.9.10/readme.txt (copied) (copied from simply-rets/trunk/readme.txt) (2 diffs)
-
tags/2.9.10/simply-rets-admin.php (modified) (1 diff)
-
tags/2.9.10/simply-rets-api-helper.php (copied) (copied from simply-rets/trunk/simply-rets-api-helper.php) (2 diffs)
-
tags/2.9.10/simply-rets-post-pages.php (copied) (copied from simply-rets/trunk/simply-rets-post-pages.php)
-
tags/2.9.10/simply-rets-shortcode.php (copied) (copied from simply-rets/trunk/simply-rets-shortcode.php)
-
tags/2.9.10/simply-rets.php (copied) (copied from simply-rets/trunk/simply-rets.php) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/simply-rets-admin.php (modified) (1 diff)
-
trunk/simply-rets-api-helper.php (modified) (2 diffs)
-
trunk/simply-rets.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
simply-rets/tags/2.9.10/readme.txt
r2805496 r2846438 5 5 Requires at least: 3.0.1 6 6 Tested up to: 6.1 7 Stable tag: 2.9. 97 Stable tag: 2.9.10 8 8 License: GPLv3 9 9 License URI: http://www.gnu.org/licenses/gpl-3.0.html … … 236 236 237 237 == Changelog == 238 239 = 2.9.10 = 240 * FEATURE: Allow multiple emails in lead capture admin setting. 238 241 239 242 = 2.9.9 = -
simply-rets/tags/2.9.10/simply-rets-admin.php
r2455831 r2846438 228 228 <td> 229 229 <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 /> 231 236 </td> 232 237 </tr> -
simply-rets/tags/2.9.10/simply-rets-api-helper.php
r2805496 r2846438 125 125 $site_url = get_site_url(); 126 126 127 $ua_string = "SimplyRETSWP/2.9. 9Wordpress/{$wp_version} PHP/{$php_version}";127 $ua_string = "SimplyRETSWP/2.9.10 Wordpress/{$wp_version} PHP/{$php_version}"; 128 128 $accept_header = "Accept: application/json; q=0.2, application/vnd.simplyrets-v0.1+json"; 129 129 … … 246 246 $php_version = phpversion(); 247 247 248 $ua_string = "SimplyRETSWP/2.9. 9Wordpress/{$wp_version} PHP/{$php_version}";248 $ua_string = "SimplyRETSWP/2.9.10 Wordpress/{$wp_version} PHP/{$php_version}"; 249 249 $accept_header = "Accept: application/json; q=0.2, application/vnd.simplyrets-v0.1+json"; 250 250 -
simply-rets/tags/2.9.10/simply-rets.php
r2805496 r2846438 5 5 Description: Show your Real Estate listings on your Wordpress site. SimplyRETS provides a very simple set up and full control over your listings. 6 6 Author: SimplyRETS 7 Version: 2.9. 97 Version: 2.9.10 8 8 License: GNU General Public License v3 or later 9 9 -
simply-rets/trunk/readme.txt
r2805496 r2846438 5 5 Requires at least: 3.0.1 6 6 Tested up to: 6.1 7 Stable tag: 2.9. 97 Stable tag: 2.9.10 8 8 License: GPLv3 9 9 License URI: http://www.gnu.org/licenses/gpl-3.0.html … … 236 236 237 237 == Changelog == 238 239 = 2.9.10 = 240 * FEATURE: Allow multiple emails in lead capture admin setting. 238 241 239 242 = 2.9.9 = -
simply-rets/trunk/simply-rets-admin.php
r2455831 r2846438 228 228 <td> 229 229 <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 /> 231 236 </td> 232 237 </tr> -
simply-rets/trunk/simply-rets-api-helper.php
r2805496 r2846438 125 125 $site_url = get_site_url(); 126 126 127 $ua_string = "SimplyRETSWP/2.9. 9Wordpress/{$wp_version} PHP/{$php_version}";127 $ua_string = "SimplyRETSWP/2.9.10 Wordpress/{$wp_version} PHP/{$php_version}"; 128 128 $accept_header = "Accept: application/json; q=0.2, application/vnd.simplyrets-v0.1+json"; 129 129 … … 246 246 $php_version = phpversion(); 247 247 248 $ua_string = "SimplyRETSWP/2.9. 9Wordpress/{$wp_version} PHP/{$php_version}";248 $ua_string = "SimplyRETSWP/2.9.10 Wordpress/{$wp_version} PHP/{$php_version}"; 249 249 $accept_header = "Accept: application/json; q=0.2, application/vnd.simplyrets-v0.1+json"; 250 250 -
simply-rets/trunk/simply-rets.php
r2805496 r2846438 5 5 Description: Show your Real Estate listings on your Wordpress site. SimplyRETS provides a very simple set up and full control over your listings. 6 6 Author: SimplyRETS 7 Version: 2.9. 97 Version: 2.9.10 8 8 License: GNU General Public License v3 or later 9 9
Note: See TracChangeset
for help on using the changeset viewer.