Changeset 2151823
- Timestamp:
- 09/05/2019 04:01:23 PM (7 years ago)
- Location:
- immotoolbox-connect/trunk
- Files:
-
- 4 edited
-
immotoolbox-connect.php (modified) (2 diffs)
-
public/ITBConnectPublic.php (modified) (1 diff)
-
readme.md (modified) (1 diff)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
immotoolbox-connect/trunk/immotoolbox-connect.php
r2151820 r2151823 4 4 Plugin URI: https://www.immotoolbox.com/ 5 5 Description: Displays ImmoToolBox real estate listings in your website 6 Version: 1.2.1 76 Version: 1.2.18 7 7 Author: ZebraSoft Monaco 8 8 Author URI: https://www.zebrasoft.mc … … 24 24 along with ImmoToolBox Connect. If not, see https://www.gnu.org/licenses/gpl.html. 25 25 */ 26 define('ITBCONNECT_VERSION', '1.2.1 7');26 define('ITBCONNECT_VERSION', '1.2.18'); 27 27 28 28 /** -
immotoolbox-connect/trunk/public/ITBConnectPublic.php
r2151820 r2151823 399 399 400 400 $property = $this->getProperty($property_id); 401 402 if (!$property_id && strpos($_SERVER['REQUEST_URI'], $permalink['path'])) { 401 if (!$property && 0===strpos($_SERVER['REQUEST_URI'], $permalink['path'])) { 402 403 403 $redirect_url = isset($atts['notfound_page_id'])?get_page_link($atts['notfound_page_id']):'../'; 404 404 if (headers_sent()) { -
immotoolbox-connect/trunk/readme.md
r2151820 r2151823 6 6 Tested up to: 5.2.3 7 7 Requires PHP: 5.6 8 Stable tag: 1.2.1 78 Stable tag: 1.2.18 9 9 License: GPL3 10 10 License URI: https://www.gnu.org/licenses/gpl.html -
immotoolbox-connect/trunk/readme.txt
r2151820 r2151823 6 6 Tested up to: 5.2.3 7 7 Requires PHP: 5.6 8 Stable tag: 1.2.1 78 Stable tag: 1.2.18 9 9 License: GPL3 10 10 License URI: https://www.gnu.org/licenses/gpl.html
Note: See TracChangeset
for help on using the changeset viewer.