diff --git a/assets/js/frontend/googlemaps.js b/assets/js/frontend/googlemaps.js index bdbefe2b..7b45307e 100755 --- a/assets/js/frontend/googlemaps.js +++ b/assets/js/frontend/googlemaps.js @@ -139,7 +139,6 @@ $( 'span', $this ) .append( $( '' + markers.length + '' ) ); allMarkers[ type ] = markers; - //console.log( place ); } } @@ -235,7 +234,6 @@ for ( var i = 0; i < properties.length; i++ ) { - // console.log( properties[i] ); var url = properties[ i ].icon; var size = new google.maps.Size( 42, 57 ); if ( window.devicePixelRatio > 1.5 ) { @@ -1440,8 +1438,7 @@ } ); $( document ).ready( function () { - - // search + // search // show google maps // update google maps var updatePreviewGoogleMap = function ( url ) { diff --git a/changelog.txt b/changelog.txt index 0a94c55e..96d23086 100755 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,6 @@ += 1.4.1 - 2020-03-25 = +* Fixes - Split map AJAX + = 1.4.0 - 2020-03-24 = * Added - Search price double input * Fixes - Pagination AJAX for agency/agent listing diff --git a/opal-estate-pro.php b/opal-estate-pro.php index 77b93822..da3b90c8 100755 --- a/opal-estate-pro.php +++ b/opal-estate-pro.php @@ -3,7 +3,7 @@ * Plugin Name: Opal Estate Pro * Plugin URI: https://wpdocs.gitbook.io/opal-estate/ * Description: Opal Real Estate Plugin is an ideal solution and brilliant choice for you to set up a professional estate website. - * Version: 1.4.0 + * Version: 1.4.1 * Author: WPOPAL * Author URI: http://www.wpopal.com * Requires at least: 4.9 diff --git a/readme.txt b/readme.txt index f5fbeb26..2c46868b 100755 --- a/readme.txt +++ b/readme.txt @@ -4,7 +4,7 @@ Donate link: https://wpdocs.gitbook.io/opal-estate/ Tags: estate, property, opalestate, house for rent, agency for lease, estate submission, agents estate property, property marketplace Requires at least: 4.9 Tested up to: 5.3.2 -Stable tag: 1.4 +Stable tag: 1.4.1 License: GPLv3 License URI: http://www.gnu.org/licenses/gpl-3.0.html @@ -156,6 +156,9 @@ This section describes how to install the plugin and get it working. * System tickets support 24/7 available : [free support](https://wpopal.ticksy.com/ "Visit the Plugin support Page") == Changelog == += 1.4.1 - 2020-03-25 = +* Fixes - Split map AJAX + = 1.4.0 - 2020-03-24 = * Added - Search price double input * Fixes - Pagination AJAX for agency/agent listing diff --git a/templates/elementor-templates/opalestate-split-maps-search.php b/templates/elementor-templates/opalestate-split-maps-search.php index ef74be28..290792e7 100755 --- a/templates/elementor-templates/opalestate-split-maps-search.php +++ b/templates/elementor-templates/opalestate-split-maps-search.php @@ -2,9 +2,9 @@ $paged = ( get_query_var( 'paged' ) ) ? get_query_var( 'paged' ) : 1; $rowcls = apply_filters( 'opalestate_row_container_class', 'opal-row' ); -$atts = array( - 'paged' => 1, - 'search_form' => $settings['search_form'] -); +$atts = [ + 'paged' => $paged, + 'search_form' => $settings['search_form'], +]; ?> - \ No newline at end of file +