Skip to content

Commit ae5212c

Browse files
committed
Merge branch '1.17.6-rc'
2 parents 7247606 + a0322e8 commit ae5212c

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "wolfnet-idx-for-wordpress",
3-
"version": "1.17.5",
3+
"version": "1.17.6",
44
"description": "WolfNet IDX for WordPress",
55
"homepage": "https://github.com/wolfnet/wordpressplugin",
66
"bugs": "https://github.com/wolfnet/wordpressplugin/issues",

readme.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,10 @@ Please upgrade to the latest version of the plugin as we will be disabling our o
8989

9090
## Changelog
9191

92+
### 1.17.6
93+
94+
* Fix to get the sort options to display when using multiple markets in a listing grid
95+
9296
### 1.17.5
9397

9498
* Fix for the error-handling in the Search Manager

src/template/listingGrid.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
var setupThumbnailScroller = function () {
7070
var $listing = $listingGrid.find('.wolfnet_listing');
7171
$listing.wolfnetThumbnailScroller({
72-
keyid : <?php echo (array_key_exists('keyid', $wpMeta) ? $wpMeta['keyid'] : ''); ?>,
72+
keyid : '<?php echo (array_key_exists('keyid', $wpMeta) ? $wpMeta['keyid'] : ''); ?>',
7373
photoSelector : '.wolfnet_listingImage img',
7474
hideControls : !wolfnet.hasFeature('touch') // If on a touch screen, always show the controls
7575
});

0 commit comments

Comments
 (0)