File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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 });
You can’t perform that action at this time.
0 commit comments