Changeset 1704415
- Timestamp:
- 07/28/2017 11:49:26 AM (9 years ago)
- Location:
- exposify
- Files:
-
- 6 edited
- 1 copied
-
tags/1.3.2 (copied) (copied from exposify/trunk)
-
tags/1.3.2/README.txt (modified) (1 diff)
-
tags/1.3.2/exposify.php (modified) (1 diff)
-
tags/1.3.2/handler.php (modified) (1 diff)
-
trunk/README.txt (modified) (1 diff)
-
trunk/exposify.php (modified) (1 diff)
-
trunk/handler.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
exposify/tags/1.3.2/README.txt
r1703993 r1704415 4 4 Requires at least: 4.5.0 5 5 Tested up to: 4.6.1 6 Stable tag: 1.3. 16 Stable tag: 1.3.2 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html -
exposify/tags/1.3.2/exposify.php
r1703993 r1704415 5 5 Plugin URI: https://exposify.de 6 6 Description: Zeigt alle eigenen Immobilienangebote von Exposify. 7 Version: 1.3. 17 Version: 1.3.2 8 8 Author: Exposify 9 9 Author URI: https://exposify.de -
exposify/tags/1.3.2/handler.php
r1703993 r1704415 72 72 public function requestAllProperties($searchQuery) 73 73 { 74 $url = $this->apiUrl . '?api_token=' . $this->apiKey . '&search=' . $searchQuery;74 $url = $this->apiUrl . '?api_token=' . $this->apiKey . '&search=' . urlencode($searchQuery); 75 75 $this->requestData($url); 76 76 } -
exposify/trunk/README.txt
r1703993 r1704415 4 4 Requires at least: 4.5.0 5 5 Tested up to: 4.6.1 6 Stable tag: 1.3. 16 Stable tag: 1.3.2 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html -
exposify/trunk/exposify.php
r1703993 r1704415 5 5 Plugin URI: https://exposify.de 6 6 Description: Zeigt alle eigenen Immobilienangebote von Exposify. 7 Version: 1.3. 17 Version: 1.3.2 8 8 Author: Exposify 9 9 Author URI: https://exposify.de -
exposify/trunk/handler.php
r1703993 r1704415 72 72 public function requestAllProperties($searchQuery) 73 73 { 74 $url = $this->apiUrl . '?api_token=' . $this->apiKey . '&search=' . $searchQuery;74 $url = $this->apiUrl . '?api_token=' . $this->apiKey . '&search=' . urlencode($searchQuery); 75 75 $this->requestData($url); 76 76 }
Note: See TracChangeset
for help on using the changeset viewer.