Changeset 1769708
- Timestamp:
- 11/17/2017 06:38:14 PM (8 years ago)
- Location:
- exposify
- Files:
-
- 3 edited
- 5 copied
-
tags/1.8.1 (copied) (copied from exposify/trunk)
-
tags/1.8.1/README.txt (copied) (copied from exposify/trunk/README.txt) (1 diff)
-
tags/1.8.1/admin.php (copied) (copied from exposify/trunk/admin.php)
-
tags/1.8.1/exposify.php (copied) (copied from exposify/trunk/exposify.php) (1 diff)
-
tags/1.8.1/public.php (copied) (copied from exposify/trunk/public.php) (1 diff)
-
trunk/README.txt (modified) (1 diff)
-
trunk/exposify.php (modified) (1 diff)
-
trunk/public.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
exposify/tags/1.8.1/README.txt
r1769698 r1769708 4 4 Requires at least: 4.5.0 5 5 Tested up to: 4.6.1 6 Stable tag: 1.8 6 Stable tag: 1.8.1 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html -
exposify/tags/1.8.1/exposify.php
r1769698 r1769708 5 5 Plugin URI: https://exposify.de 6 6 Description: Zeigt alle eigenen Immobilienangebote von Exposify. 7 Version: 1.8 7 Version: 1.8.1 8 8 Author: Exposify 9 9 Author URI: https://exposify.de -
exposify/tags/1.8.1/public.php
r1769694 r1769708 137 137 public function changeMetaDescription($oldDescription) 138 138 { 139 $this->attemptRequest(); 139 140 if ($description = $this->exposify->html->getDescription()) { 140 $this->attemptRequest();141 141 return $description; 142 142 } -
exposify/trunk/README.txt
r1769698 r1769708 4 4 Requires at least: 4.5.0 5 5 Tested up to: 4.6.1 6 Stable tag: 1.8 6 Stable tag: 1.8.1 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html -
exposify/trunk/exposify.php
r1769698 r1769708 5 5 Plugin URI: https://exposify.de 6 6 Description: Zeigt alle eigenen Immobilienangebote von Exposify. 7 Version: 1.8 7 Version: 1.8.1 8 8 Author: Exposify 9 9 Author URI: https://exposify.de -
exposify/trunk/public.php
r1769694 r1769708 137 137 public function changeMetaDescription($oldDescription) 138 138 { 139 $this->attemptRequest(); 139 140 if ($description = $this->exposify->html->getDescription()) { 140 $this->attemptRequest();141 141 return $description; 142 142 }
Note: See TracChangeset
for help on using the changeset viewer.