Skip to content

Commit

Permalink
Merge pull request #2573 from kprajapatii/master
Browse files Browse the repository at this point in the history
GD > Listings additional css class(es) attribute is not working - FIXED
  • Loading branch information
kprajapatii authored Apr 24, 2024
2 parents a206a7b + c7a8c5f commit dbc93f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion includes/widgets/class-geodir-widget-listings.php
Original file line number Diff line number Diff line change
Expand Up @@ -1569,7 +1569,7 @@ public function output_html( $args = '', $instance = '' ) {
}

// wrap class
$class .= ' ' . geodir_build_aui_class( $instance );
$class .= ' ' . sd_build_aui_class( $instance );

// preview message
$is_preview = $this->is_preview();
Expand Down
1 change: 1 addition & 0 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -309,6 +309,7 @@ __WARNING: GDv2 is a significant update over GDv1 and may require manual work, s
= GeoDirectory v2.3.50 - TBD =
* Correct leaflet routing icon font family - FIXED
* CPT settings template field don't have clear setting option - FIXED
* GD > Listings additional css class(es) attribute is not working - FIXED

= GeoDirectory v2.3.49 - 2024-04-15 =
* Extra sanitization for shortcode tag selectors, contributor+ user with details template access could potentially output JS code - FIXED/SECURITY
Expand Down

0 comments on commit dbc93f4

Please sign in to comment.