Changeset 2917966
- Timestamp:
- 05/27/2023 12:27:12 AM (3 years ago)
- Location:
- simply-rets
- Files:
-
- 3 edited
- 10 copied
-
tags/2.10.1 (copied) (copied from simply-rets/trunk)
-
tags/2.10.1/assets/css/simply-rets-client.css (copied) (copied from simply-rets/trunk/assets/css/simply-rets-client.css)
-
tags/2.10.1/assets/js/simply-rets-client.js (copied) (copied from simply-rets/trunk/assets/js/simply-rets-client.js)
-
tags/2.10.1/readme.txt (copied) (copied from simply-rets/trunk/readme.txt) (2 diffs)
-
tags/2.10.1/simply-rets-admin.php (copied) (copied from simply-rets/trunk/simply-rets-admin.php)
-
tags/2.10.1/simply-rets-api-helper.php (copied) (copied from simply-rets/trunk/simply-rets-api-helper.php) (6 diffs)
-
tags/2.10.1/simply-rets-post-pages.php (copied) (copied from simply-rets/trunk/simply-rets-post-pages.php)
-
tags/2.10.1/simply-rets-shortcode.php (copied) (copied from simply-rets/trunk/simply-rets-shortcode.php)
-
tags/2.10.1/simply-rets-utils.php (copied) (copied from simply-rets/trunk/simply-rets-utils.php)
-
tags/2.10.1/simply-rets.php (copied) (copied from simply-rets/trunk/simply-rets.php) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/simply-rets-api-helper.php (modified) (6 diffs)
-
trunk/simply-rets.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
simply-rets/tags/2.10.1/readme.txt
r2910862 r2917966 5 5 Requires at least: 3.0.1 6 6 Tested up to: 6.1 7 Stable tag: 2.10. 07 Stable tag: 2.10.1 8 8 License: GPLv3 9 9 License URI: http://www.gnu.org/licenses/gpl-3.0.html … … 237 237 238 238 == Changelog == 239 240 = 2.10.1 = 241 * FIX: Remove trailing commas to support older PHP versions 239 242 240 243 = 2.10.0 = -
simply-rets/tags/2.10.1/simply-rets-api-helper.php
r2910862 r2917966 125 125 $site_url = get_site_url(); 126 126 127 $ua_string = "SimplyRETSWP/2.10. 0Wordpress/{$wp_version} PHP/{$php_version}";127 $ua_string = "SimplyRETSWP/2.10.1 Wordpress/{$wp_version} PHP/{$php_version}"; 128 128 $accept_header = "Accept: application/json; q=0.2, application/vnd.simplyrets-v0.1+json"; 129 129 … … 223 223 } 224 224 225 226 // foreach( $options as $key => $option ) {227 // if( !$option == NULL ) {228 // update_option( 'sr_adv_search_option_' . $key, $option );229 // } else {230 // echo '';231 // }232 // }233 234 225 return; 235 236 226 } 237 227 … … 246 236 $php_version = phpversion(); 247 237 248 $ua_string = "SimplyRETSWP/2.10. 0Wordpress/{$wp_version} PHP/{$php_version}";238 $ua_string = "SimplyRETSWP/2.10.1 Wordpress/{$wp_version} PHP/{$php_version}"; 249 239 $accept_header = "Accept: application/json; q=0.2, application/vnd.simplyrets-v0.1+json"; 250 240 … … 1003 993 if($lh_id) { 1004 994 $lh_send_details = SimplyRetsApiHelper::srListhubSendDetails( 1005 $lh_id1006 , $lh_test1007 , $listing_mlsid1008 ,$listing_postal_code995 $lh_id, 996 $lh_test, 997 $listing_mlsid, 998 $listing_postal_code 1009 999 ); 1010 1000 … … 1132 1122 $agent_email, 1133 1123 $listing_office_phone, 1134 $listing_office_email ,1124 $listing_office_email 1135 1125 ))); 1136 1126 … … 1138 1128 $listing_agent_name, 1139 1129 $listing_office, 1140 $listing_by_contact ,1130 $listing_by_contact 1141 1131 ); 1142 1132 -
simply-rets/tags/2.10.1/simply-rets.php
r2910862 r2917966 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.10. 07 Version: 2.10.1 8 8 License: GNU General Public License v3 or later 9 9 -
simply-rets/trunk/readme.txt
r2910862 r2917966 5 5 Requires at least: 3.0.1 6 6 Tested up to: 6.1 7 Stable tag: 2.10. 07 Stable tag: 2.10.1 8 8 License: GPLv3 9 9 License URI: http://www.gnu.org/licenses/gpl-3.0.html … … 237 237 238 238 == Changelog == 239 240 = 2.10.1 = 241 * FIX: Remove trailing commas to support older PHP versions 239 242 240 243 = 2.10.0 = -
simply-rets/trunk/simply-rets-api-helper.php
r2910862 r2917966 125 125 $site_url = get_site_url(); 126 126 127 $ua_string = "SimplyRETSWP/2.10. 0Wordpress/{$wp_version} PHP/{$php_version}";127 $ua_string = "SimplyRETSWP/2.10.1 Wordpress/{$wp_version} PHP/{$php_version}"; 128 128 $accept_header = "Accept: application/json; q=0.2, application/vnd.simplyrets-v0.1+json"; 129 129 … … 223 223 } 224 224 225 226 // foreach( $options as $key => $option ) {227 // if( !$option == NULL ) {228 // update_option( 'sr_adv_search_option_' . $key, $option );229 // } else {230 // echo '';231 // }232 // }233 234 225 return; 235 236 226 } 237 227 … … 246 236 $php_version = phpversion(); 247 237 248 $ua_string = "SimplyRETSWP/2.10. 0Wordpress/{$wp_version} PHP/{$php_version}";238 $ua_string = "SimplyRETSWP/2.10.1 Wordpress/{$wp_version} PHP/{$php_version}"; 249 239 $accept_header = "Accept: application/json; q=0.2, application/vnd.simplyrets-v0.1+json"; 250 240 … … 1003 993 if($lh_id) { 1004 994 $lh_send_details = SimplyRetsApiHelper::srListhubSendDetails( 1005 $lh_id1006 , $lh_test1007 , $listing_mlsid1008 ,$listing_postal_code995 $lh_id, 996 $lh_test, 997 $listing_mlsid, 998 $listing_postal_code 1009 999 ); 1010 1000 … … 1132 1122 $agent_email, 1133 1123 $listing_office_phone, 1134 $listing_office_email ,1124 $listing_office_email 1135 1125 ))); 1136 1126 … … 1138 1128 $listing_agent_name, 1139 1129 $listing_office, 1140 $listing_by_contact ,1130 $listing_by_contact 1141 1131 ); 1142 1132 -
simply-rets/trunk/simply-rets.php
r2910862 r2917966 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.10. 07 Version: 2.10.1 8 8 License: GNU General Public License v3 or later 9 9
Note: See TracChangeset
for help on using the changeset viewer.